diff --git a/.changeset/bright-beers-build.md b/.changeset/bright-beers-build.md deleted file mode 100644 index 7267e6d447a..00000000000 --- a/.changeset/bright-beers-build.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -'@keystone-next/keystone': major -'@keystone-next/website': patch -'@keystone-next/examples-app-basic': patch -'keystone-next-app': patch -'@keystone-next/example-blog': patch -'@keystone-next/example-custom-admin-ui-logo': patch -'@keystone-next/example-custom-admin-ui-navigation': patch -'@keystone-next/example-custom-admin-ui-pages': patch -'@keystone-next/example-custom-field': patch -'@keystone-next/example-custom-field-view': patch -'@keystone-next/example-default-values': patch -'@keystone-next/example-document-field': patch -'@keystone-next/example-extend-graphql-schema': patch -'@keystone-next/example-json-field': patch -'@keystone-next/example-task-manager': patch -'@keystone-next/example-testing': patch -'@keystone-next/example-virtual-field': patch -'@keystone-next/example-with-auth': patch -'@keystone-next/api-tests-legacy': patch ---- - -Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). - -The Apollo documentation contains a full list of breaking changes introduced by this update. -You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. - -The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. -If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). diff --git a/.changeset/curly-drinks-rush.md b/.changeset/curly-drinks-rush.md deleted file mode 100644 index ec5aba43497..00000000000 --- a/.changeset/curly-drinks-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed an issue where the incorrect value for the `operation` argument was passed into field-level access control functions. Keystone now correctly passes in `'read'` rather than the incorrect `'query'`. diff --git a/.changeset/hot-cameras-work.md b/.changeset/hot-cameras-work.md deleted file mode 100644 index ff4fce2d32d..00000000000 --- a/.changeset/hot-cameras-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/fields-document': patch ---- - -Removed unnecessary try/catch block in relationship data resolver. diff --git a/.changeset/loud-meals-switch.md b/.changeset/loud-meals-switch.md deleted file mode 100644 index 4a66cb51bfb..00000000000 --- a/.changeset/loud-meals-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed type definition of `ValidationArgs['addValidationError']`. diff --git a/.changeset/orange-rice-return.md b/.changeset/orange-rice-return.md deleted file mode 100644 index f696c59f08c..00000000000 --- a/.changeset/orange-rice-return.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed windows issues with new view resolver from #6414. diff --git a/.changeset/popular-goats-juggle.md b/.changeset/popular-goats-juggle.md deleted file mode 100644 index 71215b9ee05..00000000000 --- a/.changeset/popular-goats-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed a bug in `context.db.lists` API when finding items that don't exist. diff --git a/.changeset/quick-islands-jog.md b/.changeset/quick-islands-jog.md deleted file mode 100644 index 162a474a9a9..00000000000 --- a/.changeset/quick-islands-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Cleaned up the formatting of GraphQL error messages result from Prisma errors. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e6a3c1a1b5e..bcec72b4546 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/website +## 3.1.6 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f)]: + - @keystone-next/fields-document@9.0.1 + ## 3.1.5 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 92e720f1b58..5a0d29703c4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/website", - "version": "3.1.5", + "version": "3.1.6", "private": true, "license": "MIT", "scripts": { @@ -18,7 +18,7 @@ "@emotion/react": "^11.4.1", "@emotion/server": "11.4.0", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/fields-document": "^9.0.0", + "@keystone-next/fields-document": "^9.0.1", "@mdx-js/loader": "next", "@mdx-js/react": "^1.6.22", "@next/mdx": "^11.1.0", diff --git a/examples-staging/assets-cloud/CHANGELOG.md b/examples-staging/assets-cloud/CHANGELOG.md index b3fe3a3299d..50fafc2c21f 100644 --- a/examples-staging/assets-cloud/CHANGELOG.md +++ b/examples-staging/assets-cloud/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-assets-cloud +## 1.0.6 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.5 ### Patch Changes diff --git a/examples-staging/assets-cloud/package.json b/examples-staging/assets-cloud/package.json index c939653f3cb..90f75e4d0c3 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.5", + "version": "1.0.6", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "dotenv": "^10.0.0" }, "devDependencies": { diff --git a/examples-staging/assets-local/CHANGELOG.md b/examples-staging/assets-local/CHANGELOG.md index fe4532cfffa..51db687625e 100644 --- a/examples-staging/assets-local/CHANGELOG.md +++ b/examples-staging/assets-local/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-assets-local +## 1.0.6 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.5 ### Patch Changes diff --git a/examples-staging/assets-local/package.json b/examples-staging/assets-local/package.json index c6a7b6132e5..26a5eebe44e 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.5", + "version": "1.0.6", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples-staging/auth/CHANGELOG.md b/examples-staging/auth/CHANGELOG.md index 0daef3afab5..ce59a2bc68d 100644 --- a/examples-staging/auth/CHANGELOG.md +++ b/examples-staging/auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-auth +## 4.0.8 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/auth@33.0.0 + ## 4.0.7 ### Patch Changes diff --git a/examples-staging/auth/package.json b/examples-staging/auth/package.json index a2e9793f942..e86a3b42660 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.7", + "version": "4.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^32.0.0", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/auth": "^33.0.0", + "@keystone-next/keystone": "^26.0.0", "next": "^11.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 823198e8a4a..13f40b7c5e4 100644 --- a/examples-staging/basic/CHANGELOG.md +++ b/examples-staging/basic/CHANGELOG.md @@ -1,5 +1,22 @@ # @keystone-next/example-app-basic +## 4.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/fields-document@9.0.1 + - @keystone-next/auth@33.0.0 + ## 4.0.7 ### Patch Changes diff --git a/examples-staging/basic/package.json b/examples-staging/basic/package.json index 606566a16e6..211d8fed315 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.7", + "version": "4.0.8", "private": true, "license": "MIT", "scripts": { @@ -10,10 +10,10 @@ }, "dependencies": { "@babel/runtime": "^7.15.4", - "@keystone-next/auth": "^32.0.0", + "@keystone-next/auth": "^33.0.0", "@keystone-next/document-renderer": "^4.0.0", - "@keystone-next/fields-document": "^9.0.0", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/fields-document": "^9.0.1", + "@keystone-next/keystone": "^26.0.0", "@keystone-ui/core": "^3.2.0", "@keystone-ui/fields": "^4.1.3", "@keystone-ui/icons": "^4.0.1", diff --git a/examples-staging/ecommerce/CHANGELOG.md b/examples-staging/ecommerce/CHANGELOG.md index b2857d771a4..bc703e0aa7f 100644 --- a/examples-staging/ecommerce/CHANGELOG.md +++ b/examples-staging/ecommerce/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-ecommerce +## 4.0.9 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/auth@33.0.0 + - @keystone-next/cloudinary@8.0.0 + ## 4.0.8 ### Patch Changes diff --git a/examples-staging/ecommerce/package.json b/examples-staging/ecommerce/package.json index 660f19fcfde..e519a075073 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.8", + "version": "4.0.9", "private": true, "author": "Wes Bos & Jed Watson", "license": "MIT", @@ -16,9 +16,9 @@ "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@babel/runtime": "^7.15.4", - "@keystone-next/auth": "^32.0.0", - "@keystone-next/cloudinary": "^7.0.0", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/auth": "^33.0.0", + "@keystone-next/cloudinary": "^8.0.0", + "@keystone-next/keystone": "^26.0.0", "@types/nodemailer": "^6.4.4", "dotenv": "^10.0.0", "next": "^11.1.0", diff --git a/examples-staging/embedded-nextjs/CHANGELOG.md b/examples-staging/embedded-nextjs/CHANGELOG.md index a9f760120c4..d0063f4f937 100644 --- a/examples-staging/embedded-nextjs/CHANGELOG.md +++ b/examples-staging/embedded-nextjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-next-lite +## 3.0.8 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 3.0.7 ### Patch Changes diff --git a/examples-staging/embedded-nextjs/package.json b/examples-staging/embedded-nextjs/package.json index 709adba8534..47241906bbd 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.7", + "version": "3.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "dotenv": "^10.0.0", "next": "^11.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 5d9c376d88a..6e86e470f80 100644 --- a/examples-staging/graphql-api-endpoint/CHANGELOG.md +++ b/examples-staging/graphql-api-endpoint/CHANGELOG.md @@ -1,5 +1,22 @@ # keystone-next-app +## 1.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/fields-document@9.0.1 + - @keystone-next/auth@33.0.0 + ## 1.0.7 ### Patch Changes diff --git a/examples-staging/graphql-api-endpoint/package.json b/examples-staging/graphql-api-endpoint/package.json index b9c4f03086b..f5379ca9ee2 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.7", + "version": "1.0.8", "private": true, "scripts": { "dev": "keystone-next dev", @@ -12,9 +12,9 @@ }, "dependencies": { "@babel/runtime": "^7.15.4", - "@keystone-next/auth": "^32.0.0", - "@keystone-next/fields-document": "^9.0.0", - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/auth": "^33.0.0", + "@keystone-next/fields-document": "^9.0.1", + "@keystone-next/keystone": "^26.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/examples-staging/graphql-api-endpoint" } diff --git a/examples-staging/roles/CHANGELOG.md b/examples-staging/roles/CHANGELOG.md index 6b3f0bd7e6d..cea0ac013c6 100644 --- a/examples-staging/roles/CHANGELOG.md +++ b/examples-staging/roles/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-roles +## 4.0.8 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/auth@33.0.0 + ## 4.0.7 ### Patch Changes diff --git a/examples-staging/roles/package.json b/examples-staging/roles/package.json index ecd8c71c289..c2ab7d0df72 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.7", + "version": "4.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^32.0.0", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/auth": "^33.0.0", + "@keystone-next/keystone": "^26.0.0", "next": "^11.1.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples-staging/sandbox/CHANGELOG.md b/examples-staging/sandbox/CHANGELOG.md index 5c39b495b2b..a508b76e5d5 100644 --- a/examples-staging/sandbox/CHANGELOG.md +++ b/examples-staging/sandbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-sandbox +## 3.0.8 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/auth@33.0.0 + ## 3.0.7 ### Patch Changes diff --git a/examples-staging/sandbox/package.json b/examples-staging/sandbox/package.json index 9ab8de93064..f8656ecf2e5 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.7", + "version": "3.0.8", "private": true, "license": "MIT", "scripts": { @@ -8,8 +8,8 @@ "sandbox": "yarn && yarn dev" }, "dependencies": { - "@keystone-next/auth": "^32.0.0", - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/auth": "^33.0.0", + "@keystone-next/keystone": "^26.0.0" }, "engines": { "node": "^12.20 || >= 14.13" diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md index 6c22ba29be7..3388d93c5fe 100644 --- a/examples/blog/CHANGELOG.md +++ b/examples/blog/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-blog +## 2.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 2.0.7 ### Patch Changes diff --git a/examples/blog/package.json b/examples/blog/package.json index 14b39a0db65..f6d6ff24232 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-blog", - "version": "2.0.7", + "version": "2.0.8", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples/custom-admin-ui-logo/CHANGELOG.md b/examples/custom-admin-ui-logo/CHANGELOG.md index 9bf39544be5..47f63e9ddcb 100644 --- a/examples/custom-admin-ui-logo/CHANGELOG.md +++ b/examples/custom-admin-ui-logo/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-custom-admin-ui-logo +## 1.0.3 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.2 ### Patch Changes diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index 563c72c024b..1cf7dae8ace 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": "1.0.2", + "version": "1.0.3", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "@keystone-ui/core": "^3.2.0", "next": "^11.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 ddc12ffaded..79b14df528b 100644 --- a/examples/custom-admin-ui-navigation/CHANGELOG.md +++ b/examples/custom-admin-ui-navigation/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-custom-navigation-component +## 5.0.2 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 5.0.1 ### Patch Changes diff --git a/examples/custom-admin-ui-navigation/package.json b/examples/custom-admin-ui-navigation/package.json index 86c3496dd8e..446ebb45a1b 100644 --- a/examples/custom-admin-ui-navigation/package.json +++ b/examples/custom-admin-ui-navigation/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-custom-admin-ui-navigation", - "version": "5.0.1", + "version": "5.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/custom-admin-ui-pages/CHANGELOG.md b/examples/custom-admin-ui-pages/CHANGELOG.md index e25458cbf78..90c9b86076a 100644 --- a/examples/custom-admin-ui-pages/CHANGELOG.md +++ b/examples/custom-admin-ui-pages/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-custom-admin-ui-pages +## 1.0.2 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.1 ### Patch Changes diff --git a/examples/custom-admin-ui-pages/package.json b/examples/custom-admin-ui-pages/package.json index 5dc75970641..007b3e84e24 100644 --- a/examples/custom-admin-ui-pages/package.json +++ b/examples/custom-admin-ui-pages/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-custom-admin-ui-pages", - "version": "1.0.1", + "version": "1.0.2", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "@keystone-ui/core": "^3.2.0", "react": "^17.0.2" }, diff --git a/examples/custom-field-view/CHANGELOG.md b/examples/custom-field-view/CHANGELOG.md index fed313d70a9..2f28dd124c3 100644 --- a/examples/custom-field-view/CHANGELOG.md +++ b/examples/custom-field-view/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-custom-field-view +## 1.0.4 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.3 ### Patch Changes diff --git a/examples/custom-field-view/package.json b/examples/custom-field-view/package.json index 1a28687a4fd..124f3d56c01 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.3", + "version": "1.0.4", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@emotion/css": "^11.1.3", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "@keystone-ui/button": "^5.0.1", "@keystone-ui/core": "^3.2.0", "@keystone-ui/fields": "^4.1.3", diff --git a/examples/custom-field/CHANGELOG.md b/examples/custom-field/CHANGELOG.md index ab4324cef1d..0f3336c24b5 100644 --- a/examples/custom-field/CHANGELOG.md +++ b/examples/custom-field/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-custom-field +## 0.0.5 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 0.0.4 ### Patch Changes diff --git a/examples/custom-field/package.json b/examples/custom-field/package.json index 874ece11724..edff85c5399 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.4", + "version": "0.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "@keystone-ui/fields": "^4.1.3", "react": "^17.0.2" }, diff --git a/examples/default-values/CHANGELOG.md b/examples/default-values/CHANGELOG.md index 854f910a38f..8d28b58a23a 100644 --- a/examples/default-values/CHANGELOG.md +++ b/examples/default-values/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-default-values +## 1.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.7 ### Patch Changes diff --git a/examples/default-values/package.json b/examples/default-values/package.json index 6e9eadc8e3b..d229421ea89 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.7", + "version": "1.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples/document-field/CHANGELOG.md b/examples/document-field/CHANGELOG.md index 592630a8e74..0ec564b61e0 100644 --- a/examples/document-field/CHANGELOG.md +++ b/examples/document-field/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystone-next/example-document-field +## 1.1.4 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/fields-document@9.0.1 + ## 1.1.3 ### Patch Changes diff --git a/examples/document-field/package.json b/examples/document-field/package.json index 9dc76bd34d7..d8c36bb0558 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.3", + "version": "1.1.4", "private": true, "license": "MIT", "scripts": { @@ -11,8 +11,8 @@ }, "dependencies": { "@keystone-next/document-renderer": "^4.0.0", - "@keystone-next/fields-document": "^9.0.0", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/fields-document": "^9.0.1", + "@keystone-next/keystone": "^26.0.0", "@preconstruct/next": "^3.0.0", "next": "^11.1.0", "react": "^17.0.2" diff --git a/examples/extend-graphql-schema/CHANGELOG.md b/examples/extend-graphql-schema/CHANGELOG.md index c21e00fa926..5dd048bdbf8 100644 --- a/examples/extend-graphql-schema/CHANGELOG.md +++ b/examples/extend-graphql-schema/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-extend-graphql-schema +## 1.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 1.0.7 ### Patch Changes diff --git a/examples/extend-graphql-schema/package.json b/examples/extend-graphql-schema/package.json index ad02a179778..3a9612d92af 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.7", + "version": "1.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples/json/CHANGELOG.md b/examples/json/CHANGELOG.md index e7db50d177b..b31a9109e98 100644 --- a/examples/json/CHANGELOG.md +++ b/examples/json/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-json +## 4.0.9 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 4.0.8 ### Patch Changes diff --git a/examples/json/package.json b/examples/json/package.json index 72fdf6d4875..db38f4d6cfb 100644 --- a/examples/json/package.json +++ b/examples/json/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-json-field", - "version": "4.0.8", + "version": "4.0.9", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples/task-manager/CHANGELOG.md b/examples/task-manager/CHANGELOG.md index b6619246c15..fa53130218b 100644 --- a/examples/task-manager/CHANGELOG.md +++ b/examples/task-manager/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-task-manager +## 4.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 4.0.7 ### Patch Changes diff --git a/examples/task-manager/package.json b/examples/task-manager/package.json index b383afca1c8..883cec47b01 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.7", + "version": "4.0.8", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples/testing/CHANGELOG.md b/examples/testing/CHANGELOG.md index 596c30e5a59..c91054fd18d 100644 --- a/examples/testing/CHANGELOG.md +++ b/examples/testing/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystone-next/example-testing +## 0.0.8 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/auth@33.0.0 + ## 0.0.7 ### Patch Changes diff --git a/examples/testing/package.json b/examples/testing/package.json index 725b050942c..da95901205d 100644 --- a/examples/testing/package.json +++ b/examples/testing/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-testing", - "version": "0.0.7", + "version": "0.0.8", "private": true, "license": "MIT", "scripts": { @@ -13,8 +13,8 @@ "@babel/core": "^7.15.5", "@babel/preset-env": "^7.15.4", "@babel/preset-typescript": "^7.15.0", - "@keystone-next/auth": "^32.0.0", - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/auth": "^33.0.0", + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "babel-jest": "^27.1.0", diff --git a/examples/virtual-field/CHANGELOG.md b/examples/virtual-field/CHANGELOG.md index d4f07041189..fcba48d9e86 100644 --- a/examples/virtual-field/CHANGELOG.md +++ b/examples/virtual-field/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-virtual-field +## 0.1.6 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 0.1.5 ### Patch Changes diff --git a/examples/virtual-field/package.json b/examples/virtual-field/package.json index cd9ddc93dd8..a01bc409577 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.5", + "version": "0.1.6", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/examples/with-auth/CHANGELOG.md b/examples/with-auth/CHANGELOG.md index 9c18b05cde4..a7fb949bcad 100644 --- a/examples/with-auth/CHANGELOG.md +++ b/examples/with-auth/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystone-next/example-with-auth +## 2.0.9 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + - @keystone-next/auth@33.0.0 + ## 2.0.8 ### Patch Changes diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index f06c93de849..299bb681ec5 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.8", + "version": "2.0.9", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^32.0.0", - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/auth": "^33.0.0", + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 48e26077d2f..4a3ad1300ca 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/auth +## 33.0.0 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 32.0.0 ### Major Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 0bc9f6182b8..7e057b91b94 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/auth", - "version": "32.0.0", + "version": "33.0.0", "license": "MIT", "main": "dist/auth.cjs.js", "module": "dist/auth.esm.js", @@ -19,11 +19,11 @@ "graphql": "^15.5.3" }, "devDependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "react": "^17.0.2" }, "preconstruct": { diff --git a/packages/cloudinary/CHANGELOG.md b/packages/cloudinary/CHANGELOG.md index b891d4f09f8..3ac4526ba07 100644 --- a/packages/cloudinary/CHANGELOG.md +++ b/packages/cloudinary/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/cloudinary +## 8.0.0 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 7.0.0 ### Major Changes diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index 2efc8cb2f6a..4c1bd2091e3 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/cloudinary", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "main": "dist/cloudinary.cjs.js", "module": "dist/cloudinary.esm.js", @@ -17,10 +17,10 @@ "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "mime": "^2.5.2" }, "engines": { diff --git a/packages/fields-document/CHANGELOG.md b/packages/fields-document/CHANGELOG.md index ceab9e65dbc..8d7a692c885 100644 --- a/packages/fields-document/CHANGELOG.md +++ b/packages/fields-document/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/fields-document +## 9.0.1 + +### Patch Changes + +- [#6488](https://github.com/keystonejs/keystone/pull/6488) [`bf331141e`](https://github.com/keystonejs/keystone/commit/bf331141edd107e4f58e640b36b587499209c36f) Thanks [@timleslie](https://github.com/timleslie)! - Removed unnecessary try/catch block in relationship data resolver. + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 9.0.0 ### Major Changes diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index f0bafdf01a1..3a5114481cb 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": "9.0.0", + "version": "9.0.1", "main": "dist/fields-document.cjs.js", "module": "dist/fields-document.esm.js", "files": [ @@ -22,7 +22,7 @@ "@babel/runtime": "^7.15.4", "@braintree/sanitize-url": "^5.0.2", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "@keystone-ui/button": "^5.0.1", "@keystone-ui/core": "^3.2.0", "@keystone-ui/fields": "^4.1.3", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index 851df0aef1e..fbc3de25014 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,29 @@ # @keystone-next/keystone +## 26.0.0 + +### Major Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + +### Patch Changes + +- [#6498](https://github.com/keystonejs/keystone/pull/6498) [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e) Thanks [@timleslie](https://github.com/timleslie)! - Fixed an issue where the incorrect value for the `operation` argument was passed into field-level access control functions. Keystone now correctly passes in `'read'` rather than the incorrect `'query'`. + +* [#6487](https://github.com/keystonejs/keystone/pull/6487) [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7) Thanks [@timleslie](https://github.com/timleslie)! - Fixed type definition of `ValidationArgs['addValidationError']`. + +- [#6477](https://github.com/keystonejs/keystone/pull/6477) [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db) Thanks [@gautamsi](https://github.com/gautamsi)! - Fixed windows issues with new view resolver from #6414. + +* [#6500](https://github.com/keystonejs/keystone/pull/6500) [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0) Thanks [@timleslie](https://github.com/timleslie)! - Fixed a bug in `context.db.lists` API when finding items that don't exist. + +- [#6482](https://github.com/keystonejs/keystone/pull/6482) [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db) Thanks [@timleslie](https://github.com/timleslie)! - Cleaned up the formatting of GraphQL error messages result from Prisma errors. + ## 25.0.1 ### Patch Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 3eec1ddd296..baa8aa59b85 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/keystone", - "version": "25.0.1", + "version": "26.0.0", "license": "MIT", "main": "dist/keystone.cjs.js", "module": "dist/keystone.esm.js", diff --git a/packages/session-store-redis/CHANGELOG.md b/packages/session-store-redis/CHANGELOG.md index 0c57a21021d..3a20657dd4d 100644 --- a/packages/session-store-redis/CHANGELOG.md +++ b/packages/session-store-redis/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/session-store-redis +## 5.0.0 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 4.0.0 ### Major Changes diff --git a/packages/session-store-redis/package.json b/packages/session-store-redis/package.json index 87280511352..e6b83c5925d 100644 --- a/packages/session-store-redis/package.json +++ b/packages/session-store-redis/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/session-store-redis", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "main": "dist/session-store-redis.cjs.js", "module": "dist/session-store-redis.esm.js", @@ -12,10 +12,10 @@ "@types/redis": "^2.8.31" }, "peerDependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "redis": "^3.1.2" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/session-store-redis" diff --git a/tests/api-tests/CHANGELOG.md b/tests/api-tests/CHANGELOG.md index a7a9461def6..0f80d929c10 100644 --- a/tests/api-tests/CHANGELOG.md +++ b/tests/api-tests/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystonejs/api-tests +## 11.1.2 + +### Patch Changes + +- [#6409](https://github.com/keystonejs/keystone/pull/6409) [`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06) Thanks [@timleslie](https://github.com/timleslie)! - Upgraded Apollo Server to [Version 3](https://www.apollographql.com/docs/apollo-server/migration/). + + The Apollo documentation contains a full list of breaking changes introduced by this update. + You can configure the Apollo Server provided by Keystone using the [`graphql.apolloConfig`](https://keystonejs.com/docs/apis/config#graphql) configuration option. + + The most prominant change for most users will be that the GraphQL Playground has been replaced by the Apollo Sandbox. + If you prefer to keep the GraphQL Playground, you can configure your server by [following these instructions](https://www.apollographql.com/docs/apollo-server/migration/#graphql-playground). + ## 11.1.1 ### Patch Changes diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index dd7ea068b4b..fc409a1d18a 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.1.1", + "version": "11.1.2", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/tests/benchmarks/CHANGELOG.md b/tests/benchmarks/CHANGELOG.md index e9aba78a13b..bebbad6fc9d 100644 --- a/tests/benchmarks/CHANGELOG.md +++ b/tests/benchmarks/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/benchmarks +## 7.0.9 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 7.0.8 ### Patch Changes diff --git a/tests/benchmarks/package.json b/tests/benchmarks/package.json index 34c3d01fed3..dd074b3f674 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.8", + "version": "7.0.9", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,7 +14,7 @@ "repository": "https://github.com/keystonejs/keystone/tree/master/tests/benchmarks", "homepage": "https://github.com/keystonejs/keystone", "dependencies": { - "@keystone-next/keystone": "^25.0.0", + "@keystone-next/keystone": "^26.0.0", "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 353811e7fa1..55882a7f4f2 100644 --- a/tests/test-projects/basic/CHANGELOG.md +++ b/tests/test-projects/basic/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/test-projects-basic +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 0.0.4 ### Patch Changes diff --git a/tests/test-projects/basic/package.json b/tests/test-projects/basic/package.json index f5d2f6d137a..2f155527178 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.4", + "version": "0.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2" diff --git a/tests/test-projects/crud-notifications/CHANGELOG.md b/tests/test-projects/crud-notifications/CHANGELOG.md index 48b1fbc87b9..e187c45f2d7 100644 --- a/tests/test-projects/crud-notifications/CHANGELOG.md +++ b/tests/test-projects/crud-notifications/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/test-projects-crud-notifications +## 0.0.5 + +### Patch Changes + +- Updated dependencies [[`3ece149e5`](https://github.com/keystonejs/keystone/commit/3ece149e53066661c57c56fdd1467003c5b11c06), [`ce0428b93`](https://github.com/keystonejs/keystone/commit/ce0428b93c2a87fb5b706b8bc44edf16e4cd021e), [`144f7f8e4`](https://github.com/keystonejs/keystone/commit/144f7f8e4e13ec547865927cb224fea7165b98b7), [`c1401d480`](https://github.com/keystonejs/keystone/commit/c1401d48002f03f49c2a09b96a3d6a89aeb8e3db), [`10c61bd44`](https://github.com/keystonejs/keystone/commit/10c61bd44176ffa7d0e446c28fd9f12ed54790f0), [`1659e1fe5`](https://github.com/keystonejs/keystone/commit/1659e1fe5e0f394df058b3a773ea62bf392fa8db)]: + - @keystone-next/keystone@26.0.0 + ## 0.0.4 ### Patch Changes diff --git a/tests/test-projects/crud-notifications/package.json b/tests/test-projects/crud-notifications/package.json index 933682bd82b..cc6ae6039fb 100644 --- a/tests/test-projects/crud-notifications/package.json +++ b/tests/test-projects/crud-notifications/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/test-projects-crud-notifications", - "version": "0.0.4", + "version": "0.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^25.0.0" + "@keystone-next/keystone": "^26.0.0" }, "devDependencies": { "typescript": "^4.4.2"