Skip to content

Commit 6084f44

Browse files
authored
Version Packages (#9005)
1 parent 47cd7f8 commit 6084f44

File tree

7 files changed

+15
-12
lines changed

7 files changed

+15
-12
lines changed

.changeset/cloudinary-new-major.md

-5
This file was deleted.

.changeset/contributors.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"acburdine",
2525
"adamjkb",
2626
"adrianbienias",
27+
"ahmedreza1",
2728
"allcontributors[bot]",
2829
"austin047",
2930
"bartduisters",

.changeset/four-graphs-scream.md

-5
This file was deleted.

packages/cloudinary/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @keystone-6/cloudinary
22

3+
## 7.0.3
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 7.0.2
410

511
### Patch Changes

packages/cloudinary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystone-6/cloudinary",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"license": "MIT",
55
"main": "dist/keystone-6-cloudinary.cjs.js",
66
"module": "dist/keystone-6-cloudinary.esm.js",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @keystone-6/core
22

3+
## 5.7.2
4+
5+
### Patch Changes
6+
7+
- [#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)
8+
39
## 5.7.1
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystone-6/core",
3-
"version": "5.7.1",
3+
"version": "5.7.2",
44
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
55
"license": "MIT",
66
"main": "dist/keystone-6-core.cjs.js",

0 commit comments

Comments
 (0)