diff --git a/.changeset/cloudinary-new-major.md b/.changeset/cloudinary-new-major.md deleted file mode 100644 index 92574f123be..00000000000 --- a/.changeset/cloudinary-new-major.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/cloudinary': patch ---- - -Upgrade `cloudinary` library to version 2 diff --git a/.changeset/contributors.json b/.changeset/contributors.json index e6df36cd267..566b2ff1a96 100644 --- a/.changeset/contributors.json +++ b/.changeset/contributors.json @@ -24,6 +24,7 @@ "acburdine", "adamjkb", "adrianbienias", + "ahmedreza1", "allcontributors[bot]", "austin047", "bartduisters", diff --git a/.changeset/four-graphs-scream.md b/.changeset/four-graphs-scream.md deleted file mode 100644 index 26d184023a6..00000000000 --- a/.changeset/four-graphs-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fix `@apollo/client` using invalid data from the cache [#9000](https://github.com/keystonejs/keystone/issues/9000) diff --git a/packages/cloudinary/CHANGELOG.md b/packages/cloudinary/CHANGELOG.md index a5cfb92c2ed..efd58b2e097 100644 --- a/packages/cloudinary/CHANGELOG.md +++ b/packages/cloudinary/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-6/cloudinary +## 7.0.3 + +### Patch Changes + +- [#9004](https://github.com/keystonejs/keystone/pull/9004) [`47cd7f8`](https://github.com/keystonejs/keystone/commit/47cd7f89d88ee07257be61ba0bb650aaa8ffb1d9) Thanks [@dcousens](https://github.com/dcousens)! - Upgrade `cloudinary` library to version 2 + ## 7.0.2 ### Patch Changes diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index 7f3715e4557..cca7252c844 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/cloudinary", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "main": "dist/keystone-6-cloudinary.cjs.js", "module": "dist/keystone-6-cloudinary.esm.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index cab3492bfc7..a3578b09e35 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-6/core +## 5.7.2 + +### Patch Changes + +- [#9003](https://github.com/keystonejs/keystone/pull/9003) [`fe280c5`](https://github.com/keystonejs/keystone/commit/fe280c54aa5c53e3ebe592ee3cfaf8806cdf8d11) Thanks [@dcousens](https://github.com/dcousens)! - Fix `@apollo/client` using invalid data from the cache [#9000](https://github.com/keystonejs/keystone/issues/9000) + ## 5.7.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index ef4df0137af..81991b9919d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/core", - "version": "5.7.1", + "version": "5.7.2", "repository": "https://github.com/keystonejs/keystone/tree/main/packages/core", "license": "MIT", "main": "dist/keystone-6-core.cjs.js",