diff --git a/.changeset/bright-turkeys-add.md b/.changeset/bright-turkeys-add.md deleted file mode 100644 index 81d5e20e415..00000000000 --- a/.changeset/bright-turkeys-add.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Cosmetic changes to the core code in preparation for improvements to the error handling logic. diff --git a/.changeset/clever-pens-pretend.md b/.changeset/clever-pens-pretend.md deleted file mode 100644 index ae3ec91082a..00000000000 --- a/.changeset/clever-pens-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Added `/` to `list.path` on HomePage ListCard to better allow custom `basePath`. diff --git a/.changeset/cyan-tigers-tell.md b/.changeset/cyan-tigers-tell.md deleted file mode 100644 index 0b1f6d3f79d..00000000000 --- a/.changeset/cyan-tigers-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/auth': major ---- - -The field passed to the `identityField` option is now required to have `isUnique: true`. diff --git a/.changeset/hip-berries-sleep.md b/.changeset/hip-berries-sleep.md deleted file mode 100644 index 902f8103cb2..00000000000 --- a/.changeset/hip-berries-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Removed implicit chunking from the lists API so that the lists API is a direct translation of the GraphQL API diff --git a/.changeset/odd-windows-explode.md b/.changeset/odd-windows-explode.md deleted file mode 100644 index 7337067ed44..00000000000 --- a/.changeset/odd-windows-explode.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystone-next/fields': major -'@keystone-next/keystone': major ---- - -Removed unnecessary descriptions on GraphQL types. diff --git a/.changeset/serious-pigs-attack.md b/.changeset/serious-pigs-attack.md deleted file mode 100644 index 8beeb6626d3..00000000000 --- a/.changeset/serious-pigs-attack.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@keystone-next/fields': major -'@keystone-next/keystone': major -'@keystone-next/types': major ---- - -Added `ui.searchFields` option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of the `search` GraphQL argument which will be removed soon and should be replaced by using `contains` filters directly. diff --git a/.changeset/shy-bobcats-float.md b/.changeset/shy-bobcats-float.md deleted file mode 100644 index 01a9e929c91..00000000000 --- a/.changeset/shy-bobcats-float.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/fields': patch ---- - -Fixed virtual field rendering of false & 0 values. diff --git a/.changeset/six-kids-cough.md b/.changeset/six-kids-cough.md deleted file mode 100644 index e371a45a0c8..00000000000 --- a/.changeset/six-kids-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Updated unique filter checking code to ensure it is always run before using the unique input filter. diff --git a/.changeset/slimy-moons-grow.md b/.changeset/slimy-moons-grow.md deleted file mode 100644 index da3e9bd743e..00000000000 --- a/.changeset/slimy-moons-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/example-custom-admin-ui-logo': major ---- - -Initial version of the custom-admin-ui-logo example. diff --git a/.changeset/spicy-pillows-sparkle.md b/.changeset/spicy-pillows-sparkle.md deleted file mode 100644 index 16d49946afc..00000000000 --- a/.changeset/spicy-pillows-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Refactored mutation validation handling into a single location. diff --git a/.changeset/ten-ducks-work.md b/.changeset/ten-ducks-work.md deleted file mode 100644 index b8931515ff3..00000000000 --- a/.changeset/ten-ducks-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Split the default value loop from the field-type input resolver loop to allow for more fine-grained error handling. diff --git a/.changeset/tidy-poems-tickle.md b/.changeset/tidy-poems-tickle.md deleted file mode 100644 index 1d8f953c0fc..00000000000 --- a/.changeset/tidy-poems-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Changed symlink generation to use relative path instead of absolute. Solves running project in docker when mapping volume. diff --git a/.changeset/twelve-squids-peel.md b/.changeset/twelve-squids-peel.md deleted file mode 100644 index a005a3d24fc..00000000000 --- a/.changeset/twelve-squids-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@keystone-next/keystone": patch -"@keystone-next/api-tests-legacy": patch ---- - -Updated Prisma dependencies to `2.27.0`. diff --git a/.changeset/wild-lizards-tie.md b/.changeset/wild-lizards-tie.md deleted file mode 100644 index 32379d9e6ea..00000000000 --- a/.changeset/wild-lizards-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Simplified the internal implementation of nested mutations. diff --git a/examples-staging/assets-cloud/CHANGELOG.md b/examples-staging/assets-cloud/CHANGELOG.md index d350b015916..c0b66f3b1eb 100644 --- a/examples-staging/assets-cloud/CHANGELOG.md +++ b/examples-staging/assets-cloud/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-assets-cloud +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 1.0.2 ### Patch Changes diff --git a/examples-staging/assets-cloud/package.json b/examples-staging/assets-cloud/package.json index eb6d3190ae0..c9721c12144 100644 --- a/examples-staging/assets-cloud/package.json +++ b/examples-staging/assets-cloud/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-assets-cloud", - "version": "1.0.2", + "version": "1.0.3", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", "dotenv": "^10.0.0" }, "devDependencies": { diff --git a/examples-staging/assets-local/CHANGELOG.md b/examples-staging/assets-local/CHANGELOG.md index 9477634cf97..cdb145724ea 100644 --- a/examples-staging/assets-local/CHANGELOG.md +++ b/examples-staging/assets-local/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-assets-local +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 1.0.2 ### Patch Changes diff --git a/examples-staging/assets-local/package.json b/examples-staging/assets-local/package.json index 424f2decf74..4f4a1d69bc3 100644 --- a/examples-staging/assets-local/package.json +++ b/examples-staging/assets-local/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-assets-local", - "version": "1.0.2", + "version": "1.0.3", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples-staging/auth/CHANGELOG.md b/examples-staging/auth/CHANGELOG.md index 2ada943f202..4f2e4a71876 100644 --- a/examples-staging/auth/CHANGELOG.md +++ b/examples-staging/auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-auth +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + ## 4.0.4 ### Patch Changes diff --git a/examples-staging/auth/package.json b/examples-staging/auth/package.json index 680bb529366..7fc11399c4e 100644 --- a/examples-staging/auth/package.json +++ b/examples-staging/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-auth", - "version": "4.0.4", + "version": "4.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^29.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/auth": "^30.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", "next": "^10.2.3", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples-staging/basic/CHANGELOG.md b/examples-staging/basic/CHANGELOG.md index 47869d408c9..ef959469d4b 100644 --- a/examples-staging/basic/CHANGELOG.md +++ b/examples-staging/basic/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-app-basic +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/fields-document@7.0.3 + ## 4.0.4 ### Patch Changes diff --git a/examples-staging/basic/package.json b/examples-staging/basic/package.json index 3c1e7f9bd56..f8323c58134 100644 --- a/examples-staging/basic/package.json +++ b/examples-staging/basic/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/examples-app-basic", - "version": "4.0.4", + "version": "4.0.5", "private": true, "license": "MIT", "scripts": { @@ -11,12 +11,12 @@ "dependencies": { "@babel/runtime": "^7.14.8", "@graphql-tools/merge": "^6.2.14", - "@keystone-next/auth": "^29.0.0", + "@keystone-next/auth": "^30.0.0", "@keystone-next/document-renderer": "^4.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/fields-document": "^7.0.2", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/fields-document": "^7.0.3", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.1", "@keystone-ui/icons": "^4.0.0", diff --git a/examples-staging/ecommerce/CHANGELOG.md b/examples-staging/ecommerce/CHANGELOG.md index 41f0dc59eec..5c3894ae610 100644 --- a/examples-staging/ecommerce/CHANGELOG.md +++ b/examples-staging/ecommerce/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-ecommerce +## 4.0.6 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/cloudinary@6.0.5 + ## 4.0.5 ### Patch Changes diff --git a/examples-staging/ecommerce/package.json b/examples-staging/ecommerce/package.json index 9f112acc856..2ecebd1fa24 100644 --- a/examples-staging/ecommerce/package.json +++ b/examples-staging/ecommerce/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-ecommerce", - "version": "4.0.5", + "version": "4.0.6", "private": true, "author": "Wes Bos & Jed Watson", "license": "MIT", @@ -16,11 +16,11 @@ "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@babel/runtime": "^7.14.8", - "@keystone-next/auth": "^29.0.0", - "@keystone-next/cloudinary": "^6.0.4", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/auth": "^30.0.0", + "@keystone-next/cloudinary": "^6.0.5", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "@types/nodemailer": "^6.4.4", "dotenv": "^10.0.0", "next": "^10.2.3", @@ -30,7 +30,7 @@ "stripe": "^8.161.0" }, "devDependencies": { - "@keystone-next/testing": "^1.0.2", + "@keystone-next/testing": "^1.0.3", "typescript": "^4.3.5" }, "engines": { diff --git a/examples-staging/embedded-nextjs/CHANGELOG.md b/examples-staging/embedded-nextjs/CHANGELOG.md index 316f184d623..37e7289e292 100644 --- a/examples-staging/embedded-nextjs/CHANGELOG.md +++ b/examples-staging/embedded-nextjs/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-next-lite +## 3.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 3.0.4 ### Patch Changes diff --git a/examples-staging/embedded-nextjs/package.json b/examples-staging/embedded-nextjs/package.json index d3642df2ed2..e09673d4696 100644 --- a/examples-staging/embedded-nextjs/package.json +++ b/examples-staging/embedded-nextjs/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-embedded-nextjs", - "version": "3.0.4", + "version": "3.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", "dotenv": "^10.0.0", "next": "^10.2.3", "react": "^17.0.2", diff --git a/examples-staging/graphql-api-endpoint/CHANGELOG.md b/examples-staging/graphql-api-endpoint/CHANGELOG.md index 25f27535d0c..78e2360dbb6 100644 --- a/examples-staging/graphql-api-endpoint/CHANGELOG.md +++ b/examples-staging/graphql-api-endpoint/CHANGELOG.md @@ -1,5 +1,15 @@ # keystone-next-app +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/fields-document@7.0.3 + ## 1.0.4 ### Patch Changes diff --git a/examples-staging/graphql-api-endpoint/package.json b/examples-staging/graphql-api-endpoint/package.json index 851f8a0c29b..a8b38a078d8 100644 --- a/examples-staging/graphql-api-endpoint/package.json +++ b/examples-staging/graphql-api-endpoint/package.json @@ -1,6 +1,6 @@ { "name": "keystone-next-app", - "version": "1.0.4", + "version": "1.0.5", "private": true, "scripts": { "dev": "keystone-next dev", @@ -12,10 +12,10 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "@keystone-next/auth": "^29.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/fields-document": "^7.0.2", - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/auth": "^30.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/fields-document": "^7.0.3", + "@keystone-next/keystone": "^23.0.0", "apollo-server-micro": "^2.25.2" }, "repository": "https://github.com/keystonejs/keystone/tree/master/examples-staging/graphql-api-endpoint" diff --git a/examples-staging/playground/CHANGELOG.md b/examples-staging/playground/CHANGELOG.md index 3473d32c8f3..389589ac4e2 100644 --- a/examples-staging/playground/CHANGELOG.md +++ b/examples-staging/playground/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-playground +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 1.0.3 ### Patch Changes diff --git a/examples-staging/playground/package.json b/examples-staging/playground/package.json index 177a570f44f..b81a675af63 100644 --- a/examples-staging/playground/package.json +++ b/examples-staging/playground/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-playground", - "version": "1.0.3", + "version": "1.0.4", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples-staging/roles/CHANGELOG.md b/examples-staging/roles/CHANGELOG.md index 65066843a02..ed0c3bcc2fd 100644 --- a/examples-staging/roles/CHANGELOG.md +++ b/examples-staging/roles/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-next/example-roles +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + ## 4.0.4 ### Patch Changes diff --git a/examples-staging/roles/package.json b/examples-staging/roles/package.json index f15923298dc..07f1b9f6494 100644 --- a/examples-staging/roles/package.json +++ b/examples-staging/roles/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-roles", - "version": "4.0.4", + "version": "4.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,10 +9,10 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^29.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/auth": "^30.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "next": "^10.2.3", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples-staging/sandbox/CHANGELOG.md b/examples-staging/sandbox/CHANGELOG.md index c02f1ddb14c..95284b8a033 100644 --- a/examples-staging/sandbox/CHANGELOG.md +++ b/examples-staging/sandbox/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-sandbox +## 3.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + ## 3.0.4 ### Patch Changes diff --git a/examples-staging/sandbox/package.json b/examples-staging/sandbox/package.json index d4f8f03ce4e..faa9b468701 100644 --- a/examples-staging/sandbox/package.json +++ b/examples-staging/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-sandbox", - "version": "3.0.4", + "version": "3.0.5", "private": true, "license": "MIT", "scripts": { @@ -8,9 +8,9 @@ "sandbox": "yarn && yarn dev" }, "dependencies": { - "@keystone-next/auth": "^29.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/auth": "^30.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "engines": { "node": "^12.20 || >= 14.13" diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md index 765006a0696..1889e29771d 100644 --- a/examples/blog/CHANGELOG.md +++ b/examples/blog/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-blog +## 2.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 2.0.4 ### Patch Changes diff --git a/examples/blog/package.json b/examples/blog/package.json index 4fd1b03b346..047521e8beb 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-blog", - "version": "2.0.4", + "version": "2.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples/custom-admin-ui-logo/CHANGELOG.md b/examples/custom-admin-ui-logo/CHANGELOG.md index 84a81a8bb1b..dabbaf85ffe 100644 --- a/examples/custom-admin-ui-logo/CHANGELOG.md +++ b/examples/custom-admin-ui-logo/CHANGELOG.md @@ -1 +1,14 @@ # @keystone-next/example-custom-admin-ui-logo + +## 1.0.0 + +### Major Changes + +- [#6145](https://github.com/keystonejs/keystone/pull/6145) [`2de1615a0`](https://github.com/keystonejs/keystone/commit/2de1615a0959076a9a2c6f70c8b22aca8f2f8779) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Initial version of the custom-admin-ui-logo example. + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index 9eebcada407..6450ae841c8 100644 --- a/examples/custom-admin-ui-logo/package.json +++ b/examples/custom-admin-ui-logo/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-custom-admin-ui-logo", - "version": "0.0.1", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/core": "^3.1.0", "next": "^10.2.3", "react": "^17.0.2" diff --git a/examples/custom-field-view/CHANGELOG.md b/examples/custom-field-view/CHANGELOG.md index 4753703949b..116f6cd267d 100644 --- a/examples/custom-field-view/CHANGELOG.md +++ b/examples/custom-field-view/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-custom-field-view +## 1.0.1 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + ## 1.0.0 ### Major Changes diff --git a/examples/custom-field-view/package.json b/examples/custom-field-view/package.json index 4802774a7ba..c2882d1aa7d 100644 --- a/examples/custom-field-view/package.json +++ b/examples/custom-field-view/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-custom-field-view", - "version": "1.0.0", + "version": "1.0.1", "private": true, "license": "MIT", "scripts": { @@ -10,9 +10,9 @@ }, "dependencies": { "@emotion/css": "^11.1.3", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/button": "^5.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.2", diff --git a/examples/custom-field/CHANGELOG.md b/examples/custom-field/CHANGELOG.md index f94e8140063..8577483e293 100644 --- a/examples/custom-field/CHANGELOG.md +++ b/examples/custom-field/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-custom-field +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + ## 0.0.1 ### Patch Changes diff --git a/examples/custom-field/package.json b/examples/custom-field/package.json index c6be5bcbb4d..79513877337 100644 --- a/examples/custom-field/package.json +++ b/examples/custom-field/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-custom-field", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/fields": "^4.1.2", "react": "^17.0.2" }, diff --git a/examples/default-values/CHANGELOG.md b/examples/default-values/CHANGELOG.md index 1795a32d0cf..f79e0342295 100644 --- a/examples/default-values/CHANGELOG.md +++ b/examples/default-values/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-default-values +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 1.0.4 ### Patch Changes diff --git a/examples/default-values/package.json b/examples/default-values/package.json index 2759755b674..608ca218f02 100644 --- a/examples/default-values/package.json +++ b/examples/default-values/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-default-values", - "version": "1.0.4", + "version": "1.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples/document-field/CHANGELOG.md b/examples/document-field/CHANGELOG.md index 67d2a29b51f..ee8d98a0e20 100644 --- a/examples/document-field/CHANGELOG.md +++ b/examples/document-field/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-document-field +## 1.1.1 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/fields-document@7.0.3 + ## 1.1.0 ### Minor Changes diff --git a/examples/document-field/package.json b/examples/document-field/package.json index 1f8d7e364eb..e9684469656 100644 --- a/examples/document-field/package.json +++ b/examples/document-field/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-document-field", - "version": "1.1.0", + "version": "1.1.1", "private": true, "license": "MIT", "scripts": { @@ -11,9 +11,9 @@ }, "dependencies": { "@keystone-next/document-renderer": "^4.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/fields-document": "^7.0.2", - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/fields-document": "^7.0.3", + "@keystone-next/keystone": "^23.0.0", "@preconstruct/next": "^3.0.0", "next": "^10.2.3", "react": "^17.0.2" diff --git a/examples/extend-graphql-schema/CHANGELOG.md b/examples/extend-graphql-schema/CHANGELOG.md index 770e5c2e461..250d1358b4e 100644 --- a/examples/extend-graphql-schema/CHANGELOG.md +++ b/examples/extend-graphql-schema/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-extend-graphql-schema +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 1.0.4 ### Patch Changes diff --git a/examples/extend-graphql-schema/package.json b/examples/extend-graphql-schema/package.json index b434fe4b8f3..de95d078b43 100644 --- a/examples/extend-graphql-schema/package.json +++ b/examples/extend-graphql-schema/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-extend-graphql-schema", - "version": "1.0.4", + "version": "1.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples/json/CHANGELOG.md b/examples/json/CHANGELOG.md index 93ffca330f9..745f8f383a4 100644 --- a/examples/json/CHANGELOG.md +++ b/examples/json/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-json +## 4.0.6 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 4.0.5 ### Patch Changes diff --git a/examples/json/package.json b/examples/json/package.json index f8ac688e4f2..d244ea7b2bd 100644 --- a/examples/json/package.json +++ b/examples/json/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-json-field", - "version": "4.0.5", + "version": "4.0.6", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples/task-manager/CHANGELOG.md b/examples/task-manager/CHANGELOG.md index 5f9b9cbe805..dd682847e0a 100644 --- a/examples/task-manager/CHANGELOG.md +++ b/examples/task-manager/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-task-manager +## 4.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 4.0.4 ### Patch Changes diff --git a/examples/task-manager/package.json b/examples/task-manager/package.json index 58f9dd5ad35..3a63680b98d 100644 --- a/examples/task-manager/package.json +++ b/examples/task-manager/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-task-manager", - "version": "4.0.4", + "version": "4.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples/testing/CHANGELOG.md b/examples/testing/CHANGELOG.md index 11d687fac8c..76971c1efc7 100644 --- a/examples/testing/CHANGELOG.md +++ b/examples/testing/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-testing +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/testing@1.0.3 + ## 0.0.4 ### Patch Changes diff --git a/examples/testing/package.json b/examples/testing/package.json index a3f85321ac1..32360b4a2e3 100644 --- a/examples/testing/package.json +++ b/examples/testing/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-testing", - "version": "0.0.4", + "version": "0.0.5", "private": true, "license": "MIT", "scripts": { @@ -13,11 +13,11 @@ "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.8", "@babel/preset-typescript": "^7.14.5", - "@keystone-next/auth": "^29.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/testing": "^1.0.2", - "@keystone-next/types": "^22.0.0" + "@keystone-next/auth": "^30.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/testing": "^1.0.3", + "@keystone-next/types": "^23.0.0" }, "devDependencies": { "babel-jest": "^27.0.6", diff --git a/examples/virtual-field/CHANGELOG.md b/examples/virtual-field/CHANGELOG.md index ce55bf42ccc..8e61b8bc9ca 100644 --- a/examples/virtual-field/CHANGELOG.md +++ b/examples/virtual-field/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-virtual-field +## 0.1.3 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + ## 0.1.2 ### Patch Changes diff --git a/examples/virtual-field/package.json b/examples/virtual-field/package.json index 9623e85218b..c457d83ce4b 100644 --- a/examples/virtual-field/package.json +++ b/examples/virtual-field/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-virtual-field", - "version": "0.1.2", + "version": "0.1.3", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/examples/with-auth/CHANGELOG.md b/examples/with-auth/CHANGELOG.md index 750b39b4df3..0be3bed0177 100644 --- a/examples/with-auth/CHANGELOG.md +++ b/examples/with-auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-with-auth +## 2.0.6 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/auth@30.0.0 + - @keystone-next/fields@13.0.0 + ## 2.0.5 ### Patch Changes diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index e01d169bff2..e9caf46bbde 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-with-auth", - "version": "2.0.5", + "version": "2.0.6", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^29.0.0", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/auth": "^30.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5" diff --git a/packages/admin-ui-utils/CHANGELOG.md b/packages/admin-ui-utils/CHANGELOG.md index eb98d495a12..32a4e59bd75 100644 --- a/packages/admin-ui-utils/CHANGELOG.md +++ b/packages/admin-ui-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/admin-ui-utils +## 5.0.5 + +### Patch Changes + +- Updated dependencies [[`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4)]: + - @keystone-next/types@23.0.0 + ## 5.0.4 ### Patch Changes diff --git a/packages/admin-ui-utils/package.json b/packages/admin-ui-utils/package.json index 0675857ce86..23e2be5e864 100644 --- a/packages/admin-ui-utils/package.json +++ b/packages/admin-ui-utils/package.json @@ -1,13 +1,13 @@ { "name": "@keystone-next/admin-ui-utils", - "version": "5.0.4", + "version": "5.0.5", "main": "dist/admin-ui-utils.cjs.js", "module": "dist/admin-ui-utils.esm.js", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.8", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/types": "^22.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/core": "^3.1.1", "@types/react": "^17.0.15", "fast-deep-equal": "^3.1.3", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 306f304f029..5da2aeffef2 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystone-next/auth +## 30.0.0 + +### Major Changes + +- [#6179](https://github.com/keystonejs/keystone/pull/6179) [`ee8a51498`](https://github.com/keystonejs/keystone/commit/ee8a51498204cd7de4998af0bb05871301bfb26a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - The field passed to the `identityField` option is now required to have `isUnique: true`. + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/admin-ui-utils@5.0.5 + ## 29.0.0 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index e285e5da9ee..0f02a59d701 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/auth", - "version": "29.0.0", + "version": "30.0.0", "license": "MIT", "main": "dist/auth.cjs.js", "module": "dist/auth.esm.js", @@ -10,9 +10,9 @@ "dependencies": { "@babel/runtime": "^7.14.8", "@graphql-tools/merge": "^6.2.14", - "@keystone-next/admin-ui-utils": "^5.0.4", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/admin-ui-utils": "^5.0.5", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/button": "^5.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.1", @@ -22,11 +22,11 @@ "graphql": "^15.5.1" }, "devDependencies": { - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/keystone": "^23.0.0", "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/keystone": "^23.0.0", "react": "^17.0.2" }, "preconstruct": { diff --git a/packages/cloudinary/CHANGELOG.md b/packages/cloudinary/CHANGELOG.md index c420b79ef41..4ee5433b415 100644 --- a/packages/cloudinary/CHANGELOG.md +++ b/packages/cloudinary/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/cloudinary +## 6.0.5 + +### Patch Changes + +- Updated dependencies [[`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75)]: + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + ## 6.0.4 ### Patch Changes diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index 616fd3710bb..5b1a702dde4 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -1,13 +1,13 @@ { "name": "@keystone-next/cloudinary", - "version": "6.0.4", + "version": "6.0.5", "license": "MIT", "main": "dist/cloudinary.cjs.js", "module": "dist/cloudinary.esm.js", "dependencies": { "@babel/runtime": "^7.14.8", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/button": "^5.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.2", diff --git a/packages/fields-document/CHANGELOG.md b/packages/fields-document/CHANGELOG.md index 3ca93cafccd..0c0e63b8d38 100644 --- a/packages/fields-document/CHANGELOG.md +++ b/packages/fields-document/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-next/fields-document +## 7.0.3 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/admin-ui-utils@5.0.5 + ## 7.0.2 ### Patch Changes diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index 680be24af61..a0ab1aeca3b 100644 --- a/packages/fields-document/package.json +++ b/packages/fields-document/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/fields-document", "description": "KeystoneJS Document Field Type", - "version": "7.0.2", + "version": "7.0.3", "main": "dist/fields-document.cjs.js", "module": "dist/fields-document.esm.js", "files": [ @@ -22,10 +22,10 @@ "@babel/runtime": "^7.14.8", "@braintree/sanitize-url": "^5.0.2", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/admin-ui-utils": "^5.0.4", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", + "@keystone-next/admin-ui-utils": "^5.0.5", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", "@keystone-ui/button": "^5.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.1", diff --git a/packages/fields/CHANGELOG.md b/packages/fields/CHANGELOG.md index cb12e9196ae..08e509d953c 100644 --- a/packages/fields/CHANGELOG.md +++ b/packages/fields/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystone-next/fields +## 13.0.0 + +### Major Changes + +- [#6105](https://github.com/keystonejs/keystone/pull/6105) [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed unnecessary descriptions on GraphQL types. + +* [#6165](https://github.com/keystonejs/keystone/pull/6165) [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `ui.searchFields` option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of the `search` GraphQL argument which will be removed soon and should be replaced by using `contains` filters directly. + +### Patch Changes + +- [#6110](https://github.com/keystonejs/keystone/pull/6110) [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75) Thanks [@ChuckJonas](https://github.com/ChuckJonas)! - Fixed virtual field rendering of false & 0 values. + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/admin-ui-utils@5.0.5 + - @keystone-next/utils@1.0.3 + ## 12.0.0 ### Major Changes diff --git a/packages/fields/package.json b/packages/fields/package.json index 02d1d0b113e..504f43e88f8 100644 --- a/packages/fields/package.json +++ b/packages/fields/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/fields", - "version": "12.0.0", + "version": "13.0.0", "license": "MIT", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", @@ -12,10 +12,10 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "@keystone-next/admin-ui-utils": "^5.0.4", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/types": "^22.0.0", - "@keystone-next/utils": "^1.0.2", + "@keystone-next/admin-ui-utils": "^5.0.5", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/types": "^23.0.0", + "@keystone-next/utils": "^1.0.3", "@keystone-ui/button": "^5.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.2", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index 6f43f1a76b0..02b106d0113 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,39 @@ # @keystone-next/keystone +## 23.0.0 + +### Major Changes + +- [#6153](https://github.com/keystonejs/keystone/pull/6153) [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed implicit chunking from the lists API so that the lists API is a direct translation of the GraphQL API + +* [#6105](https://github.com/keystonejs/keystone/pull/6105) [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed unnecessary descriptions on GraphQL types. + +- [#6165](https://github.com/keystonejs/keystone/pull/6165) [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `ui.searchFields` option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of the `search` GraphQL argument which will be removed soon and should be replaced by using `contains` filters directly. + +### Patch Changes + +- [#6104](https://github.com/keystonejs/keystone/pull/6104) [`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a) Thanks [@timleslie](https://github.com/timleslie)! - Cosmetic changes to the core code in preparation for improvements to the error handling logic. + +* [#6126](https://github.com/keystonejs/keystone/pull/6126) [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1) Thanks [@borisno2](https://github.com/borisno2)! - Added `/` to `list.path` on HomePage ListCard to better allow custom `basePath`. + +- [#6116](https://github.com/keystonejs/keystone/pull/6116) [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e) Thanks [@timleslie](https://github.com/timleslie)! - Updated unique filter checking code to ensure it is always run before using the unique input filter. + +* [#6139](https://github.com/keystonejs/keystone/pull/6139) [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f) Thanks [@timleslie](https://github.com/timleslie)! - Refactored mutation validation handling into a single location. + +- [#6119](https://github.com/keystonejs/keystone/pull/6119) [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9) Thanks [@timleslie](https://github.com/timleslie)! - Split the default value loop from the field-type input resolver loop to allow for more fine-grained error handling. + +* [#6144](https://github.com/keystonejs/keystone/pull/6144) [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35) Thanks [@gautamsi](https://github.com/gautamsi)! - Changed symlink generation to use relative path instead of absolute. Solves running project in docker when mapping volume. + +- [#6096](https://github.com/keystonejs/keystone/pull/6096) [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Prisma dependencies to `2.27.0`. + +* [#6123](https://github.com/keystonejs/keystone/pull/6123) [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06) Thanks [@timleslie](https://github.com/timleslie)! - Simplified the internal implementation of nested mutations. + +* Updated dependencies [[`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75)]: + - @keystone-next/fields@13.0.0 + - @keystone-next/types@23.0.0 + - @keystone-next/admin-ui-utils@5.0.5 + - @keystone-next/utils@1.0.3 + ## 22.0.0 ### Major Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index fa566237e51..53bd6a24448 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/keystone", - "version": "22.0.0", + "version": "23.0.0", "license": "MIT", "main": "dist/keystone.cjs.js", "module": "dist/keystone.esm.js", @@ -30,10 +30,10 @@ "@graphql-tools/merge": "^6.2.14", "@graphql-tools/schema": "^7.1.5", "@hapi/iron": "^6.0.0", - "@keystone-next/admin-ui-utils": "^5.0.4", - "@keystone-next/fields": "^12.0.0", - "@keystone-next/types": "^22.0.0", - "@keystone-next/utils": "^1.0.2", + "@keystone-next/admin-ui-utils": "^5.0.5", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/types": "^23.0.0", + "@keystone-next/utils": "^1.0.3", "@keystone-ui/button": "^5.0.0", "@keystone-ui/core": "^3.1.1", "@keystone-ui/fields": "^4.1.2", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index d4479e3d95c..1d909d3ace0 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/testing +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 086b6e1d525..df4076821fc 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/testing", "description": "Tools to assist with testing Keystone projects", - "version": "1.0.2", + "version": "1.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "main": "dist/testing.cjs.js", @@ -10,7 +10,7 @@ "node": "^12.20 || >= 14.13" }, "dependencies": { - "@keystone-next/keystone": "^22.0.0", + "@keystone-next/keystone": "^23.0.0", "@types/supertest": "^2.0.11", "memoize-one": "^5.2.1", "supertest": "^6.1.4" diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index f9c83489105..0b2cfbf628e 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/types +## 23.0.0 + +### Major Changes + +- [#6165](https://github.com/keystonejs/keystone/pull/6165) [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `ui.searchFields` option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of the `search` GraphQL argument which will be removed soon and should be replaced by using `contains` filters directly. + +### Patch Changes + +- Updated dependencies [[`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75)]: + - @keystone-next/fields@13.0.0 + ## 22.0.0 ### Major Changes diff --git a/packages/types/package.json b/packages/types/package.json index 8ca0aec3e9b..ec7047c5305 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/types", - "version": "22.0.0", + "version": "23.0.0", "license": "MIT", "main": "dist/types.cjs.js", "module": "dist/types.esm.js", @@ -9,7 +9,7 @@ }, "dependencies": { "@graphql-ts/schema": "0.1.2", - "@keystone-next/fields": "^12.0.0", + "@keystone-next/fields": "^13.0.0", "apollo-server-types": "^0.9.0", "cors": "^2.8.5", "decimal.js": "10.3.1", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8b8e7164f72..468fd3be886 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/utils +## 1.0.3 + +### Patch Changes + +- Updated dependencies [[`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4)]: + - @keystone-next/types@23.0.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index b03c35c0c5d..d7c4246fed3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/utils", "description": "Common utility functions used throughout @keystone-next packages.", - "version": "1.0.2", + "version": "1.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "homepage": "https://github.com/keystonejs/keystone", @@ -12,7 +12,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.8", - "@keystone-next/types": "^22.0.0" + "@keystone-next/types": "^23.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/utils" } diff --git a/tests/admin-ui-tests/CHANGELOG.md b/tests/admin-ui-tests/CHANGELOG.md index 52389150f89..f2c9210685a 100644 --- a/tests/admin-ui-tests/CHANGELOG.md +++ b/tests/admin-ui-tests/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/admin-ui-tests +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4)]: + - @keystone-next/types@23.0.0 + - @keystone-next/testing@1.0.3 + - @keystone-next/utils@1.0.3 + ## 0.0.2 ### Patch Changes diff --git a/tests/admin-ui-tests/package.json b/tests/admin-ui-tests/package.json index ea957954d62..eef19368931 100644 --- a/tests/admin-ui-tests/package.json +++ b/tests/admin-ui-tests/package.json @@ -2,7 +2,7 @@ "name": "@keystone-next/admin-ui-tests", "description": "A set of tests for the KeystoneJS Admin UI.", "private": true, - "version": "0.0.2", + "version": "0.0.3", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -25,9 +25,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/testing": "^1.0.2", - "@keystone-next/types": "^22.0.0", - "@keystone-next/utils": "^1.0.2", + "@keystone-next/testing": "^1.0.3", + "@keystone-next/types": "^23.0.0", + "@keystone-next/utils": "^1.0.3", "@manypkg/find-root": "^1.1.0", "dotenv": "^10.0.0", "tree-kill": "^1.2.2" diff --git a/tests/api-tests/CHANGELOG.md b/tests/api-tests/CHANGELOG.md index 32ac2d6168a..4f62d2c0eb4 100644 --- a/tests/api-tests/CHANGELOG.md +++ b/tests/api-tests/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/api-tests +## 11.0.6 + +### Patch Changes + +- [#6096](https://github.com/keystonejs/keystone/pull/6096) [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314) Thanks [@renovate](https://github.com/apps/renovate)! - Updated Prisma dependencies to `2.27.0`. + +- Updated dependencies [[`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4)]: + - @keystone-next/types@23.0.0 + - @keystone-next/testing@1.0.3 + - @keystone-next/utils@1.0.3 + ## 11.0.5 ### Patch Changes diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index a846f0fb289..420a2737269 100644 --- a/tests/api-tests/package.json +++ b/tests/api-tests/package.json @@ -2,7 +2,7 @@ "name": "@keystone-next/api-tests-legacy", "description": "A set of tests for running against the KeystoneJS API.", "private": true, - "version": "11.0.5", + "version": "11.0.6", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -26,9 +26,9 @@ "uuid": "^8.3.2" }, "dependencies": { - "@keystone-next/testing": "^1.0.2", - "@keystone-next/types": "^22.0.0", - "@keystone-next/utils": "^1.0.2", + "@keystone-next/testing": "^1.0.3", + "@keystone-next/types": "^23.0.0", + "@keystone-next/utils": "^1.0.3", "apollo-cache-control": "^0.14.0", "express": "^4.17.1" } diff --git a/tests/benchmarks/CHANGELOG.md b/tests/benchmarks/CHANGELOG.md index 58ef2ad6152..2ca8e9e24a6 100644 --- a/tests/benchmarks/CHANGELOG.md +++ b/tests/benchmarks/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystonejs/benchmarks +## 7.0.6 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + - @keystone-next/testing@1.0.3 + ## 7.0.5 ### Patch Changes diff --git a/tests/benchmarks/package.json b/tests/benchmarks/package.json index ea233b1cb81..26ad2a24d0f 100644 --- a/tests/benchmarks/package.json +++ b/tests/benchmarks/package.json @@ -2,7 +2,7 @@ "name": "@keystone-next/benchmarks-legacy", "description": "A set of benchmarks for running against the KeystoneJS API.", "private": true, - "version": "7.0.5", + "version": "7.0.6", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,9 +14,9 @@ "repository": "https://github.com/keystonejs/keystone/tree/master/tests/benchmarks", "homepage": "https://github.com/keystonejs/keystone", "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0", - "@keystone-next/testing": "^1.0.2", + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0", + "@keystone-next/testing": "^1.0.3", "cookie-signature": "^1.1.0", "testcheck": "^1.0.0-rc.2" } diff --git a/tests/test-projects/basic/CHANGELOG.md b/tests/test-projects/basic/CHANGELOG.md index 0d9fc5294fc..d24f58d22d7 100644 --- a/tests/test-projects/basic/CHANGELOG.md +++ b/tests/test-projects/basic/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/test-projects-basic +## 0.0.2 + +### Patch Changes + +- Updated dependencies [[`3f03b8c1f`](https://github.com/keystonejs/keystone/commit/3f03b8c1fa7005b37371e1cc401c3a03334a4f7a), [`ea0712aa2`](https://github.com/keystonejs/keystone/commit/ea0712aa22487325bd898818ea4fbca543c9dcf1), [`7716315ea`](https://github.com/keystonejs/keystone/commit/7716315ea823dd91d17d54dcbb9155b5445cd956), [`e5f61ad50`](https://github.com/keystonejs/keystone/commit/e5f61ad50133a328fcb32299b838fd9eac574c3f), [`e4e6cf9b5`](https://github.com/keystonejs/keystone/commit/e4e6cf9b59eec461d2b53acfa3b350e4f5a06fc4), [`2ef6fe82c`](https://github.com/keystonejs/keystone/commit/2ef6fe82cee6df7796935d35d1c12cab29aecc75), [`dd7e811e7`](https://github.com/keystonejs/keystone/commit/dd7e811e7ce084c1e832acefc6ed773af371ac9e), [`587a8d0b0`](https://github.com/keystonejs/keystone/commit/587a8d0b074ccecb239d120275359f72779f306f), [`597edbdd8`](https://github.com/keystonejs/keystone/commit/597edbdd81df80982dd3df3d9d600003ef8a15e9), [`1172e1853`](https://github.com/keystonejs/keystone/commit/1172e18531064df6412c06412e74da3b85740b35), [`fbe698461`](https://github.com/keystonejs/keystone/commit/fbe6984616de7a302db7c2b0082851db89c2e314), [`32e9879db`](https://github.com/keystonejs/keystone/commit/32e9879db9cfee77f067eb8105262df65bca6c06)]: + - @keystone-next/keystone@23.0.0 + - @keystone-next/fields@13.0.0 + ## 0.0.1 ### Patch Changes diff --git a/tests/test-projects/basic/package.json b/tests/test-projects/basic/package.json index 5f7eea10d43..ef134c60847 100644 --- a/tests/test-projects/basic/package.json +++ b/tests/test-projects/basic/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/test-projects-basic", - "version": "0.0.1", + "version": "0.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^12.0.0", - "@keystone-next/keystone": "^22.0.0" + "@keystone-next/fields": "^13.0.0", + "@keystone-next/keystone": "^23.0.0" }, "devDependencies": { "typescript": "^4.3.5"