From 8175178ae6b8edf134e6feb497119c3a6b2ec5b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 May 2022 02:36:00 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-cherries-joke.md | 5 ---- .changeset/few-items-clap.md | 5 ---- .changeset/happy-bottles-greet.md | 5 ---- .changeset/happy-meerkats-sleep.md | 5 ---- .changeset/happy-stingrays-smash.md | 5 ---- .changeset/nasty-shoes-destroy.md | 5 ---- .changeset/new-avocados-joke.md | 5 ---- .changeset/old-turkeys-smash.md | 5 ---- .changeset/proud-turkeys-arrive.md | 5 ---- .changeset/rotten-eyes-speak.md | 5 ---- .changeset/shy-cycles-check.md | 25 ------------------- .changeset/two-teachers-search.md | 5 ---- design-system/packages/fields/CHANGELOG.md | 6 +++++ design-system/packages/fields/package.json | 2 +- examples-staging/assets-cloud/CHANGELOG.md | 9 +++++++ examples-staging/assets-cloud/package.json | 4 +-- examples-staging/assets-local/CHANGELOG.md | 9 +++++++ examples-staging/assets-local/package.json | 4 +-- examples-staging/auth/CHANGELOG.md | 9 +++++++ examples-staging/auth/package.json | 4 +-- examples-staging/basic/CHANGELOG.md | 11 ++++++++ examples-staging/basic/package.json | 8 +++--- examples-staging/ecommerce/CHANGELOG.md | 9 +++++++ examples-staging/ecommerce/package.json | 4 +-- examples-staging/embedded-nextjs/CHANGELOG.md | 9 +++++++ examples-staging/embedded-nextjs/package.json | 4 +-- .../graphql-api-endpoint/CHANGELOG.md | 10 ++++++++ .../graphql-api-endpoint/package.json | 6 ++--- examples-staging/roles/CHANGELOG.md | 9 +++++++ examples-staging/roles/package.json | 4 +-- examples/blog/CHANGELOG.md | 9 +++++++ examples/blog/package.json | 4 +-- examples/custom-admin-ui-logo/CHANGELOG.md | 9 +++++++ examples/custom-admin-ui-logo/package.json | 4 +-- .../custom-admin-ui-navigation/CHANGELOG.md | 9 +++++++ .../custom-admin-ui-navigation/package.json | 4 +-- examples/custom-admin-ui-pages/CHANGELOG.md | 9 +++++++ examples/custom-admin-ui-pages/package.json | 4 +-- examples/custom-field-view/CHANGELOG.md | 10 ++++++++ examples/custom-field-view/package.json | 6 ++--- examples/custom-field/CHANGELOG.md | 10 ++++++++ examples/custom-field/package.json | 6 ++--- examples/default-values/CHANGELOG.md | 9 +++++++ examples/default-values/package.json | 4 +-- examples/document-field/CHANGELOG.md | 10 ++++++++ examples/document-field/package.json | 6 ++--- .../CHANGELOG.md | 9 +++++++ .../package.json | 4 +-- .../extend-graphql-schema-nexus/CHANGELOG.md | 9 +++++++ .../extend-graphql-schema-nexus/package.json | 4 +-- examples/extend-graphql-schema/CHANGELOG.md | 9 +++++++ examples/extend-graphql-schema/package.json | 4 +-- examples/json/CHANGELOG.md | 9 +++++++ examples/json/package.json | 4 +-- examples/rest-api/CHANGELOG.md | 9 +++++++ examples/rest-api/package.json | 4 +-- packages/core/CHANGELOG.md | 23 +++++++++++++++++ packages/core/package.json | 4 +-- packages/fields-document/CHANGELOG.md | 12 +++++++++ packages/fields-document/package.json | 6 ++--- 60 files changed, 290 insertions(+), 134 deletions(-) delete mode 100644 .changeset/famous-cherries-joke.md delete mode 100644 .changeset/few-items-clap.md delete mode 100644 .changeset/happy-bottles-greet.md delete mode 100644 .changeset/happy-meerkats-sleep.md delete mode 100644 .changeset/happy-stingrays-smash.md delete mode 100644 .changeset/nasty-shoes-destroy.md delete mode 100644 .changeset/new-avocados-joke.md delete mode 100644 .changeset/old-turkeys-smash.md delete mode 100644 .changeset/proud-turkeys-arrive.md delete mode 100644 .changeset/rotten-eyes-speak.md delete mode 100644 .changeset/shy-cycles-check.md delete mode 100644 .changeset/two-teachers-search.md diff --git a/.changeset/famous-cherries-joke.md b/.changeset/famous-cherries-joke.md deleted file mode 100644 index 32e0d78c2ed..00000000000 --- a/.changeset/famous-cherries-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/fields-document': patch ---- - -Fixed z-index issue for toolbar of the document editor diff --git a/.changeset/few-items-clap.md b/.changeset/few-items-clap.md deleted file mode 100644 index 332d41335a0..00000000000 --- a/.changeset/few-items-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fix the display for json field in read only diff --git a/.changeset/happy-bottles-greet.md b/.changeset/happy-bottles-greet.md deleted file mode 100644 index e2e99410db1..00000000000 --- a/.changeset/happy-bottles-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixed decimal `validation.min` not being respected and `validation.max` being used as the min if provided diff --git a/.changeset/happy-meerkats-sleep.md b/.changeset/happy-meerkats-sleep.md deleted file mode 100644 index 1161b9d75bc..00000000000 --- a/.changeset/happy-meerkats-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixed Prisma schema mismatch warning accidentally showing a warning that there is a mismatch in the GraphQL schema diff --git a/.changeset/happy-stingrays-smash.md b/.changeset/happy-stingrays-smash.md deleted file mode 100644 index 693fb901fc9..00000000000 --- a/.changeset/happy-stingrays-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@keystone-6/core": patch ---- - -Updated `@preconstruct/next` to v4 diff --git a/.changeset/nasty-shoes-destroy.md b/.changeset/nasty-shoes-destroy.md deleted file mode 100644 index be32f8b3982..00000000000 --- a/.changeset/nasty-shoes-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/fields-document': patch ---- - -Hide document toolbar in read only diff --git a/.changeset/new-avocados-joke.md b/.changeset/new-avocados-joke.md deleted file mode 100644 index e3a8ef4da2d..00000000000 --- a/.changeset/new-avocados-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fix for the display of relationship fields in read only diff --git a/.changeset/old-turkeys-smash.md b/.changeset/old-turkeys-smash.md deleted file mode 100644 index a396d7b4c2b..00000000000 --- a/.changeset/old-turkeys-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-ui/fields': minor ---- - -Upgrade `react-day-picker` to v8 diff --git a/.changeset/proud-turkeys-arrive.md b/.changeset/proud-turkeys-arrive.md deleted file mode 100644 index c2b0e1c45a8..00000000000 --- a/.changeset/proud-turkeys-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixed React key warning when showing GraphQL errors diff --git a/.changeset/rotten-eyes-speak.md b/.changeset/rotten-eyes-speak.md deleted file mode 100644 index a26864aea4f..00000000000 --- a/.changeset/rotten-eyes-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixed Reset to default button bug. diff --git a/.changeset/shy-cycles-check.md b/.changeset/shy-cycles-check.md deleted file mode 100644 index 388fb090506..00000000000 --- a/.changeset/shy-cycles-check.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -'@keystone-6/example-assets-cloud': patch -'@keystone-6/example-assets-local': patch -'@keystone-6/example-auth': patch -'@keystone-6/examples-app-basic': patch -'@keystone-6/example-ecommerce': patch -'@keystone-6/example-embedded-nextjs': patch -'@keystone-6/example-graphql-api-endpoint': patch -'@keystone-6/example-roles': patch -'@keystone-6/example-blog': patch -'@keystone-6/example-custom-admin-ui-logo': patch -'@keystone-6/example-custom-admin-ui-navigation': patch -'@keystone-6/example-custom-admin-ui-pages': patch -'@keystone-6/example-custom-field': patch -'@keystone-6/example-custom-field-view': patch -'@keystone-6/example-default-values': patch -'@keystone-6/example-document-field': patch -'@keystone-6/example-extend-graphql-schema': patch -'@keystone-6/example-extend-graphql-schema-graphql-ts': patch -'@keystone-6/example-extend-graphql-schema-nexus': patch -'@keystone-6/example-json-field': patch -'@keystone-6/example-rest-api': patch ---- - -Added sandbox configs to allow launching sandboxes on codesandbox.io service diff --git a/.changeset/two-teachers-search.md b/.changeset/two-teachers-search.md deleted file mode 100644 index a4286e66e7c..00000000000 --- a/.changeset/two-teachers-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -The Admin UI now prompts users to confirm they want to navigate away when there are unsaved changes. diff --git a/design-system/packages/fields/CHANGELOG.md b/design-system/packages/fields/CHANGELOG.md index ce7ce86ac98..9a3189e0a9a 100644 --- a/design-system/packages/fields/CHANGELOG.md +++ b/design-system/packages/fields/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-ui/fields +## 6.1.0 + +### Minor Changes + +- [#7497](https://github.com/keystonejs/keystone/pull/7497) [`73f4d566d`](https://github.com/keystonejs/keystone/commit/73f4d566dd580b91a096e101327786df41169347) Thanks [@borisno2](https://github.com/borisno2)! - Upgrade `react-day-picker` to v8 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/fields/package.json b/design-system/packages/fields/package.json index 1c0b7bb4910..3578562742f 100644 --- a/design-system/packages/fields/package.json +++ b/design-system/packages/fields/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/fields", - "version": "6.0.1", + "version": "6.1.0", "license": "MIT", "main": "dist/keystone-ui-fields.cjs.js", "module": "dist/keystone-ui-fields.esm.js", diff --git a/examples-staging/assets-cloud/CHANGELOG.md b/examples-staging/assets-cloud/CHANGELOG.md index 8a76c222d30..ab03c75c9c6 100644 --- a/examples-staging/assets-cloud/CHANGELOG.md +++ b/examples-staging/assets-cloud/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-assets-cloud +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples-staging/assets-cloud/package.json b/examples-staging/assets-cloud/package.json index b5e7b24980e..98f6aea2d7d 100644 --- a/examples-staging/assets-cloud/package.json +++ b/examples-staging/assets-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-assets-cloud", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "dotenv": "^11.0.0" }, "devDependencies": { diff --git a/examples-staging/assets-local/CHANGELOG.md b/examples-staging/assets-local/CHANGELOG.md index 9ec6c950ed4..a65ef4b1f52 100644 --- a/examples-staging/assets-local/CHANGELOG.md +++ b/examples-staging/assets-local/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-assets-local +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples-staging/assets-local/package.json b/examples-staging/assets-local/package.json index cdcb20695d8..a244a71e5f6 100644 --- a/examples-staging/assets-local/package.json +++ b/examples-staging/assets-local/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-assets-local", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0" + "@keystone-6/core": "^1.1.1" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples-staging/auth/CHANGELOG.md b/examples-staging/auth/CHANGELOG.md index f8e1d0952b0..79e5664f4a4 100644 --- a/examples-staging/auth/CHANGELOG.md +++ b/examples-staging/auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-auth +## 0.0.3 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.2 ### Patch Changes diff --git a/examples-staging/auth/package.json b/examples-staging/auth/package.json index a15542d8391..6cf71866c33 100644 --- a/examples-staging/auth/package.json +++ b/examples-staging/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-auth", - "version": "0.0.2", + "version": "0.0.3", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@keystone-6/auth": "^2.0.0", - "@keystone-6/core": "^1.1.0", + "@keystone-6/core": "^1.1.1", "next": "^12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples-staging/basic/CHANGELOG.md b/examples-staging/basic/CHANGELOG.md index e34d114ae32..d1073595d6d 100644 --- a/examples-staging/basic/CHANGELOG.md +++ b/examples-staging/basic/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-6/example-app-basic +## 0.0.3 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`117621594`](https://github.com/keystonejs/keystone/commit/117621594d46929bd8e7b5103fa1c4efee1bb39d), [`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`90de98a94`](https://github.com/keystonejs/keystone/commit/90de98a94dd6c139d6ad4e03c47bf0310dc14974), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`73f4d566d`](https://github.com/keystonejs/keystone/commit/73f4d566dd580b91a096e101327786df41169347), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/fields-document@2.0.1 + - @keystone-6/core@1.1.1 + - @keystone-ui/fields@6.1.0 + ## 0.0.2 ### Patch Changes diff --git a/examples-staging/basic/package.json b/examples-staging/basic/package.json index 814f825be63..a1cd457f76a 100644 --- a/examples-staging/basic/package.json +++ b/examples-staging/basic/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/examples-app-basic", - "version": "0.0.2", + "version": "0.0.3", "private": true, "license": "MIT", "scripts": { @@ -11,11 +11,11 @@ "dependencies": { "@babel/runtime": "^7.16.3", "@keystone-6/auth": "^2.0.0", - "@keystone-6/core": "^1.1.0", + "@keystone-6/core": "^1.1.1", "@keystone-6/document-renderer": "^1.0.0", - "@keystone-6/fields-document": "^2.0.0", + "@keystone-6/fields-document": "^2.0.1", "@keystone-ui/core": "^4.0.0", - "@keystone-ui/fields": "^6.0.1", + "@keystone-ui/fields": "^6.1.0", "@keystone-ui/icons": "^5.0.0", "@keystone-ui/tooltip": "^5.0.0", "@types/react": "^17.0.37", diff --git a/examples-staging/ecommerce/CHANGELOG.md b/examples-staging/ecommerce/CHANGELOG.md index 61cdabeb86e..68bd05db99d 100644 --- a/examples-staging/ecommerce/CHANGELOG.md +++ b/examples-staging/ecommerce/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-ecommerce +## 0.0.3 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.2 ### Patch Changes diff --git a/examples-staging/ecommerce/package.json b/examples-staging/ecommerce/package.json index 503079d3747..d12c9de4aae 100644 --- a/examples-staging/ecommerce/package.json +++ b/examples-staging/ecommerce/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-ecommerce", - "version": "0.0.2", + "version": "0.0.3", "private": true, "author": "Wes Bos & Jed Watson", "license": "MIT", @@ -18,7 +18,7 @@ "@babel/runtime": "^7.16.3", "@keystone-6/auth": "^2.0.0", "@keystone-6/cloudinary": "^2.0.0", - "@keystone-6/core": "^1.1.0", + "@keystone-6/core": "^1.1.1", "@types/nodemailer": "^6.4.4", "dotenv": "^11.0.0", "next": "^12.1.0", diff --git a/examples-staging/embedded-nextjs/CHANGELOG.md b/examples-staging/embedded-nextjs/CHANGELOG.md index 817443b79a9..fff5c53f9d4 100644 --- a/examples-staging/embedded-nextjs/CHANGELOG.md +++ b/examples-staging/embedded-nextjs/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-next-lite +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples-staging/embedded-nextjs/package.json b/examples-staging/embedded-nextjs/package.json index b6598137aa1..f48699d51df 100644 --- a/examples-staging/embedded-nextjs/package.json +++ b/examples-staging/embedded-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-embedded-nextjs", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "next build" }, "dependencies": { - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "dotenv": "^11.0.0", "next": "^12.1.0", "react": "^17.0.2", diff --git a/examples-staging/graphql-api-endpoint/CHANGELOG.md b/examples-staging/graphql-api-endpoint/CHANGELOG.md index 570e306e84f..7a9fb4dfaf7 100644 --- a/examples-staging/graphql-api-endpoint/CHANGELOG.md +++ b/examples-staging/graphql-api-endpoint/CHANGELOG.md @@ -1,5 +1,15 @@ # keystone-next-app +## 0.0.3 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`117621594`](https://github.com/keystonejs/keystone/commit/117621594d46929bd8e7b5103fa1c4efee1bb39d), [`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`90de98a94`](https://github.com/keystonejs/keystone/commit/90de98a94dd6c139d6ad4e03c47bf0310dc14974), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/fields-document@2.0.1 + - @keystone-6/core@1.1.1 + ## 0.0.2 ### Patch Changes diff --git a/examples-staging/graphql-api-endpoint/package.json b/examples-staging/graphql-api-endpoint/package.json index edf2cd3662b..bf570d998d5 100644 --- a/examples-staging/graphql-api-endpoint/package.json +++ b/examples-staging/graphql-api-endpoint/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-graphql-api-endpoint", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "keystone dev", @@ -13,8 +13,8 @@ "dependencies": { "@babel/runtime": "^7.16.3", "@keystone-6/auth": "^2.0.0", - "@keystone-6/core": "^1.1.0", - "@keystone-6/fields-document": "^2.0.0" + "@keystone-6/core": "^1.1.1", + "@keystone-6/fields-document": "^2.0.1" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples-staging/graphql-api-endpoint" } diff --git a/examples-staging/roles/CHANGELOG.md b/examples-staging/roles/CHANGELOG.md index deb8a18fe7c..ad69afba1eb 100644 --- a/examples-staging/roles/CHANGELOG.md +++ b/examples-staging/roles/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-roles +## 0.0.3 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.2 ### Patch Changes diff --git a/examples-staging/roles/package.json b/examples-staging/roles/package.json index ff24848b7ba..e572e22c9e7 100644 --- a/examples-staging/roles/package.json +++ b/examples-staging/roles/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-roles", - "version": "0.0.2", + "version": "0.0.3", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@keystone-6/auth": "^2.0.0", - "@keystone-6/core": "^1.1.0", + "@keystone-6/core": "^1.1.1", "next": "^12.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md index 6a9087720dc..bc99abfa975 100644 --- a/examples/blog/CHANGELOG.md +++ b/examples/blog/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-blog +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/blog/package.json b/examples/blog/package.json index b805715dd82..a3473f15fd1 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-blog", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone --seed-data" }, "dependencies": { - "@keystone-6/core": "^1.0.0" + "@keystone-6/core": "^1.1.1" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/custom-admin-ui-logo/CHANGELOG.md b/examples/custom-admin-ui-logo/CHANGELOG.md index cec75c78ed7..fd169410213 100644 --- a/examples/custom-admin-ui-logo/CHANGELOG.md +++ b/examples/custom-admin-ui-logo/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-custom-admin-ui-logo +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index ad81b36a042..003aaee6c67 100644 --- a/examples/custom-admin-ui-logo/package.json +++ b/examples/custom-admin-ui-logo/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-custom-admin-ui-logo", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "@keystone-ui/core": "^4.0.0", "next": "^12.1.0", "react": "^17.0.2" diff --git a/examples/custom-admin-ui-navigation/CHANGELOG.md b/examples/custom-admin-ui-navigation/CHANGELOG.md index aa14e8a04a6..ea4d2e25270 100644 --- a/examples/custom-admin-ui-navigation/CHANGELOG.md +++ b/examples/custom-admin-ui-navigation/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-custom-navigation-component +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/custom-admin-ui-navigation/package.json b/examples/custom-admin-ui-navigation/package.json index 5942a9b8300..adaac5be29b 100644 --- a/examples/custom-admin-ui-navigation/package.json +++ b/examples/custom-admin-ui-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-custom-admin-ui-navigation", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/custom-admin-ui-pages/CHANGELOG.md b/examples/custom-admin-ui-pages/CHANGELOG.md index 7d51eacc48a..0c90be32650 100644 --- a/examples/custom-admin-ui-pages/CHANGELOG.md +++ b/examples/custom-admin-ui-pages/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-custom-admin-ui-pages +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/custom-admin-ui-pages/package.json b/examples/custom-admin-ui-pages/package.json index 8ceb6723a80..9654f0466cc 100644 --- a/examples/custom-admin-ui-pages/package.json +++ b/examples/custom-admin-ui-pages/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-custom-admin-ui-pages", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "@keystone-ui/core": "^4.0.0", "react": "^17.0.2" }, diff --git a/examples/custom-field-view/CHANGELOG.md b/examples/custom-field-view/CHANGELOG.md index 47738e2ba45..107d85f52dc 100644 --- a/examples/custom-field-view/CHANGELOG.md +++ b/examples/custom-field-view/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-6/example-custom-field-view +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`73f4d566d`](https://github.com/keystonejs/keystone/commit/73f4d566dd580b91a096e101327786df41169347), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + - @keystone-ui/fields@6.1.0 + ## 0.0.1 ### Patch Changes diff --git a/examples/custom-field-view/package.json b/examples/custom-field-view/package.json index 1cdd2438276..c7e7d656603 100644 --- a/examples/custom-field-view/package.json +++ b/examples/custom-field-view/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-custom-field-view", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -10,10 +10,10 @@ }, "dependencies": { "@emotion/css": "^11.7.1", - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "@keystone-ui/button": "^6.0.0", "@keystone-ui/core": "^4.0.0", - "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/fields": "^6.1.0", "@keystone-ui/icons": "^5.0.0", "react": "^17.0.2" }, diff --git a/examples/custom-field/CHANGELOG.md b/examples/custom-field/CHANGELOG.md index 903f4c077df..60a6252330a 100644 --- a/examples/custom-field/CHANGELOG.md +++ b/examples/custom-field/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-6/example-custom-field +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`73f4d566d`](https://github.com/keystonejs/keystone/commit/73f4d566dd580b91a096e101327786df41169347), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + - @keystone-ui/fields@6.1.0 + ## 0.0.1 ### Patch Changes diff --git a/examples/custom-field/package.json b/examples/custom-field/package.json index 596e763f7a0..9dc4a289b25 100644 --- a/examples/custom-field/package.json +++ b/examples/custom-field/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-custom-field", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0", - "@keystone-ui/fields": "^6.0.0", + "@keystone-6/core": "^1.1.1", + "@keystone-ui/fields": "^6.1.0", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/default-values/CHANGELOG.md b/examples/default-values/CHANGELOG.md index b2529757156..fa184c109ee 100644 --- a/examples/default-values/CHANGELOG.md +++ b/examples/default-values/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-default-values +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/default-values/package.json b/examples/default-values/package.json index 4f4f60b5b69..cb708bf2f0d 100644 --- a/examples/default-values/package.json +++ b/examples/default-values/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-default-values", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0" + "@keystone-6/core": "^1.1.1" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/document-field/CHANGELOG.md b/examples/document-field/CHANGELOG.md index 188339e0864..06ea62a26a3 100644 --- a/examples/document-field/CHANGELOG.md +++ b/examples/document-field/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-6/example-document-field +## 0.0.3 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`117621594`](https://github.com/keystonejs/keystone/commit/117621594d46929bd8e7b5103fa1c4efee1bb39d), [`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`90de98a94`](https://github.com/keystonejs/keystone/commit/90de98a94dd6c139d6ad4e03c47bf0310dc14974), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/fields-document@2.0.1 + - @keystone-6/core@1.1.1 + ## 0.0.2 ### Patch Changes diff --git a/examples/document-field/package.json b/examples/document-field/package.json index f8a2d43a345..0c6827a94b4 100644 --- a/examples/document-field/package.json +++ b/examples/document-field/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-document-field", - "version": "0.0.2", + "version": "0.0.3", "private": true, "license": "MIT", "scripts": { @@ -10,9 +10,9 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.1.0", + "@keystone-6/core": "^1.1.1", "@keystone-6/document-renderer": "^1.0.0", - "@keystone-6/fields-document": "^2.0.0", + "@keystone-6/fields-document": "^2.0.1", "@preconstruct/next": "^4.0.0", "next": "^12.1.0", "react": "^17.0.2" diff --git a/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md b/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md index 02e7d41a171..e4ca6731509 100644 --- a/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md +++ b/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-extend-graphql-schema-graphql-ts +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/extend-graphql-schema-graphql-ts/package.json b/examples/extend-graphql-schema-graphql-ts/package.json index accd2a58486..b9d799863f8 100644 --- a/examples/extend-graphql-schema-graphql-ts/package.json +++ b/examples/extend-graphql-schema-graphql-ts/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-extend-graphql-schema-graphql-ts", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0" + "@keystone-6/core": "^1.1.1" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/extend-graphql-schema-nexus/CHANGELOG.md b/examples/extend-graphql-schema-nexus/CHANGELOG.md index e293075f686..b801b59c0ed 100644 --- a/examples/extend-graphql-schema-nexus/CHANGELOG.md +++ b/examples/extend-graphql-schema-nexus/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-extend-graphql-schema +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/extend-graphql-schema-nexus/package.json b/examples/extend-graphql-schema-nexus/package.json index 3d26653cbb3..8434b1cb00a 100644 --- a/examples/extend-graphql-schema-nexus/package.json +++ b/examples/extend-graphql-schema-nexus/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-extend-graphql-schema-nexus", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@graphql-tools/schema": "^8.3.1", - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "graphql": "^15.8.0", "nexus": "^1.1.0" }, diff --git a/examples/extend-graphql-schema/CHANGELOG.md b/examples/extend-graphql-schema/CHANGELOG.md index ae6d7d88e4b..50d87ebf8ad 100644 --- a/examples/extend-graphql-schema/CHANGELOG.md +++ b/examples/extend-graphql-schema/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-extend-graphql-schema +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/extend-graphql-schema/package.json b/examples/extend-graphql-schema/package.json index fad29fe9d07..70e9970a86a 100644 --- a/examples/extend-graphql-schema/package.json +++ b/examples/extend-graphql-schema/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-extend-graphql-schema", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0" + "@keystone-6/core": "^1.1.1" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/json/CHANGELOG.md b/examples/json/CHANGELOG.md index 53331c9e145..44042ec8225 100644 --- a/examples/json/CHANGELOG.md +++ b/examples/json/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-json +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/json/package.json b/examples/json/package.json index d320a24521b..150271ad29d 100644 --- a/examples/json/package.json +++ b/examples/json/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-json-field", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone build" }, "dependencies": { - "@keystone-6/core": "^1.0.0" + "@keystone-6/core": "^1.1.1" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/rest-api/CHANGELOG.md b/examples/rest-api/CHANGELOG.md index d71f7005ad3..3b23010d0f3 100644 --- a/examples/rest-api/CHANGELOG.md +++ b/examples/rest-api/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-6/example-rest-api +## 0.0.2 + +### Patch Changes + +- [#7463](https://github.com/keystonejs/keystone/pull/7463) [`96119c716`](https://github.com/keystonejs/keystone/commit/96119c716e97743f14f032578f1185fb3ac81d33) Thanks [@MurzNN](https://github.com/MurzNN)! - Added sandbox configs to allow launching sandboxes on codesandbox.io service + +- Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + ## 0.0.1 ### Patch Changes diff --git a/examples/rest-api/package.json b/examples/rest-api/package.json index f594d552121..57437e3b18d 100644 --- a/examples/rest-api/package.json +++ b/examples/rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/example-rest-api", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone --seed-data" }, "dependencies": { - "@keystone-6/core": "^1.0.0", + "@keystone-6/core": "^1.1.1", "express": "^4.17.1" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 579aa449078..0571a031905 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,28 @@ # @keystone-6/core +## 1.1.1 + +### Patch Changes + +- [#7493](https://github.com/keystonejs/keystone/pull/7493) [`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5) Thanks [@Achi06](https://github.com/Achi06)! - Fix the display for json field in read only + +* [#7417](https://github.com/keystonejs/keystone/pull/7417) [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed decimal `validation.min` not being respected and `validation.max` being used as the min if provided + +- [#7453](https://github.com/keystonejs/keystone/pull/7453) [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a) Thanks [@dcousens](https://github.com/dcousens)! - Fixed Prisma schema mismatch warning accidentally showing a warning that there is a mismatch in the GraphQL schema + +* [#7408](https://github.com/keystonejs/keystone/pull/7408) [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7) Thanks [@renovate](https://github.com/apps/renovate)! - Updated `@preconstruct/next` to v4 + +- [#7492](https://github.com/keystonejs/keystone/pull/7492) [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c) Thanks [@Achi06](https://github.com/Achi06)! - Fix for the display of relationship fields in read only + +* [#7121](https://github.com/keystonejs/keystone/pull/7121) [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9) Thanks [@moselhy](https://github.com/moselhy)! - Fixed React key warning when showing GraphQL errors + +- [#7456](https://github.com/keystonejs/keystone/pull/7456) [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb) Thanks [@Achi06](https://github.com/Achi06)! - Fixed Reset to default button bug. + +* [#7490](https://github.com/keystonejs/keystone/pull/7490) [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - The Admin UI now prompts users to confirm they want to navigate away when there are unsaved changes. + +* Updated dependencies [[`73f4d566d`](https://github.com/keystonejs/keystone/commit/73f4d566dd580b91a096e101327786df41169347)]: + - @keystone-ui/fields@6.1.0 + ## 1.1.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1c88fed1693..484e2518f1b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/core", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "main": "dist/keystone-6-core.cjs.js", "module": "dist/keystone-6-core.esm.js", @@ -37,7 +37,7 @@ "@hapi/iron": "^6.0.0", "@keystone-ui/button": "^6.0.0", "@keystone-ui/core": "^4.0.0", - "@keystone-ui/fields": "^6.0.1", + "@keystone-ui/fields": "^6.1.0", "@keystone-ui/icons": "^5.0.0", "@keystone-ui/loading": "^5.0.0", "@keystone-ui/modals": "^5.0.0", diff --git a/packages/fields-document/CHANGELOG.md b/packages/fields-document/CHANGELOG.md index 13d52727fec..ec343e012ac 100644 --- a/packages/fields-document/CHANGELOG.md +++ b/packages/fields-document/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-6/fields-document +## 2.0.1 + +### Patch Changes + +- [#7464](https://github.com/keystonejs/keystone/pull/7464) [`117621594`](https://github.com/keystonejs/keystone/commit/117621594d46929bd8e7b5103fa1c4efee1bb39d) Thanks [@Achi06](https://github.com/Achi06)! - Fixed z-index issue for toolbar of the document editor + +* [#7494](https://github.com/keystonejs/keystone/pull/7494) [`90de98a94`](https://github.com/keystonejs/keystone/commit/90de98a94dd6c139d6ad4e03c47bf0310dc14974) Thanks [@Achi06](https://github.com/Achi06)! - Hide document toolbar in read only + +* Updated dependencies [[`d1e34a8cc`](https://github.com/keystonejs/keystone/commit/d1e34a8cc4b53f0d595f2b85032204af13e59eb5), [`aced61816`](https://github.com/keystonejs/keystone/commit/aced6181646bd6fc94977ea497801e6d3839f9c0), [`3bb1a5343`](https://github.com/keystonejs/keystone/commit/3bb1a53434b86e8a6294cff01a8699c36dd5df5a), [`b7a21bbb0`](https://github.com/keystonejs/keystone/commit/b7a21bbb0af131b0fe1db4139ab179b6c83fb4b7), [`d5c05cc61`](https://github.com/keystonejs/keystone/commit/d5c05cc61a703d291b8931b8342e5d37a0e3da8c), [`73f4d566d`](https://github.com/keystonejs/keystone/commit/73f4d566dd580b91a096e101327786df41169347), [`bfb6c844f`](https://github.com/keystonejs/keystone/commit/bfb6c844fcab390813ed71a889f8e815db93e0b9), [`032e2eb24`](https://github.com/keystonejs/keystone/commit/032e2eb24f67544949958def72cf5ac75c5972bb), [`ac3e52265`](https://github.com/keystonejs/keystone/commit/ac3e522652b56d28284522725b83a2e35eee6726)]: + - @keystone-6/core@1.1.1 + - @keystone-ui/fields@6.1.0 + ## 2.0.0 ### Major Changes diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index c18a05fcf7f..93c1649e62c 100644 --- a/packages/fields-document/package.json +++ b/packages/fields-document/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-6/fields-document", "description": "KeystoneJS Document Field Type", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "main": "dist/keystone-6-fields-document.cjs.js", "module": "dist/keystone-6-fields-document.esm.js", @@ -20,7 +20,7 @@ ] }, "peerDependencies": { - "@keystone-6/core": "^1.1.0" + "@keystone-6/core": "^1.1.1" }, "dependencies": { "@babel/runtime": "^7.16.3", @@ -29,7 +29,7 @@ "@keystone-6/document-renderer": "^1.0.0", "@keystone-ui/button": "^6.0.0", "@keystone-ui/core": "^4.0.0", - "@keystone-ui/fields": "^6.0.1", + "@keystone-ui/fields": "^6.1.0", "@keystone-ui/icons": "^5.0.0", "@keystone-ui/popover": "^5.0.1", "@keystone-ui/tooltip": "^5.0.0",