feat!: rename @payloadcms/plugin-cloud (#8828)

BREAKING CHANGE: Rename `@payloadcms/plugin-cloud` to
`@payloadcms/payload-cloud`. Anyone using the existing plugin will need
to switch to using the new package.

## Why?

Since v3 will be using _fixed versioning_, all versions of `^3` must be
available. Unfortunately, the `@payloadcms/plugin-cloud` version has
already breached that version number. Renaming will allow it to be on
the same version as other monorepo packages.

Additionally, the name `plugin-cloud` is quite ambiguous and sometimes
is confused with `plugin-cloud-storage`, so using `payload-cloud` feels
like a good move to make this more evident.
This commit is contained in:
Elliot DeNolf
2024-10-24 21:19:15 -04:00
committed by GitHub
parent 2df8f94a75
commit 1b1dc82cfb
45 changed files with 26 additions and 24 deletions

View File

@@ -36,6 +36,7 @@ export const packagePublishList = [
'storage-uploadthing',
// Plugins
'payload-cloud',
'plugin-cloud',
'plugin-cloud-storage',
'plugin-form-builder',