From 454dbb482fb4209378ac8eadd3f000a2733c8f0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 Oct 2021 05:26:42 +0000 Subject: [PATCH] Version Packages --- .changeset/curvy-beds-yawn.md | 5 ---- .changeset/gentle-plums-end.md | 5 ---- .changeset/happy-beds-hope.md | 5 ---- .changeset/kind-islands-repeat.md | 5 ---- .changeset/lazy-parrots-do.md | 5 ---- .changeset/lemon-paws-sneeze.md | 6 ---- .changeset/mighty-donuts-report.md | 5 ---- .changeset/popular-emus-compare.md | 5 ---- .changeset/popular-zoos-run.md | 7 ----- .changeset/red-elephants-guess.md | 5 ---- .changeset/small-ladybugs-greet.md | 5 ---- .changeset/sour-snails-flash.md | 5 ---- .changeset/tiny-chairs-beg.md | 5 ---- docs/CHANGELOG.md | 7 +++++ docs/package.json | 4 +-- examples-staging/assets-cloud/CHANGELOG.md | 7 +++++ examples-staging/assets-cloud/package.json | 4 +-- examples-staging/assets-local/CHANGELOG.md | 7 +++++ examples-staging/assets-local/package.json | 4 +-- examples-staging/auth/CHANGELOG.md | 8 +++++ examples-staging/auth/package.json | 6 ++-- examples-staging/basic/CHANGELOG.md | 9 ++++++ examples-staging/basic/package.json | 8 ++--- examples-staging/ecommerce/CHANGELOG.md | 9 ++++++ examples-staging/ecommerce/package.json | 8 ++--- examples-staging/embedded-nextjs/CHANGELOG.md | 7 +++++ examples-staging/embedded-nextjs/package.json | 4 +-- .../graphql-api-endpoint/CHANGELOG.md | 9 ++++++ .../graphql-api-endpoint/package.json | 8 ++--- examples-staging/roles/CHANGELOG.md | 8 +++++ examples-staging/roles/package.json | 6 ++-- examples-staging/sandbox/CHANGELOG.md | 8 +++++ examples-staging/sandbox/package.json | 6 ++-- examples/blog/CHANGELOG.md | 7 +++++ examples/blog/package.json | 4 +-- examples/custom-admin-ui-logo/CHANGELOG.md | 7 +++++ examples/custom-admin-ui-logo/package.json | 4 +-- .../custom-admin-ui-navigation/CHANGELOG.md | 7 +++++ .../custom-admin-ui-navigation/package.json | 4 +-- examples/custom-admin-ui-pages/CHANGELOG.md | 7 +++++ examples/custom-admin-ui-pages/package.json | 4 +-- examples/custom-field-view/CHANGELOG.md | 7 +++++ examples/custom-field-view/package.json | 4 +-- examples/custom-field/CHANGELOG.md | 7 +++++ examples/custom-field/package.json | 4 +-- examples/default-values/CHANGELOG.md | 7 +++++ examples/default-values/package.json | 4 +-- examples/document-field/CHANGELOG.md | 8 +++++ examples/document-field/package.json | 6 ++-- examples/extend-graphql-schema/CHANGELOG.md | 7 +++++ examples/extend-graphql-schema/package.json | 4 +-- examples/json/CHANGELOG.md | 7 +++++ examples/json/package.json | 4 +-- examples/rest-api/CHANGELOG.md | 7 +++++ examples/rest-api/package.json | 4 +-- examples/task-manager/CHANGELOG.md | 7 +++++ examples/task-manager/package.json | 4 +-- examples/testing/CHANGELOG.md | 8 +++++ examples/testing/package.json | 6 ++-- examples/virtual-field/CHANGELOG.md | 7 +++++ examples/virtual-field/package.json | 4 +-- examples/with-auth/CHANGELOG.md | 8 +++++ examples/with-auth/package.json | 6 ++-- packages/auth/CHANGELOG.md | 9 ++++++ packages/auth/package.json | 6 ++-- packages/cloudinary/CHANGELOG.md | 7 +++++ packages/cloudinary/package.json | 6 ++-- packages/fields-document/CHANGELOG.md | 11 +++++++ packages/fields-document/package.json | 4 +-- packages/keystone/CHANGELOG.md | 30 +++++++++++++++++++ packages/keystone/package.json | 2 +- packages/session-store-redis/CHANGELOG.md | 7 +++++ packages/session-store-redis/package.json | 6 ++-- prisma-utils/CHANGELOG.md | 6 ++++ prisma-utils/package.json | 2 +- tests/api-tests/CHANGELOG.md | 6 ++++ tests/api-tests/package.json | 2 +- tests/benchmarks/CHANGELOG.md | 7 +++++ tests/benchmarks/package.json | 4 +-- tests/test-projects/basic/CHANGELOG.md | 7 +++++ tests/test-projects/basic/package.json | 4 +-- .../crud-notifications/CHANGELOG.md | 7 +++++ .../crud-notifications/package.json | 4 +-- .../test-projects/live-reloading/CHANGELOG.md | 7 +++++ .../test-projects/live-reloading/package.json | 4 +-- 85 files changed, 375 insertions(+), 152 deletions(-) delete mode 100644 .changeset/curvy-beds-yawn.md delete mode 100644 .changeset/gentle-plums-end.md delete mode 100644 .changeset/happy-beds-hope.md delete mode 100644 .changeset/kind-islands-repeat.md delete mode 100644 .changeset/lazy-parrots-do.md delete mode 100644 .changeset/lemon-paws-sneeze.md delete mode 100644 .changeset/mighty-donuts-report.md delete mode 100644 .changeset/popular-emus-compare.md delete mode 100644 .changeset/popular-zoos-run.md delete mode 100644 .changeset/red-elephants-guess.md delete mode 100644 .changeset/small-ladybugs-greet.md delete mode 100644 .changeset/sour-snails-flash.md delete mode 100644 .changeset/tiny-chairs-beg.md create mode 100644 tests/test-projects/live-reloading/CHANGELOG.md diff --git a/.changeset/curvy-beds-yawn.md b/.changeset/curvy-beds-yawn.md deleted file mode 100644 index 0da46d7cd41..00000000000 --- a/.changeset/curvy-beds-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Keystone will now default to using GraphQL Playground instead of Apollo Sandbox as it did prior to updating to Apollo Server 3. If you want to use Apollo Sandbox, you can set `graphql.playground: 'apollo'` to use Apollo. `graphql.playground` defaults to `process.env.NODE_ENV !== 'production'`, which will serve GraphQL Playground in development and serve nothing in production, if you'd like to set it to one of those always, you can set `graphql.playground` to a boolean explicitly. diff --git a/.changeset/gentle-plums-end.md b/.changeset/gentle-plums-end.md deleted file mode 100644 index 04b65ae8ab8..00000000000 --- a/.changeset/gentle-plums-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Removed the deprecated `resolveFields` from `context.query`, if you were still using it, you should switch to providing `the query option` to `context.query` or use `context.db` if you were providing `false`. The `context.query` functions will now also throw an error if an empty string is passed to `query` rather than silently returning what the `context.db` functions return, you must select at least one field or omit the `query` option to default to selecting the `id`. diff --git a/.changeset/happy-beds-hope.md b/.changeset/happy-beds-hope.md deleted file mode 100644 index 6270c088ad9..00000000000 --- a/.changeset/happy-beds-hope.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed `text`, `integer`, `float` and `decimal` on the item view when using `ui.itemView.fieldMode: 'read'`. diff --git a/.changeset/kind-islands-repeat.md b/.changeset/kind-islands-repeat.md deleted file mode 100644 index bdf1b619982..00000000000 --- a/.changeset/kind-islands-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed the home page of the Admin UI not respecting `ui.hideCreate` diff --git a/.changeset/lazy-parrots-do.md b/.changeset/lazy-parrots-do.md deleted file mode 100644 index 8e44f94b556..00000000000 --- a/.changeset/lazy-parrots-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/fields-document': minor ---- - -Add short plain-text display to document fields for Cell (list view; resolves #6522) and a rendered document view in CardValue diff --git a/.changeset/lemon-paws-sneeze.md b/.changeset/lemon-paws-sneeze.md deleted file mode 100644 index 6f446c82dea..00000000000 --- a/.changeset/lemon-paws-sneeze.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystone-next/auth': patch -'@keystone-next/keystone': patch ---- - -Readonly arrays are now accepted where previously mutable arrays were required. This means that if you use `as const` when writing an array and then pass it to various APIs in keystone, that will now work. diff --git a/.changeset/mighty-donuts-report.md b/.changeset/mighty-donuts-report.md deleted file mode 100644 index 5ce4b06d04a..00000000000 --- a/.changeset/mighty-donuts-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Updated `@graphql-ts/schema` to `0.5.0`. The `__rootVal` properties on `ObjectType`, `InterfaceType` and `UnionType` have been renamed to `__source`, this is intended to be internal but it could be depended on so if you did, you will need to change to `__source`. The `fields` property on `InterfaceType` has been renamed to `__fields` and it will no longer exist at runtime like the other types. diff --git a/.changeset/popular-emus-compare.md b/.changeset/popular-emus-compare.md deleted file mode 100644 index 16a98cdd06b..00000000000 --- a/.changeset/popular-emus-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed bug in LinkToRelatedItems button for double sided relationships diff --git a/.changeset/popular-zoos-run.md b/.changeset/popular-zoos-run.md deleted file mode 100644 index 22e00392801..00000000000 --- a/.changeset/popular-zoos-run.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@keystone-next/keystone": patch -"@keystone-next/api-tests-legacy": patch -"@keystone-next/prisma-utils": patch ---- - -Update prisma monorepo to [v3.3.0 (minor)](https://github.com/prisma/prisma/releases/tag/3.3.0) diff --git a/.changeset/red-elephants-guess.md b/.changeset/red-elephants-guess.md deleted file mode 100644 index 699eb6e5fcd..00000000000 --- a/.changeset/red-elephants-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -`createExpressServer` now returns `Promise<{ expressServer: Express; apolloServer: ApolloServer; }>` instead of `Promise` so that the apollo server can be stopped. diff --git a/.changeset/small-ladybugs-greet.md b/.changeset/small-ladybugs-greet.md deleted file mode 100644 index 10ed844790b..00000000000 --- a/.changeset/small-ladybugs-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Added live reloading of your Keystone config to `keystone-next dev` diff --git a/.changeset/sour-snails-flash.md b/.changeset/sour-snails-flash.md deleted file mode 100644 index 603af5bb8c2..00000000000 --- a/.changeset/sour-snails-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Removed `graphql.cors` option. You should exclusively configure `cors` with the `server.cors` option. diff --git a/.changeset/tiny-chairs-beg.md b/.changeset/tiny-chairs-beg.md deleted file mode 100644 index 374a7199b5c..00000000000 --- a/.changeset/tiny-chairs-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Updated the way the `endSession` field on the `Mutation` type and the `keystone` field on the `Query` type are added to the GraphQL schema. This may result in re-ordering in your generated `schema.graphql` file. The `sessionSchema` export of `@keystone-next/keystone/session` has also been removed. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5023bf4f2da..496768f5dfb 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/website +## 3.1.8 + +### Patch Changes + +- Updated dependencies [[`fb5b21c03`](https://github.com/keystonejs/keystone/commit/fb5b21c033fcad26745b91e2c73a2e43cc921828)]: + - @keystone-next/fields-document@12.0.0 + ## 3.1.7 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index e02494b5858..51f13d5fe2c 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/website", - "version": "3.1.7", + "version": "3.1.8", "private": true, "license": "MIT", "scripts": { @@ -15,7 +15,7 @@ "@emotion/react": "^11.4.1", "@emotion/server": "11.4.0", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/fields-document": "^11.0.0", + "@keystone-next/fields-document": "^12.0.0", "@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 7e92967e35d..01598687b49 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.8 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.7 ### Patch Changes diff --git a/examples-staging/assets-cloud/package.json b/examples-staging/assets-cloud/package.json index 544c430b017..98b122a3741 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.7", + "version": "1.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "dotenv": "^10.0.0" }, "devDependencies": { diff --git a/examples-staging/assets-local/CHANGELOG.md b/examples-staging/assets-local/CHANGELOG.md index fbb562bf339..d77eceb0d92 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.8 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.7 ### Patch Changes diff --git a/examples-staging/assets-local/package.json b/examples-staging/assets-local/package.json index ae0362a1159..3868a485c94 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.7", + "version": "1.0.8", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples-staging/auth/CHANGELOG.md b/examples-staging/auth/CHANGELOG.md index 69a20f5918c..f16fb22356e 100644 --- a/examples-staging/auth/CHANGELOG.md +++ b/examples-staging/auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-auth +## 4.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/auth@35.0.0 + ## 4.0.9 ### Patch Changes diff --git a/examples-staging/auth/package.json b/examples-staging/auth/package.json index 824fd75559c..c4ae9c7d3eb 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.9", + "version": "4.0.10", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^34.0.0", - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/auth": "^35.0.0", + "@keystone-next/keystone": "^27.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 332a1a839e2..4674f100e46 100644 --- a/examples-staging/basic/CHANGELOG.md +++ b/examples-staging/basic/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-app-basic +## 4.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`fb5b21c03`](https://github.com/keystonejs/keystone/commit/fb5b21c033fcad26745b91e2c73a2e43cc921828), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/fields-document@12.0.0 + - @keystone-next/auth@35.0.0 + ## 4.0.9 ### Patch Changes diff --git a/examples-staging/basic/package.json b/examples-staging/basic/package.json index 2f9f50986a8..30cae5cbe9f 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.9", + "version": "4.0.10", "private": true, "license": "MIT", "scripts": { @@ -10,10 +10,10 @@ }, "dependencies": { "@babel/runtime": "^7.15.4", - "@keystone-next/auth": "^34.0.0", + "@keystone-next/auth": "^35.0.0", "@keystone-next/document-renderer": "^4.0.1", - "@keystone-next/fields-document": "^11.0.0", - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/fields-document": "^12.0.0", + "@keystone-next/keystone": "^27.0.0", "@keystone-ui/core": "^3.2.1", "@keystone-ui/fields": "^5.0.1", "@keystone-ui/icons": "^4.0.2", diff --git a/examples-staging/ecommerce/CHANGELOG.md b/examples-staging/ecommerce/CHANGELOG.md index d41dc4a8d58..bbce0beb650 100644 --- a/examples-staging/ecommerce/CHANGELOG.md +++ b/examples-staging/ecommerce/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/example-ecommerce +## 4.0.11 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/auth@35.0.0 + - @keystone-next/cloudinary@10.0.0 + ## 4.0.10 ### Patch Changes diff --git a/examples-staging/ecommerce/package.json b/examples-staging/ecommerce/package.json index 494e2a4fc6d..9404284259f 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.10", + "version": "4.0.11", "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": "^34.0.0", - "@keystone-next/cloudinary": "^9.0.0", - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/auth": "^35.0.0", + "@keystone-next/cloudinary": "^10.0.0", + "@keystone-next/keystone": "^27.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 d7a3c603ddc..a9e4b3fc688 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.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 3.0.9 ### Patch Changes diff --git a/examples-staging/embedded-nextjs/package.json b/examples-staging/embedded-nextjs/package.json index 35bdefdaffa..32fb0543674 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.9", + "version": "3.0.10", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.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 b037dc7728a..ed72bb0794f 100644 --- a/examples-staging/graphql-api-endpoint/CHANGELOG.md +++ b/examples-staging/graphql-api-endpoint/CHANGELOG.md @@ -1,5 +1,14 @@ # keystone-next-app +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`fb5b21c03`](https://github.com/keystonejs/keystone/commit/fb5b21c033fcad26745b91e2c73a2e43cc921828), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/fields-document@12.0.0 + - @keystone-next/auth@35.0.0 + ## 1.0.9 ### Patch Changes diff --git a/examples-staging/graphql-api-endpoint/package.json b/examples-staging/graphql-api-endpoint/package.json index 7e53ac6ce0c..c6c3114e013 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.9", + "version": "1.0.10", "private": true, "scripts": { "dev": "keystone-next dev", @@ -12,9 +12,9 @@ }, "dependencies": { "@babel/runtime": "^7.15.4", - "@keystone-next/auth": "^34.0.0", - "@keystone-next/fields-document": "^11.0.0", - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/auth": "^35.0.0", + "@keystone-next/fields-document": "^12.0.0", + "@keystone-next/keystone": "^27.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/examples-staging/graphql-api-endpoint" } diff --git a/examples-staging/roles/CHANGELOG.md b/examples-staging/roles/CHANGELOG.md index 33895fc4950..f81b825fe40 100644 --- a/examples-staging/roles/CHANGELOG.md +++ b/examples-staging/roles/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-roles +## 4.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/auth@35.0.0 + ## 4.0.9 ### Patch Changes diff --git a/examples-staging/roles/package.json b/examples-staging/roles/package.json index 9b8e60283e7..8deedb1357a 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.9", + "version": "4.0.10", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^34.0.0", - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/auth": "^35.0.0", + "@keystone-next/keystone": "^27.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 903dd8afbea..284cd44d757 100644 --- a/examples-staging/sandbox/CHANGELOG.md +++ b/examples-staging/sandbox/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-sandbox +## 3.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/auth@35.0.0 + ## 3.0.9 ### Patch Changes diff --git a/examples-staging/sandbox/package.json b/examples-staging/sandbox/package.json index 3e7c466292a..39f97c17b61 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.9", + "version": "3.0.10", "private": true, "license": "MIT", "scripts": { @@ -8,8 +8,8 @@ "sandbox": "yarn && yarn dev" }, "dependencies": { - "@keystone-next/auth": "^34.0.0", - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/auth": "^35.0.0", + "@keystone-next/keystone": "^27.0.0" }, "engines": { "node": "^12.20 || >= 14.13" diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md index 44aa4b5cee2..99b9b0a18be 100644 --- a/examples/blog/CHANGELOG.md +++ b/examples/blog/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-blog +## 2.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 2.0.9 ### Patch Changes diff --git a/examples/blog/package.json b/examples/blog/package.json index f136715070a..26ae44e088d 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-blog", - "version": "2.0.9", + "version": "2.0.10", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/custom-admin-ui-logo/CHANGELOG.md b/examples/custom-admin-ui-logo/CHANGELOG.md index 2ad534494a1..6f42e3f5380 100644 --- a/examples/custom-admin-ui-logo/CHANGELOG.md +++ b/examples/custom-admin-ui-logo/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-custom-admin-ui-logo +## 1.0.5 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.4 ### Patch Changes diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index 41133cb0e8a..5c96de113e5 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.4", + "version": "1.0.5", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "@keystone-ui/core": "^3.2.1", "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 a8e9fc92bfc..fc2fcd0328f 100644 --- a/examples/custom-admin-ui-navigation/CHANGELOG.md +++ b/examples/custom-admin-ui-navigation/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-custom-navigation-component +## 5.0.4 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 5.0.3 ### Patch Changes diff --git a/examples/custom-admin-ui-navigation/package.json b/examples/custom-admin-ui-navigation/package.json index ab6d0592f6f..7ff55d08cb0 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.3", + "version": "5.0.4", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.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 f8d0e6dda0d..6beffbb73f5 100644 --- a/examples/custom-admin-ui-pages/CHANGELOG.md +++ b/examples/custom-admin-ui-pages/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-custom-admin-ui-pages +## 1.0.4 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.3 ### Patch Changes diff --git a/examples/custom-admin-ui-pages/package.json b/examples/custom-admin-ui-pages/package.json index 5184be0b42d..8d350ec7f8a 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.3", + "version": "1.0.4", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "@keystone-ui/core": "^3.2.1", "react": "^17.0.2" }, diff --git a/examples/custom-field-view/CHANGELOG.md b/examples/custom-field-view/CHANGELOG.md index 675da56bbf9..c85ce930780 100644 --- a/examples/custom-field-view/CHANGELOG.md +++ b/examples/custom-field-view/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-custom-field-view +## 1.0.6 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.5 ### Patch Changes diff --git a/examples/custom-field-view/package.json b/examples/custom-field-view/package.json index 9f14c675a1c..764019cc157 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.5", + "version": "1.0.6", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@emotion/css": "^11.1.3", - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "@keystone-ui/button": "^5.0.2", "@keystone-ui/core": "^3.2.1", "@keystone-ui/fields": "^5.0.1", diff --git a/examples/custom-field/CHANGELOG.md b/examples/custom-field/CHANGELOG.md index e5c2c919810..516dcfc8863 100644 --- a/examples/custom-field/CHANGELOG.md +++ b/examples/custom-field/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-custom-field +## 0.0.7 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 0.0.6 ### Patch Changes diff --git a/examples/custom-field/package.json b/examples/custom-field/package.json index 5e578943e26..a49f0dbc63e 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.6", + "version": "0.0.7", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "@keystone-ui/fields": "^5.0.1", "react": "^17.0.2" }, diff --git a/examples/default-values/CHANGELOG.md b/examples/default-values/CHANGELOG.md index 487abef30af..290be897198 100644 --- a/examples/default-values/CHANGELOG.md +++ b/examples/default-values/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-default-values +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.9 ### Patch Changes diff --git a/examples/default-values/package.json b/examples/default-values/package.json index bfbc6b49f31..f4b445761ff 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.9", + "version": "1.0.10", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/document-field/CHANGELOG.md b/examples/document-field/CHANGELOG.md index c7501021731..146f6b61747 100644 --- a/examples/document-field/CHANGELOG.md +++ b/examples/document-field/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-document-field +## 1.1.6 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`fb5b21c03`](https://github.com/keystonejs/keystone/commit/fb5b21c033fcad26745b91e2c73a2e43cc921828), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/fields-document@12.0.0 + ## 1.1.5 ### Patch Changes diff --git a/examples/document-field/package.json b/examples/document-field/package.json index 5f65700dca3..38ac7f97082 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.5", + "version": "1.1.6", "private": true, "license": "MIT", "scripts": { @@ -11,8 +11,8 @@ }, "dependencies": { "@keystone-next/document-renderer": "^4.0.1", - "@keystone-next/fields-document": "^11.0.0", - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/fields-document": "^12.0.0", + "@keystone-next/keystone": "^27.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 2d38af0ebc9..0500c121dcf 100644 --- a/examples/extend-graphql-schema/CHANGELOG.md +++ b/examples/extend-graphql-schema/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-extend-graphql-schema +## 1.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.9 ### Patch Changes diff --git a/examples/extend-graphql-schema/package.json b/examples/extend-graphql-schema/package.json index 7bba8318ebc..cc65d92c521 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.9", + "version": "1.0.10", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/json/CHANGELOG.md b/examples/json/CHANGELOG.md index e6a194e6529..7d427d0b242 100644 --- a/examples/json/CHANGELOG.md +++ b/examples/json/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-json +## 4.0.11 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 4.0.10 ### Patch Changes diff --git a/examples/json/package.json b/examples/json/package.json index 892a836ff7c..ce3259f5511 100644 --- a/examples/json/package.json +++ b/examples/json/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-json-field", - "version": "4.0.10", + "version": "4.0.11", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/rest-api/CHANGELOG.md b/examples/rest-api/CHANGELOG.md index 48bcd1018f5..f8c70d0415e 100644 --- a/examples/rest-api/CHANGELOG.md +++ b/examples/rest-api/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-rest-api +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 1.0.1 ### Patch Changes diff --git a/examples/rest-api/package.json b/examples/rest-api/package.json index da8eeda56cb..7b994d62176 100644 --- a/examples/rest-api/package.json +++ b/examples/rest-api/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-rest-api", - "version": "1.0.1", + "version": "1.0.2", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/task-manager/CHANGELOG.md b/examples/task-manager/CHANGELOG.md index 275f7309b63..9af0d1cfac3 100644 --- a/examples/task-manager/CHANGELOG.md +++ b/examples/task-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-task-manager +## 4.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 4.0.9 ### Patch Changes diff --git a/examples/task-manager/package.json b/examples/task-manager/package.json index 2264c221d5e..58b779cdca4 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.9", + "version": "4.0.10", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/testing/CHANGELOG.md b/examples/testing/CHANGELOG.md index 3efd406dd8b..a12d0bea3bc 100644 --- a/examples/testing/CHANGELOG.md +++ b/examples/testing/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-testing +## 0.0.10 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/auth@35.0.0 + ## 0.0.9 ### Patch Changes diff --git a/examples/testing/package.json b/examples/testing/package.json index 51df2258058..1cad30f8c0c 100644 --- a/examples/testing/package.json +++ b/examples/testing/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-testing", - "version": "0.0.9", + "version": "0.0.10", "private": true, "license": "MIT", "scripts": { @@ -13,8 +13,8 @@ "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", - "@keystone-next/auth": "^34.0.0", - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/auth": "^35.0.0", + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "babel-jest": "^27.2.5", diff --git a/examples/virtual-field/CHANGELOG.md b/examples/virtual-field/CHANGELOG.md index 295fa9f72f4..7473c26b228 100644 --- a/examples/virtual-field/CHANGELOG.md +++ b/examples/virtual-field/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/example-virtual-field +## 0.1.8 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 0.1.7 ### Patch Changes diff --git a/examples/virtual-field/package.json b/examples/virtual-field/package.json index ba60720c746..d65ba68d133 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.7", + "version": "0.1.8", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/with-auth/CHANGELOG.md b/examples/with-auth/CHANGELOG.md index 280ad2dc785..6ccb25c18dc 100644 --- a/examples/with-auth/CHANGELOG.md +++ b/examples/with-auth/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-next/example-with-auth +## 2.0.11 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + - @keystone-next/auth@35.0.0 + ## 2.0.10 ### Patch Changes diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index faaa31ed171..f5ae9bb38d8 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.10", + "version": "2.0.11", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^34.0.0", - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/auth": "^35.0.0", + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a93ba5bea71..3bf580eb652 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-next/auth +## 35.0.0 + +### Patch Changes + +- [#6790](https://github.com/keystonejs/keystone/pull/6790) [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Readonly arrays are now accepted where previously mutable arrays were required. This means that if you use `as const` when writing an array and then pass it to various APIs in keystone, that will now work. + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 34.0.0 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 89c82ce3b35..7560ecc5b34 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/auth", - "version": "34.0.0", + "version": "35.0.0", "license": "MIT", "main": "dist/keystone-next-auth.cjs.js", "module": "dist/keystone-next-auth.esm.js", @@ -19,11 +19,11 @@ "graphql": "^15.6.1" }, "devDependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "react": "^17.0.2" }, "preconstruct": { diff --git a/packages/cloudinary/CHANGELOG.md b/packages/cloudinary/CHANGELOG.md index 10a06ebe829..a0592ede548 100644 --- a/packages/cloudinary/CHANGELOG.md +++ b/packages/cloudinary/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/cloudinary +## 10.0.0 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 9.0.0 ### Patch Changes diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index 7ddbd2c7aa8..75596039fd6 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/cloudinary", - "version": "9.0.0", + "version": "10.0.0", "license": "MIT", "main": "dist/keystone-next-cloudinary.cjs.js", "module": "dist/keystone-next-cloudinary.esm.js", @@ -17,10 +17,10 @@ "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "mime": "^2.5.2" }, "engines": { diff --git a/packages/fields-document/CHANGELOG.md b/packages/fields-document/CHANGELOG.md index a962ee001b2..0dd40525e1b 100644 --- a/packages/fields-document/CHANGELOG.md +++ b/packages/fields-document/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/fields-document +## 12.0.0 + +### Minor Changes + +- [#6705](https://github.com/keystonejs/keystone/pull/6705) [`fb5b21c03`](https://github.com/keystonejs/keystone/commit/fb5b21c033fcad26745b91e2c73a2e43cc921828) Thanks [@oplik0](https://github.com/oplik0)! - Add short plain-text display to document fields for Cell (list view; resolves #6522) and a rendered document view in CardValue + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 11.0.0 ### Patch Changes diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index bcede9a68ef..dd2569e85ed 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": "11.0.0", + "version": "12.0.0", "main": "dist/keystone-next-fields-document.cjs.js", "module": "dist/keystone-next-fields-document.esm.js", "files": [ @@ -19,7 +19,7 @@ ] }, "peerDependencies": { - "@keystone-next/keystone": "^26.1.1" + "@keystone-next/keystone": "^27.0.0" }, "dependencies": { "@babel/runtime": "^7.15.4", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index fd64f9d967c..17eb8224907 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,35 @@ # @keystone-next/keystone +## 27.0.0 + +### Major Changes + +- [#6824](https://github.com/keystonejs/keystone/pull/6824) [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Keystone will now default to using GraphQL Playground instead of Apollo Sandbox as it did prior to updating to Apollo Server 3. If you want to use Apollo Sandbox, you can set `graphql.playground: 'apollo'` to use Apollo. `graphql.playground` defaults to `process.env.NODE_ENV !== 'production'`, which will serve GraphQL Playground in development and serve nothing in production, if you'd like to set it to one of those always, you can set `graphql.playground` to a boolean explicitly. + +* [#6789](https://github.com/keystonejs/keystone/pull/6789) [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed the deprecated `resolveFields` from `context.query`, if you were still using it, you should switch to providing `the query option` to `context.query` or use `context.db` if you were providing `false`. The `context.query` functions will now also throw an error if an empty string is passed to `query` rather than silently returning what the `context.db` functions return, you must select at least one field or omit the `query` option to default to selecting the `id`. + +- [#6813](https://github.com/keystonejs/keystone/pull/6813) [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated `@graphql-ts/schema` to `0.5.0`. The `__rootVal` properties on `ObjectType`, `InterfaceType` and `UnionType` have been renamed to `__source`, this is intended to be internal but it could be depended on so if you did, you will need to change to `__source`. The `fields` property on `InterfaceType` has been renamed to `__fields` and it will no longer exist at runtime like the other types. + +* [#6797](https://github.com/keystonejs/keystone/pull/6797) [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - `createExpressServer` now returns `Promise<{ expressServer: Express; apolloServer: ApolloServer; }>` instead of `Promise` so that the apollo server can be stopped. + +- [#6797](https://github.com/keystonejs/keystone/pull/6797) [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added live reloading of your Keystone config to `keystone-next dev` + +* [#6824](https://github.com/keystonejs/keystone/pull/6824) [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed `graphql.cors` option. You should exclusively configure `cors` with the `server.cors` option. + +- [#6755](https://github.com/keystonejs/keystone/pull/6755) [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Updated the way the `endSession` field on the `Mutation` type and the `keystone` field on the `Query` type are added to the GraphQL schema. This may result in re-ordering in your generated `schema.graphql` file. The `sessionSchema` export of `@keystone-next/keystone/session` has also been removed. + +### Patch Changes + +- [#6758](https://github.com/keystonejs/keystone/pull/6758) [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `text`, `integer`, `float` and `decimal` on the item view when using `ui.itemView.fieldMode: 'read'`. + +* [#6777](https://github.com/keystonejs/keystone/pull/6777) [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed the home page of the Admin UI not respecting `ui.hideCreate` + +- [#6790](https://github.com/keystonejs/keystone/pull/6790) [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Readonly arrays are now accepted where previously mutable arrays were required. This means that if you use `as const` when writing an array and then pass it to various APIs in keystone, that will now work. + +* [#6837](https://github.com/keystonejs/keystone/pull/6837) [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fixed bug in LinkToRelatedItems button for double sided relationships + +- [#6804](https://github.com/keystonejs/keystone/pull/6804) [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667) Thanks [@renovate](https://github.com/apps/renovate)! - Update prisma monorepo to [v3.3.0 (minor)](https://github.com/prisma/prisma/releases/tag/3.3.0) + ## 26.1.1 ### Patch Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 271bd7668cd..0d31b7a4c8f 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/keystone", - "version": "26.1.1", + "version": "27.0.0", "license": "MIT", "main": "dist/keystone-next-keystone.cjs.js", "module": "dist/keystone-next-keystone.esm.js", diff --git a/packages/session-store-redis/CHANGELOG.md b/packages/session-store-redis/CHANGELOG.md index 08bea83be7f..c7cad9cb996 100644 --- a/packages/session-store-redis/CHANGELOG.md +++ b/packages/session-store-redis/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystone-next/session-store-redis +## 7.0.0 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 6.0.0 ### Patch Changes diff --git a/packages/session-store-redis/package.json b/packages/session-store-redis/package.json index 3aea6999f06..02a2041a9c2 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": "6.0.0", + "version": "7.0.0", "license": "MIT", "main": "dist/keystone-next-session-store-redis.cjs.js", "module": "dist/keystone-next-session-store-redis.esm.js", @@ -12,10 +12,10 @@ "@types/redis": "^2.8.32" }, "peerDependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.0.0", "redis": "^3.1.2" }, "repository": "https://github.com/keystonejs/keystone/tree/main/packages/session-store-redis" diff --git a/prisma-utils/CHANGELOG.md b/prisma-utils/CHANGELOG.md index b3f11a19584..cb17ad1df50 100644 --- a/prisma-utils/CHANGELOG.md +++ b/prisma-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-next/prisma-utils +## 1.0.2 + +### Patch Changes + +- [#6804](https://github.com/keystonejs/keystone/pull/6804) [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667) Thanks [@renovate](https://github.com/apps/renovate)! - Update prisma monorepo to [v3.3.0 (minor)](https://github.com/prisma/prisma/releases/tag/3.3.0) + ## 1.0.1 ### Patch Changes diff --git a/prisma-utils/package.json b/prisma-utils/package.json index 18d51fd386b..8b9c1c5c867 100644 --- a/prisma-utils/package.json +++ b/prisma-utils/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/prisma-utils", - "version": "1.0.1", + "version": "1.0.2", "private": true, "main": "dist/keystone-next-prisma-utils.cjs.js", "dependencies": { diff --git a/tests/api-tests/CHANGELOG.md b/tests/api-tests/CHANGELOG.md index 557446e3379..aa4126b02f8 100644 --- a/tests/api-tests/CHANGELOG.md +++ b/tests/api-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/api-tests +## 11.1.4 + +### Patch Changes + +- [#6804](https://github.com/keystonejs/keystone/pull/6804) [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667) Thanks [@renovate](https://github.com/apps/renovate)! - Update prisma monorepo to [v3.3.0 (minor)](https://github.com/prisma/prisma/releases/tag/3.3.0) + ## 11.1.3 ### Patch Changes diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index e400c5742f2..c209f7948f4 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.3", + "version": "11.1.4", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/tests/benchmarks/CHANGELOG.md b/tests/benchmarks/CHANGELOG.md index c50f91c4cc1..221b01410a3 100644 --- a/tests/benchmarks/CHANGELOG.md +++ b/tests/benchmarks/CHANGELOG.md @@ -1,5 +1,12 @@ # @keystonejs/benchmarks +## 7.0.11 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 7.0.10 ### Patch Changes diff --git a/tests/benchmarks/package.json b/tests/benchmarks/package.json index 8119cfe260a..272f9923b5f 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.10", + "version": "7.0.11", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,7 +14,7 @@ "repository": "https://github.com/keystonejs/keystone/tree/main/tests/benchmarks", "homepage": "https://github.com/keystonejs/keystone", "dependencies": { - "@keystone-next/keystone": "^26.1.0", + "@keystone-next/keystone": "^27.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 7083927a3ad..3a884a51922 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.7 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 0.0.6 ### Patch Changes diff --git a/tests/test-projects/basic/package.json b/tests/test-projects/basic/package.json index e313ac72a16..a7f761ea1af 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.6", + "version": "0.0.7", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/tests/test-projects/crud-notifications/CHANGELOG.md b/tests/test-projects/crud-notifications/CHANGELOG.md index 14327b7c5b9..ad3cc9ea328 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.7 + +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 + ## 0.0.6 ### Patch Changes diff --git a/tests/test-projects/crud-notifications/package.json b/tests/test-projects/crud-notifications/package.json index 89deda3793f..d392a48599e 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.6", + "version": "0.0.7", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/tests/test-projects/live-reloading/CHANGELOG.md b/tests/test-projects/live-reloading/CHANGELOG.md new file mode 100644 index 00000000000..71acbb5c5de --- /dev/null +++ b/tests/test-projects/live-reloading/CHANGELOG.md @@ -0,0 +1,7 @@ +# @keystone-next/test-projects-live-reloading + +## 0.0.7 +### Patch Changes + +- Updated dependencies [[`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`d9e1ba8fa`](https://github.com/keystonejs/keystone/commit/d9e1ba8fa23c0d9e902ef61167913ee92f5657cb), [`f38772b27`](https://github.com/keystonejs/keystone/commit/f38772b27d3e9d157127dabfa40036462c235a9f), [`30fc08b51`](https://github.com/keystonejs/keystone/commit/30fc08b515e4f8851fd2583a265a813c683bf604), [`f683dcfe3`](https://github.com/keystonejs/keystone/commit/f683dcfe37d013b3d17f1fbad3df335b2f2ee51c), [`c0661b8ee`](https://github.com/keystonejs/keystone/commit/c0661b8ee9e16a1ffdd7fc77c9c56fead0efda36), [`db7f2311b`](https://github.com/keystonejs/keystone/commit/db7f2311bb2ff8e1e70350cd0f087439b8404a8a), [`023bc7a0b`](https://github.com/keystonejs/keystone/commit/023bc7a0b1e6fb0ebdc5055f0243d9dad255a667), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`cbb9df927`](https://github.com/keystonejs/keystone/commit/cbb9df927a0f106aaa35d107961a405b0d08a751), [`ddabdbd02`](https://github.com/keystonejs/keystone/commit/ddabdbd02230374ff921998f9d21c0ad7d32b226), [`dcf5241d8`](https://github.com/keystonejs/keystone/commit/dcf5241d8e3e62b080842a5d4bfd47a7f2cce5ca)]: + - @keystone-next/keystone@27.0.0 diff --git a/tests/test-projects/live-reloading/package.json b/tests/test-projects/live-reloading/package.json index fdabc28c2d0..57dab45ccf1 100644 --- a/tests/test-projects/live-reloading/package.json +++ b/tests/test-projects/live-reloading/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/test-projects-live-reloading", - "version": "0.0.6", + "version": "0.0.7", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^26.1.0" + "@keystone-next/keystone": "^27.0.0" }, "devDependencies": { "typescript": "^4.4.4"