diff --git a/.changeset/cold-jars-destroy.md b/.changeset/cold-jars-destroy.md deleted file mode 100644 index 57ef850847b..00000000000 --- a/.changeset/cold-jars-destroy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@keystone-next/keystone": minor ---- - -Added `db.foreignKey` option to the `relationship` field that allows you to explicitly pick which side of a one to one relationship the foreign key should be on and for one to one or one to many relationships add `@map` to the foreign key to change the column name in the database. - diff --git a/.changeset/cool-birds-call.md b/.changeset/cool-birds-call.md deleted file mode 100644 index 77a42d4600d..00000000000 --- a/.changeset/cool-birds-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/auth': patch ---- - -Fixed the init/sign in page showing for a short amount of time after submitting on the init/sign in page and seeing a loading spinner. diff --git a/.changeset/giant-cycles-retire.md b/.changeset/giant-cycles-retire.md deleted file mode 100644 index 8621a2761a3..00000000000 --- a/.changeset/giant-cycles-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': minor ---- - -Added `db.relationName` option to many to many `relationship` fields to allow explicitly setting the relation name. diff --git a/.changeset/happy-flies-do.md b/.changeset/happy-flies-do.md deleted file mode 100644 index 24a35adc07c..00000000000 --- a/.changeset/happy-flies-do.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@keystone-next/keystone": patch ---- - -Explicitly declare return type on createExpressServer diff --git a/.changeset/large-bobcats-teach.md b/.changeset/large-bobcats-teach.md deleted file mode 100644 index fe69abdbe81..00000000000 --- a/.changeset/large-bobcats-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed `relationship` field not respecting `ui.displayMode: 'cards'` in the create view. diff --git a/.changeset/lazy-books-fetch.md b/.changeset/lazy-books-fetch.md deleted file mode 100644 index 740c55fafbb..00000000000 --- a/.changeset/lazy-books-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@keystone-next/keystone": patch ---- - -Fixed React key error in `relationship` field with `ui.displayMode: 'cards'` diff --git a/.changeset/loud-crabs-buy.md b/.changeset/loud-crabs-buy.md deleted file mode 100644 index f72b251be83..00000000000 --- a/.changeset/loud-crabs-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed `ui.isAccessAllowed` not being respected in the admin meta query when no session strategy was defined diff --git a/.changeset/neat-melons-invite.md b/.changeset/neat-melons-invite.md deleted file mode 100644 index 27d3736345c..00000000000 --- a/.changeset/neat-melons-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Field-level hooks and field-level create and update access control functions are now awaited in parallel. Note this means all field-level hooks and access control are now awaited in parallel because field-level read access control was already awaited in parallel. diff --git a/.changeset/nervous-ads-hammer.md b/.changeset/nervous-ads-hammer.md deleted file mode 100644 index ddcd5931c27..00000000000 --- a/.changeset/nervous-ads-hammer.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@keystone-next/keystone": patch ---- - -Pinned `@apollo/client` to 3.4.17, fixes an incompatibility between `@apollo/client` >= 3.5.0 and `apollo-upload-client` that breaks the Admin UI. - -We can revert this when [jaydenseric/apollo-upload-client#273](https://github.com/jaydenseric/apollo-upload-client/issues/273) has been resolved (may also be resolved by [apollographql/apollo-client#9103](https://github.com/apollographql/apollo-client/pull/9103)) diff --git a/.changeset/purple-beans-thank.md b/.changeset/purple-beans-thank.md deleted file mode 100644 index 240c64b6512..00000000000 --- a/.changeset/purple-beans-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -The item page in the Admin UI no longer crashes when failing to fetch an item. diff --git a/.changeset/short-berries-shout.md b/.changeset/short-berries-shout.md deleted file mode 100644 index c21365a8bc7..00000000000 --- a/.changeset/short-berries-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -Keystone now uses Prisma's Node-API Query Engine instead of the Binary Query Engine. This should improve the performance of operations using Prisma. See https://www.prisma.io/docs/concepts/components/prisma-engines/query-engine for more details. \ No newline at end of file diff --git a/.changeset/shy-poets-taste.md b/.changeset/shy-poets-taste.md deleted file mode 100644 index 7a132d2ba3b..00000000000 --- a/.changeset/shy-poets-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/document-renderer': patch ---- - -Fixed default renderer of `layout` block diff --git a/.changeset/sixty-pots-worry.md b/.changeset/sixty-pots-worry.md deleted file mode 100644 index 8db2ae31916..00000000000 --- a/.changeset/sixty-pots-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -The admin meta query now bypasses `ui.isAccessAllowed` for sudo contexts. diff --git a/.changeset/spotty-jokes-type.md b/.changeset/spotty-jokes-type.md deleted file mode 100644 index bee996cc9ea..00000000000 --- a/.changeset/spotty-jokes-type.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@keystone-ui/fields": patch -"@keystone-ui/options": patch -"@keystone-next/keystone": patch ---- - -Removed unnecessary `@types/` dependencies diff --git a/.changeset/tasty-buses-jog.md b/.changeset/tasty-buses-jog.md deleted file mode 100644 index 29a1f1d0fb0..00000000000 --- a/.changeset/tasty-buses-jog.md +++ /dev/null @@ -1,186 +0,0 @@ ---- -'@keystone-next/keystone': major ---- - -The names of one-sided and two-sided, many-many relationships has been shortened. Two-sided many-many relationship names contain only the left-hand side names now; and the `_many` suffix has been dropped from one-sided many-many relationships. - -This reduces the probability that you will exceed [PostgreSQL's 63 character limit for identifiers](https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) with typical usage. - -This is a breaking change. - -There are two ways to update: - -### Set `db.relationName` on many to many relation - -Rather than doing a migration, you can set the new field property `db.relationName`, for either side of a many-to-many relationship field. -If set to the existing relation name, your database will remain unchanged. - -For example, given a schema like this: - -```ts -Post: list({ - fields: { - tags: relationship({ ref: 'Tag.posts', many: true }), - }, -}), -Tag: list({ - fields: { - posts: relationship({ ref: 'Post.tags', many: true }), - }, -}), -``` - -Before this release, the generated Prisma schema looked like this: - -```prisma -// This file is automatically generated by Keystone, do not modify it manually. -// Modify your Keystone config when you want to change this. - -datasource postgresql { - url = env("DATABASE_URL") - provider = "postgresql" -} - -generator client { - provider = "prisma-client-js" - output = "node_modules/.prisma/client" - engineType = "binary" -} - -model Post { - id String @id @default(cuid()) - tags Tag[] @relation("Post_tags_Tag_posts") -} - -model Tag { - id String @id @default(cuid()) - posts Post[] @relation("Post_tags_Tag_posts") -} -``` - -By adding `db: { relationName: 'Post_tags_Tag_posts' }` to one side of the many-to-many relationship; you can preclude yourself from a migration. - -**Note:** It doesn't matter which side of the relationship you put this property, but it should be only on one side; otherwise you will receive an error. - -```ts -Post: list({ - fields: { - tags: relationship({ ref: 'Tag.posts', many: true, db: { relationName: 'Post_tags_Tag_posts' } }), - }, -}), -Tag: list({ - fields: { - posts: relationship({ ref: 'Post.tags', many: true }), - }, -}), -``` - - -### Rename your many relation tables using a migration - -For example, given a schema like this: - -```ts -Post: list({ - fields: { - tags: relationship({ ref: 'Tag.posts', many: true }), - }, -}), -Tag: list({ - fields: { - posts: relationship({ ref: 'Post.tags', many: true }), - }, -}), -``` - -When updating to this change, and running `yarn dev`, Keystone will prompt you to update your schema. - -- If you are using `useMigrations: true`, Keystone will follow the typical migration flow offer to apply an automatically generated migration. **DO NOT APPLY THE AUTOMATICALLY GENERATED MIGRATION** - unless you want to `DROP` your data. - -- If you are using `useMigrations: false`, Keystone will follow the typical flow and offer to automatically migrate your schema. Again, **DO NOT RUN THE AUTOMATIC MIGRATION** - unless you want to `DROP` your data. - -On PostgreSQL, Prisma will generate a migration that looks something like this: - -```sql -/* - Warnings: - - - You are about to drop the `_Post_tags_Tag_posts` table. If the table is not empty, all the data it contains will be lost. - -*/ --- DropForeignKey -ALTER TABLE "_Post_tags_Tag_posts" DROP CONSTRAINT "_Post_tags_Tag_posts_A_fkey"; - --- DropForeignKey -ALTER TABLE "_Post_tags_Tag_posts" DROP CONSTRAINT "_Post_tags_Tag_posts_B_fkey"; - --- DropTable -DROP TABLE "_Post_tags_Tag_posts"; - --- CreateTable -CREATE TABLE "_Post_tags" ( - "A" TEXT NOT NULL, - "B" TEXT NOT NULL -); - --- CreateIndex -CREATE UNIQUE INDEX "_Post_tags_AB_unique" ON "_Post_tags"("A", "B"); - --- CreateIndex -CREATE INDEX "_Post_tags_B_index" ON "_Post_tags"("B"); - --- AddForeignKey -ALTER TABLE "_Post_tags" ADD FOREIGN KEY ("A") REFERENCES "Post"("id") ON DELETE CASCADE ON UPDATE CASCADE; - --- AddForeignKey -ALTER TABLE "_Post_tags" ADD FOREIGN KEY ("B") REFERENCES "Tag"("id") ON DELETE CASCADE ON UPDATE CASCADE; -``` - -You need to modify it so that it looks like this with the old and new table names for your schema substituted: - -```sql -ALTER TABLE "_Post_tags_Tag_posts" RENAME TO "_Post_tags"; -ALTER INDEX "_Post_tags_Tag_posts_AB_unique" RENAME TO "_Post_tags_AB_unique"; -ALTER INDEX "_Post_tags_Tag_posts_B_index" RENAME TO "_Post_tags_B_index"; -ALTER TABLE "_Post_tags" RENAME CONSTRAINT "_Post_tags_Tag_posts_A_fkey" TO "_Post_tags_A_fkey"; -ALTER TABLE "_Post_tags" RENAME CONSTRAINT "_Post_tags_Tag_posts_B_fkey" TO "_Post_tags_B_fkey"; -``` - -On SQLite, Prisma will generate a migration that looks something like this: - -```sql -/* - Warnings: - - - You are about to drop the `_Post_tags_Tag_posts` table. If the table is not empty, all the data it contains will be lost. - -*/ --- DropTable -PRAGMA foreign_keys=off; -DROP TABLE "_Post_tags_Tag_posts"; -PRAGMA foreign_keys=on; - --- CreateTable -CREATE TABLE "_Post_tags" ( - "A" TEXT NOT NULL, - "B" TEXT NOT NULL, - FOREIGN KEY ("A") REFERENCES "Post" ("id") ON DELETE CASCADE ON UPDATE CASCADE, - FOREIGN KEY ("B") REFERENCES "Tag" ("id") ON DELETE CASCADE ON UPDATE CASCADE -); - --- CreateIndex -CREATE UNIQUE INDEX "_Post_tags_AB_unique" ON "_Post_tags"("A", "B"); - --- CreateIndex -CREATE INDEX "_Post_tags_B_index" ON "_Post_tags"("B"); -``` - -You need to modify it so that it looks like this with the old and new table names for your schema substituted: - -```sql -ALTER TABLE "_Post_tags_Tag_posts" RENAME TO "_Post_tags"; -DROP INDEX "_Post_tags_Tag_posts_AB_unique"; -DROP INDEX "_Post_tags_Tag_posts_B_index"; -CREATE UNIQUE INDEX "_Post_tags_AB_unique" ON "_Post_tags"("A", "B"); -CREATE INDEX "_Post_tags_B_index" ON "_Post_tags"("B"); -``` diff --git a/.changeset/ten-bags-arrive.md b/.changeset/ten-bags-arrive.md deleted file mode 100644 index 6789dfdfeaa..00000000000 --- a/.changeset/ten-bags-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -Fixed doing multiple writes at the same time on SQLite causing an timeout immediately. diff --git a/.changeset/three-planes-grab.md b/.changeset/three-planes-grab.md deleted file mode 100644 index 35480e5f6d6..00000000000 --- a/.changeset/three-planes-grab.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -'@keystone-ui/button': major -'@keystone-ui/core': major -'@keystone-ui/fields': major -'@keystone-ui/icons': major -'@keystone-ui/loading': major -'@keystone-ui/modals': major -'@keystone-ui/notice': major -'@keystone-ui/options': major -'@keystone-ui/pill': major -'@keystone-ui/popover': major -'@keystone-ui/segmented-control': major -'@keystone-ui/toast': major -'@keystone-ui/tooltip': major -'@keystone-ui/website': major -'@keystone-next/website': major -'@keystone-next/example-assets-cloud': major -'@keystone-next/example-assets-local': major -'@keystone-next/example-auth': major -'@keystone-next/examples-app-basic': major -'@keystone-next/example-ecommerce': major -'@keystone-next/example-embedded-nextjs': major -'keystone-next-app': major -'@keystone-next/example-roles': major -'@keystone-next/example-sandbox': major -'@keystone-next/example-blog': major -'@keystone-next/example-custom-admin-ui-logo': major -'@keystone-next/example-custom-admin-ui-navigation': major -'@keystone-next/example-custom-admin-ui-pages': major -'@keystone-next/example-custom-field': major -'@keystone-next/example-custom-field-view': major -'@keystone-next/example-default-values': major -'@keystone-next/example-document-field': major -'@keystone-next/example-extend-graphql-schema': major -'@keystone-next/example-extend-graphql-schema-graphql-ts': major -'@keystone-next/example-extend-graphql-schema-nexus': major -'@keystone-next/example-json-field': major -'@keystone-next/example-rest-api': major -'@keystone-next/example-task-manager': major -'@keystone-next/example-testing': major -'@keystone-next/example-virtual-field': major -'@keystone-next/example-with-auth': major -'@keystone-next/auth': major -'@keystone-next/cloudinary': major -'@keystone-next/document-renderer': major -'@keystone-next/fields-document': major -'@keystone-next/keystone': major -'@keystone-next/session-store-redis': major -'@keystone-next/prisma-utils': major -'@keystone-next/admin-ui-tests': major -'@keystone-next/api-tests-legacy': major -'@keystone-next/benchmarks-legacy': major -'@keystonejs/examples-smoke-tests': major -'@keystone-next/test-projects-basic': major -'@keystone-next/test-projects-crud-notifications': major -'@keystone-next/test-projects-live-reloading': major ---- - -Update Node engines to support current Node LTS versions, currently versions 14 and 16. diff --git a/.changeset/tiny-impalas-call.md b/.changeset/tiny-impalas-call.md deleted file mode 100644 index 7a5c420fe86..00000000000 --- a/.changeset/tiny-impalas-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@keystone-ui/core": patch ---- - -Explicitly declare Portal return type. diff --git a/.changeset/witty-fishes-mix.md b/.changeset/witty-fishes-mix.md deleted file mode 100644 index 1c1c914a217..00000000000 --- a/.changeset/witty-fishes-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': patch ---- - -The `Set as Authenticated Item`/`Add Authenticated Item` button is now hidden if the relationship field already has the authenticated item. diff --git a/.changeset/witty-pillows-report.md b/.changeset/witty-pillows-report.md deleted file mode 100644 index 59fe9ae6f09..00000000000 --- a/.changeset/witty-pillows-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/fields-document': patch ---- - -Fixed clear button in inline relationships diff --git a/design-system/packages/button/CHANGELOG.md b/design-system/packages/button/CHANGELOG.md index 0e8f091c1f2..fa30002962a 100644 --- a/design-system/packages/button/CHANGELOG.md +++ b/design-system/packages/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-ui/button +## 6.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + - @keystone-ui/loading@5.0.0 + ## 5.0.2 ### Patch Changes diff --git a/design-system/packages/button/package.json b/design-system/packages/button/package.json index 2783444135e..4ddd81df45c 100644 --- a/design-system/packages/button/package.json +++ b/design-system/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/button", - "version": "5.0.2", + "version": "6.0.0", "license": "MIT", "main": "dist/keystone-ui-button.cjs.js", "module": "dist/keystone-ui-button.esm.js", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/icons": "^4.0.2", - "@keystone-ui/loading": "^4.0.2", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/icons": "^5.0.0", + "@keystone-ui/loading": "^5.0.0", "react": "^17.0.2" }, "engines": { diff --git a/design-system/packages/core/CHANGELOG.md b/design-system/packages/core/CHANGELOG.md index db7cddfd217..dbb85289ec6 100644 --- a/design-system/packages/core/CHANGELOG.md +++ b/design-system/packages/core/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-ui/core +## 4.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- [#6911](https://github.com/keystonejs/keystone/pull/6911) [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe) Thanks [@dcousens](https://github.com/dcousens)! - Explicitly declare Portal return type. + ## 3.2.1 ### Patch Changes diff --git a/design-system/packages/core/package.json b/design-system/packages/core/package.json index 1b00d958e60..a5e7b2a749e 100644 --- a/design-system/packages/core/package.json +++ b/design-system/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/core", - "version": "3.2.1", + "version": "4.0.0", "license": "MIT", "main": "dist/keystone-ui-core.cjs.js", "module": "dist/keystone-ui-core.esm.js", diff --git a/design-system/packages/fields/CHANGELOG.md b/design-system/packages/fields/CHANGELOG.md index 2a5335752f8..c6290c6e444 100644 --- a/design-system/packages/fields/CHANGELOG.md +++ b/design-system/packages/fields/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-ui/fields +## 6.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- [#6974](https://github.com/keystonejs/keystone/pull/6974) [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35) Thanks [@JedWatson](https://github.com/JedWatson)! - Removed unnecessary `@types/` dependencies + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + - @keystone-ui/popover@5.0.0 + ## 5.0.2 ### Patch Changes diff --git a/design-system/packages/fields/package.json b/design-system/packages/fields/package.json index 3c4f2f42071..107d5ecb82f 100644 --- a/design-system/packages/fields/package.json +++ b/design-system/packages/fields/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/fields", - "version": "5.0.2", + "version": "6.0.0", "license": "MIT", "main": "dist/keystone-ui-fields.cjs.js", "module": "dist/keystone-ui-fields.esm.js", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/icons": "^4.0.2", - "@keystone-ui/popover": "^4.0.5", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/icons": "^5.0.0", + "@keystone-ui/popover": "^5.0.0", "date-fns": "^2.25.0", "react": "^17.0.2", "react-day-picker": "npm:react-day-picker@^7.4.8", diff --git a/design-system/packages/icons/CHANGELOG.md b/design-system/packages/icons/CHANGELOG.md index 071b52500c6..b9e9ed240c5 100644 --- a/design-system/packages/icons/CHANGELOG.md +++ b/design-system/packages/icons/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/icons +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + ## 4.0.2 ### Patch Changes diff --git a/design-system/packages/icons/package.json b/design-system/packages/icons/package.json index e93fcd1543b..694c5896ec4 100644 --- a/design-system/packages/icons/package.json +++ b/design-system/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/icons", - "version": "4.0.2", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-icons.cjs.js", "module": "dist/keystone-ui-icons.esm.js", @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1" + "@keystone-ui/core": "^4.0.0" }, "peerDependencies": { "react": "^17.0.2" diff --git a/design-system/packages/loading/CHANGELOG.md b/design-system/packages/loading/CHANGELOG.md index 7264ba26385..76a40455cf2 100644 --- a/design-system/packages/loading/CHANGELOG.md +++ b/design-system/packages/loading/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/loading +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + ## 4.0.2 ### Patch Changes diff --git a/design-system/packages/loading/package.json b/design-system/packages/loading/package.json index 6dc9e16021d..83758492b91 100644 --- a/design-system/packages/loading/package.json +++ b/design-system/packages/loading/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/loading", - "version": "4.0.2", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-loading.cjs.js", "module": "dist/keystone-ui-loading.esm.js", @@ -9,7 +9,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", + "@keystone-ui/core": "^4.0.0", "react": "^17.0.2" }, "engines": { diff --git a/design-system/packages/modals/CHANGELOG.md b/design-system/packages/modals/CHANGELOG.md index 688612092c7..6ad1a35e4e7 100644 --- a/design-system/packages/modals/CHANGELOG.md +++ b/design-system/packages/modals/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/modals +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + ## 4.0.2 ### Patch Changes diff --git a/design-system/packages/modals/package.json b/design-system/packages/modals/package.json index 34bde56ae89..3f833fe2588 100644 --- a/design-system/packages/modals/package.json +++ b/design-system/packages/modals/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/modals", - "version": "4.0.2", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-modals.cjs.js", "module": "dist/keystone-ui-modals.esm.js", @@ -9,8 +9,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", "react": "^17.0.2", "react-focus-lock": "^2.6.0", "react-remove-scroll": "^2.4.3", diff --git a/design-system/packages/notice/CHANGELOG.md b/design-system/packages/notice/CHANGELOG.md index 417e41a57fb..4ce33ff8a2f 100644 --- a/design-system/packages/notice/CHANGELOG.md +++ b/design-system/packages/notice/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-ui/notice +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + ## 4.1.1 ### Patch Changes diff --git a/design-system/packages/notice/package.json b/design-system/packages/notice/package.json index 42f20f8e5fc..fc8e33246e2 100644 --- a/design-system/packages/notice/package.json +++ b/design-system/packages/notice/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/notice", - "version": "4.1.1", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-notice.cjs.js", "module": "dist/keystone-ui-notice.esm.js", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/icons": "^4.0.2", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/icons": "^5.0.0", "react": "^17.0.2" }, "engines": { diff --git a/design-system/packages/options/CHANGELOG.md b/design-system/packages/options/CHANGELOG.md index 523f32c8239..90350a2c213 100644 --- a/design-system/packages/options/CHANGELOG.md +++ b/design-system/packages/options/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-ui/options +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- [#6974](https://github.com/keystonejs/keystone/pull/6974) [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35) Thanks [@JedWatson](https://github.com/JedWatson)! - Removed unnecessary `@types/` dependencies + +- Updated dependencies [[`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/fields@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + ## 4.0.4 ### Patch Changes diff --git a/design-system/packages/options/package.json b/design-system/packages/options/package.json index 922b9cd0e38..17970dcaf37 100644 --- a/design-system/packages/options/package.json +++ b/design-system/packages/options/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/options", - "version": "4.0.4", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-options.cjs.js", "module": "dist/keystone-ui-options.esm.js", @@ -12,9 +12,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.1", - "@keystone-ui/icons": "^4.0.2", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/icons": "^5.0.0", "react-select": "^5.2.1" }, "engines": { diff --git a/design-system/packages/pill/CHANGELOG.md b/design-system/packages/pill/CHANGELOG.md index d339a39ecfd..efa79f7fa6e 100644 --- a/design-system/packages/pill/CHANGELOG.md +++ b/design-system/packages/pill/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/pill +## 6.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + ## 5.0.2 ### Patch Changes diff --git a/design-system/packages/pill/package.json b/design-system/packages/pill/package.json index 0d40493e42d..cf9ac6024de 100644 --- a/design-system/packages/pill/package.json +++ b/design-system/packages/pill/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/pill", - "version": "5.0.2", + "version": "6.0.0", "license": "MIT", "main": "dist/keystone-ui-pill.cjs.js", "module": "dist/keystone-ui-pill.esm.js", @@ -12,8 +12,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/icons": "^4.0.2" + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/icons": "^5.0.0" }, "engines": { "node": "^14.15 || ^16.13" diff --git a/design-system/packages/popover/CHANGELOG.md b/design-system/packages/popover/CHANGELOG.md index d771e749157..de38ff02f43 100644 --- a/design-system/packages/popover/CHANGELOG.md +++ b/design-system/packages/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/popover +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + ## 4.0.5 ### Patch Changes diff --git a/design-system/packages/popover/package.json b/design-system/packages/popover/package.json index 90863f4ac97..b0cfb14084c 100644 --- a/design-system/packages/popover/package.json +++ b/design-system/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/popover", - "version": "4.0.5", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-popover.cjs.js", "module": "dist/keystone-ui-popover.esm.js", @@ -14,7 +14,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", + "@keystone-ui/core": "^4.0.0", "@popperjs/core": "^2.10.2", "focus-trap": "^6.7.1", "react-popper": "^2.2.5" diff --git a/design-system/packages/segmented-control/CHANGELOG.md b/design-system/packages/segmented-control/CHANGELOG.md index ce3e5d56827..f2650128559 100644 --- a/design-system/packages/segmented-control/CHANGELOG.md +++ b/design-system/packages/segmented-control/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/segmented-control +## 6.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + ## 5.0.1 ### Patch Changes diff --git a/design-system/packages/segmented-control/package.json b/design-system/packages/segmented-control/package.json index b07cf66ac86..d262e308900 100644 --- a/design-system/packages/segmented-control/package.json +++ b/design-system/packages/segmented-control/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/segmented-control", - "version": "5.0.1", + "version": "6.0.0", "license": "MIT", "main": "dist/keystone-ui-segmented-control.cjs.js", "module": "dist/keystone-ui-segmented-control.esm.js", @@ -10,7 +10,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1" + "@keystone-ui/core": "^4.0.0" }, "peerDependencies": { "react": "^17.0.2" diff --git a/design-system/packages/toast/CHANGELOG.md b/design-system/packages/toast/CHANGELOG.md index bf8ea4b614e..489bffc0370 100644 --- a/design-system/packages/toast/CHANGELOG.md +++ b/design-system/packages/toast/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/toast +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + ## 4.0.4 ### Patch Changes diff --git a/design-system/packages/toast/package.json b/design-system/packages/toast/package.json index c906c019408..8e36da66836 100644 --- a/design-system/packages/toast/package.json +++ b/design-system/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/toast", - "version": "4.0.4", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-toast.cjs.js", "module": "dist/keystone-ui-toast.esm.js", @@ -10,8 +10,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/icons": "^4.0.2" + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/icons": "^5.0.0" }, "peerDependencies": { "react": "^17.0.2" diff --git a/design-system/packages/tooltip/CHANGELOG.md b/design-system/packages/tooltip/CHANGELOG.md index e73ed6a4d71..83d06030d07 100644 --- a/design-system/packages/tooltip/CHANGELOG.md +++ b/design-system/packages/tooltip/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/tooltip +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/core@4.0.0 + - @keystone-ui/popover@5.0.0 + ## 4.0.3 ### Patch Changes diff --git a/design-system/packages/tooltip/package.json b/design-system/packages/tooltip/package.json index 5cbdfe59756..2dc63fddec9 100644 --- a/design-system/packages/tooltip/package.json +++ b/design-system/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/tooltip", - "version": "4.0.3", + "version": "5.0.0", "license": "MIT", "main": "dist/keystone-ui-tooltip.cjs.js", "module": "dist/keystone-ui-tooltip.esm.js", @@ -14,8 +14,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/popover": "^4.0.5", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/popover": "^5.0.0", "apply-ref": "^1.0.0" }, "engines": { diff --git a/design-system/website/CHANGELOG.md b/design-system/website/CHANGELOG.md index 10999506322..44d850aa535 100644 --- a/design-system/website/CHANGELOG.md +++ b/design-system/website/CHANGELOG.md @@ -1,5 +1,27 @@ # @keystone-ui/website +## 4.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/fields@6.0.0 + - @keystone-ui/options@5.0.0 + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/loading@5.0.0 + - @keystone-ui/modals@5.0.0 + - @keystone-ui/notice@5.0.0 + - @keystone-ui/pill@6.0.0 + - @keystone-ui/popover@5.0.0 + - @keystone-ui/segmented-control@6.0.0 + - @keystone-ui/toast@5.0.0 + - @keystone-ui/tooltip@5.0.0 + ## 3.0.4 ### Patch Changes diff --git a/design-system/website/package.json b/design-system/website/package.json index 4c8f11bacd3..851e506b06b 100644 --- a/design-system/website/package.json +++ b/design-system/website/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/website", - "version": "3.0.4", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -8,18 +8,18 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.1", - "@keystone-ui/loading": "^4.0.2", - "@keystone-ui/modals": "^4.0.2", - "@keystone-ui/notice": "^4.1.1", - "@keystone-ui/options": "^4.0.4", - "@keystone-ui/pill": "^5.0.2", - "@keystone-ui/popover": "^4.0.5", - "@keystone-ui/segmented-control": "^5.0.1", - "@keystone-ui/toast": "^4.0.4", - "@keystone-ui/tooltip": "^4.0.3", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/loading": "^5.0.0", + "@keystone-ui/modals": "^5.0.0", + "@keystone-ui/notice": "^5.0.0", + "@keystone-ui/options": "^5.0.0", + "@keystone-ui/pill": "^6.0.0", + "@keystone-ui/popover": "^5.0.0", + "@keystone-ui/segmented-control": "^6.0.0", + "@keystone-ui/toast": "^5.0.0", + "@keystone-ui/tooltip": "^5.0.0", "@preconstruct/next": "^3.0.1", "@types/react": "^17.0.35", "@types/react-dom": "^17.0.11", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e540fef6fb0..b707bb5bf27 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/website +## 4.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`2be0e18a1`](https://github.com/keystonejs/keystone/commit/2be0e18a142c85072df1f07af11dae49e4eb8324)]: + - @keystone-next/fields-document@14.0.0 + ## 3.1.9 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 35a60611a6d..08a73cbd7bf 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/website", - "version": "3.1.9", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -15,7 +15,7 @@ "@emotion/react": "^11.6.0", "@emotion/server": "11.4.0", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/fields-document": "^13.0.0", + "@keystone-next/fields-document": "^14.0.0", "@mdx-js/loader": "next", "@mdx-js/react": "^1.6.22", "@next/mdx": "^12.0.4", diff --git a/examples-staging/assets-cloud/CHANGELOG.md b/examples-staging/assets-cloud/CHANGELOG.md index 407b8b7bcd3..870c9546481 100644 --- a/examples-staging/assets-cloud/CHANGELOG.md +++ b/examples-staging/assets-cloud/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-assets-cloud +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.9 ### Patch Changes diff --git a/examples-staging/assets-cloud/package.json b/examples-staging/assets-cloud/package.json index 0cac869eb1b..d640ad3cdd8 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.9", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "dotenv": "^10.0.0" }, "devDependencies": { diff --git a/examples-staging/assets-local/CHANGELOG.md b/examples-staging/assets-local/CHANGELOG.md index 7a9449bda29..a9a24251584 100644 --- a/examples-staging/assets-local/CHANGELOG.md +++ b/examples-staging/assets-local/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-assets-local +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.9 ### Patch Changes diff --git a/examples-staging/assets-local/package.json b/examples-staging/assets-local/package.json index dfcf7798427..82d6d4bfd50 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.9", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples-staging/auth/CHANGELOG.md b/examples-staging/auth/CHANGELOG.md index 08165cf945d..698b3666801 100644 --- a/examples-staging/auth/CHANGELOG.md +++ b/examples-staging/auth/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-auth +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + ## 4.0.11 ### Patch Changes diff --git a/examples-staging/auth/package.json b/examples-staging/auth/package.json index a0c49c37c28..5f1ccb7f612 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.11", + "version": "5.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^36.0.0", - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/auth": "^37.0.0", + "@keystone-next/keystone": "^29.0.0", "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples-staging/basic/CHANGELOG.md b/examples-staging/basic/CHANGELOG.md index 9723dc2e7f6..acaf13ac17f 100644 --- a/examples-staging/basic/CHANGELOG.md +++ b/examples-staging/basic/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystone-next/example-app-basic +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`18e3168aa`](https://github.com/keystonejs/keystone/commit/18e3168aae5739f5596c7811cd30c8d1f47ad77a), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99), [`2be0e18a1`](https://github.com/keystonejs/keystone/commit/2be0e18a142c85072df1f07af11dae49e4eb8324)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + - @keystone-next/document-renderer@5.0.0 + - @keystone-ui/fields@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + - @keystone-ui/tooltip@5.0.0 + - @keystone-next/fields-document@14.0.0 + ## 4.0.11 ### Patch Changes diff --git a/examples-staging/basic/package.json b/examples-staging/basic/package.json index 642037fc31b..7f5140c8c82 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.11", + "version": "5.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,14 +10,14 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-next/auth": "^36.0.0", - "@keystone-next/document-renderer": "^4.0.1", - "@keystone-next/fields-document": "^13.0.0", - "@keystone-next/keystone": "^28.0.0", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.2", - "@keystone-ui/icons": "^4.0.2", - "@keystone-ui/tooltip": "^4.0.3", + "@keystone-next/auth": "^37.0.0", + "@keystone-next/document-renderer": "^5.0.0", + "@keystone-next/fields-document": "^14.0.0", + "@keystone-next/keystone": "^29.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/icons": "^5.0.0", + "@keystone-ui/tooltip": "^5.0.0", "@preconstruct/next": "^3.0.1", "@types/react": "^17.0.35", "graphql": "^15.7.2", diff --git a/examples-staging/ecommerce/CHANGELOG.md b/examples-staging/ecommerce/CHANGELOG.md index 5a92044b58d..b6428c1a8fc 100644 --- a/examples-staging/ecommerce/CHANGELOG.md +++ b/examples-staging/ecommerce/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-next/example-ecommerce +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + - @keystone-next/cloudinary@12.0.0 + ## 4.0.12 ### Patch Changes diff --git a/examples-staging/ecommerce/package.json b/examples-staging/ecommerce/package.json index 5c9329d5305..ee70d085b3e 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.12", + "version": "5.0.0", "private": true, "author": "Wes Bos & Jed Watson", "license": "MIT", @@ -16,9 +16,9 @@ "@babel/preset-react": "^7.16.0", "@babel/preset-typescript": "^7.16.0", "@babel/runtime": "^7.16.3", - "@keystone-next/auth": "^36.0.0", - "@keystone-next/cloudinary": "^11.0.0", - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/auth": "^37.0.0", + "@keystone-next/cloudinary": "^12.0.0", + "@keystone-next/keystone": "^29.0.0", "@types/nodemailer": "^6.4.4", "dotenv": "^10.0.0", "next": "^12.0.4", diff --git a/examples-staging/embedded-nextjs/CHANGELOG.md b/examples-staging/embedded-nextjs/CHANGELOG.md index 5d7e4ac8d80..9dd8b1d92fd 100644 --- a/examples-staging/embedded-nextjs/CHANGELOG.md +++ b/examples-staging/embedded-nextjs/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-next-lite +## 4.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 3.0.11 ### Patch Changes diff --git a/examples-staging/embedded-nextjs/package.json b/examples-staging/embedded-nextjs/package.json index 394f6957b25..1923837108c 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.11", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "dotenv": "^10.0.0", "next": "^12.0.4", "react": "^17.0.2", diff --git a/examples-staging/graphql-api-endpoint/CHANGELOG.md b/examples-staging/graphql-api-endpoint/CHANGELOG.md index 0d3e5531cd3..458ac08f933 100644 --- a/examples-staging/graphql-api-endpoint/CHANGELOG.md +++ b/examples-staging/graphql-api-endpoint/CHANGELOG.md @@ -1,5 +1,18 @@ # keystone-next-app +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99), [`2be0e18a1`](https://github.com/keystonejs/keystone/commit/2be0e18a142c85072df1f07af11dae49e4eb8324)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + - @keystone-next/fields-document@14.0.0 + ## 1.0.11 ### Patch Changes diff --git a/examples-staging/graphql-api-endpoint/package.json b/examples-staging/graphql-api-endpoint/package.json index f093c7d9ccf..223d995c879 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.11", + "version": "2.0.0", "private": true, "scripts": { "dev": "keystone-next dev", @@ -12,9 +12,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-next/auth": "^36.0.0", - "@keystone-next/fields-document": "^13.0.0", - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/auth": "^37.0.0", + "@keystone-next/fields-document": "^14.0.0", + "@keystone-next/keystone": "^29.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 34b6533cb6b..e2f7e9c2a4d 100644 --- a/examples-staging/roles/CHANGELOG.md +++ b/examples-staging/roles/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-roles +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + ## 4.0.11 ### Patch Changes diff --git a/examples-staging/roles/package.json b/examples-staging/roles/package.json index 7d7975fff84..b8d894a8839 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.11", + "version": "5.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^36.0.0", - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/auth": "^37.0.0", + "@keystone-next/keystone": "^29.0.0", "next": "^12.0.4", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples-staging/sandbox/CHANGELOG.md b/examples-staging/sandbox/CHANGELOG.md index b461991737f..f15b2627c13 100644 --- a/examples-staging/sandbox/CHANGELOG.md +++ b/examples-staging/sandbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-sandbox +## 4.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + ## 3.0.11 ### Patch Changes diff --git a/examples-staging/sandbox/package.json b/examples-staging/sandbox/package.json index 627fa299212..a9ab5a22b76 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.11", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -8,8 +8,8 @@ "sandbox": "yarn && yarn dev" }, "dependencies": { - "@keystone-next/auth": "^36.0.0", - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/auth": "^37.0.0", + "@keystone-next/keystone": "^29.0.0" }, "engines": { "node": "^14.15 || ^16.13" diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md index 6c5ae73447b..d240f68db44 100644 --- a/examples/blog/CHANGELOG.md +++ b/examples/blog/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-blog +## 3.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 2.0.11 ### Patch Changes diff --git a/examples/blog/package.json b/examples/blog/package.json index eeb6d4181e9..b9e5ef6afa3 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-blog", - "version": "2.0.11", + "version": "3.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.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 204b5a49d20..77cfe4b1c85 100644 --- a/examples/custom-admin-ui-logo/CHANGELOG.md +++ b/examples/custom-admin-ui-logo/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-custom-admin-ui-logo +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-ui/core@4.0.0 + ## 1.0.6 ### Patch Changes diff --git a/examples/custom-admin-ui-logo/package.json b/examples/custom-admin-ui-logo/package.json index 0ec0e9b99a7..1ea24f176f6 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.6", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", - "@keystone-ui/core": "^3.2.1", + "@keystone-next/keystone": "^29.0.0", + "@keystone-ui/core": "^4.0.0", "next": "^12.0.4", "react": "^17.0.2" }, diff --git a/examples/custom-admin-ui-navigation/CHANGELOG.md b/examples/custom-admin-ui-navigation/CHANGELOG.md index c33b509d6ec..244f14187dd 100644 --- a/examples/custom-admin-ui-navigation/CHANGELOG.md +++ b/examples/custom-admin-ui-navigation/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-custom-navigation-component +## 6.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 5.0.5 ### Patch Changes diff --git a/examples/custom-admin-ui-navigation/package.json b/examples/custom-admin-ui-navigation/package.json index 2ca2913c0b0..dc26130bd79 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.5", + "version": "6.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.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 b3e975b5ad9..04770257019 100644 --- a/examples/custom-admin-ui-pages/CHANGELOG.md +++ b/examples/custom-admin-ui-pages/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-custom-admin-ui-pages +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-ui/core@4.0.0 + ## 1.0.5 ### Patch Changes diff --git a/examples/custom-admin-ui-pages/package.json b/examples/custom-admin-ui-pages/package.json index b6162ddfbc5..0cfbdbf5bb0 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.5", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", - "@keystone-ui/core": "^3.2.1", + "@keystone-next/keystone": "^29.0.0", + "@keystone-ui/core": "^4.0.0", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/custom-field-view/CHANGELOG.md b/examples/custom-field-view/CHANGELOG.md index 7328da6781f..0a22cebf610 100644 --- a/examples/custom-field-view/CHANGELOG.md +++ b/examples/custom-field-view/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-custom-field-view +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-ui/fields@6.0.0 + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + ## 1.0.7 ### Patch Changes diff --git a/examples/custom-field-view/package.json b/examples/custom-field-view/package.json index f994ea481f3..3729dd73282 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.7", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,11 +10,11 @@ }, "dependencies": { "@emotion/css": "^11.5.0", - "@keystone-next/keystone": "^28.0.0", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.2", - "@keystone-ui/icons": "^4.0.2", + "@keystone-next/keystone": "^29.0.0", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/icons": "^5.0.0", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/custom-field/CHANGELOG.md b/examples/custom-field/CHANGELOG.md index ea4a2b54b1c..c952de82b52 100644 --- a/examples/custom-field/CHANGELOG.md +++ b/examples/custom-field/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-custom-field +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-ui/fields@6.0.0 + ## 0.0.8 ### Patch Changes diff --git a/examples/custom-field/package.json b/examples/custom-field/package.json index f4a4cc82320..b569b223511 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.8", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", - "@keystone-ui/fields": "^5.0.2", + "@keystone-next/keystone": "^29.0.0", + "@keystone-ui/fields": "^6.0.0", "react": "^17.0.2" }, "devDependencies": { diff --git a/examples/default-values/CHANGELOG.md b/examples/default-values/CHANGELOG.md index 13a93850794..abdfa791fff 100644 --- a/examples/default-values/CHANGELOG.md +++ b/examples/default-values/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-default-values +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.11 ### Patch Changes diff --git a/examples/default-values/package.json b/examples/default-values/package.json index 571185a6c7f..c371a2599dd 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.11", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/document-field/CHANGELOG.md b/examples/document-field/CHANGELOG.md index d2eec5b5717..78bd44c66ad 100644 --- a/examples/document-field/CHANGELOG.md +++ b/examples/document-field/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-next/example-document-field +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`18e3168aa`](https://github.com/keystonejs/keystone/commit/18e3168aae5739f5596c7811cd30c8d1f47ad77a), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99), [`2be0e18a1`](https://github.com/keystonejs/keystone/commit/2be0e18a142c85072df1f07af11dae49e4eb8324)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/document-renderer@5.0.0 + - @keystone-next/fields-document@14.0.0 + ## 1.1.8 ### Patch Changes diff --git a/examples/document-field/package.json b/examples/document-field/package.json index c9074e87faa..2514aa8ca53 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.8", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,9 +10,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/document-renderer": "^4.0.1", - "@keystone-next/fields-document": "^13.0.0", - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/document-renderer": "^5.0.0", + "@keystone-next/fields-document": "^14.0.0", + "@keystone-next/keystone": "^29.0.0", "@preconstruct/next": "^3.0.1", "next": "^12.0.4", "react": "^17.0.2" diff --git a/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md b/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md index 823c89bd347..3ba69cde2db 100644 --- a/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md +++ b/examples/extend-graphql-schema-graphql-ts/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-extend-graphql-schema-graphql-ts +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.11 ### Patch Changes diff --git a/examples/extend-graphql-schema-graphql-ts/package.json b/examples/extend-graphql-schema-graphql-ts/package.json index df74a87f945..dcdc791755e 100644 --- a/examples/extend-graphql-schema-graphql-ts/package.json +++ b/examples/extend-graphql-schema-graphql-ts/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-extend-graphql-schema-graphql-ts", - "version": "1.0.11", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/extend-graphql-schema-nexus/CHANGELOG.md b/examples/extend-graphql-schema-nexus/CHANGELOG.md index 881d5b679ea..d7327f069a3 100644 --- a/examples/extend-graphql-schema-nexus/CHANGELOG.md +++ b/examples/extend-graphql-schema-nexus/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-extend-graphql-schema +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.10 ### Patch Changes diff --git a/examples/extend-graphql-schema-nexus/package.json b/examples/extend-graphql-schema-nexus/package.json index 392d1f050d5..299ef8cf0c3 100644 --- a/examples/extend-graphql-schema-nexus/package.json +++ b/examples/extend-graphql-schema-nexus/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-extend-graphql-schema-nexus", - "version": "1.0.10", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ }, "dependencies": { "@graphql-tools/schema": "^8.3.1", - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "graphql": "^15.7.2", "nexus": "^1.1.0" }, diff --git a/examples/extend-graphql-schema/CHANGELOG.md b/examples/extend-graphql-schema/CHANGELOG.md index c1e554a5d1c..d9fa76a8259 100644 --- a/examples/extend-graphql-schema/CHANGELOG.md +++ b/examples/extend-graphql-schema/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-extend-graphql-schema +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.11 ### Patch Changes diff --git a/examples/extend-graphql-schema/package.json b/examples/extend-graphql-schema/package.json index 1856ab1fc10..a55d34d118d 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.11", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/json/CHANGELOG.md b/examples/json/CHANGELOG.md index 2319efa7f0a..198d6e496dc 100644 --- a/examples/json/CHANGELOG.md +++ b/examples/json/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-json +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 4.0.12 ### Patch Changes diff --git a/examples/json/package.json b/examples/json/package.json index 1cac5d4bc21..8ee4f006405 100644 --- a/examples/json/package.json +++ b/examples/json/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-json-field", - "version": "4.0.12", + "version": "5.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/rest-api/CHANGELOG.md b/examples/rest-api/CHANGELOG.md index e64d799b687..aca400bd213 100644 --- a/examples/rest-api/CHANGELOG.md +++ b/examples/rest-api/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-rest-api +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 1.0.3 ### Patch Changes diff --git a/examples/rest-api/package.json b/examples/rest-api/package.json index dbe7c871426..fe66d30aea5 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.3", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "express": "^4.17.1" }, "devDependencies": { diff --git a/examples/task-manager/CHANGELOG.md b/examples/task-manager/CHANGELOG.md index 66813f34576..517c99e19e7 100644 --- a/examples/task-manager/CHANGELOG.md +++ b/examples/task-manager/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-task-manager +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 4.0.11 ### Patch Changes diff --git a/examples/task-manager/package.json b/examples/task-manager/package.json index df2dda45b2d..e1a1f1c544d 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.11", + "version": "5.0.0", "private": true, "license": "MIT", "scripts": { @@ -10,7 +10,7 @@ "seed-data": "keystone-next --seed-data" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/testing/CHANGELOG.md b/examples/testing/CHANGELOG.md index cbc2d1276a5..6239ab60824 100644 --- a/examples/testing/CHANGELOG.md +++ b/examples/testing/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-testing +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + ## 0.0.11 ### Patch Changes diff --git a/examples/testing/package.json b/examples/testing/package.json index 66b5edbd40f..59df6998c74 100644 --- a/examples/testing/package.json +++ b/examples/testing/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-testing", - "version": "0.0.11", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -13,8 +13,8 @@ "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.0", "@babel/preset-typescript": "^7.16.0", - "@keystone-next/auth": "^36.0.0", - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/auth": "^37.0.0", + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "babel-jest": "^27.3.1", diff --git a/examples/virtual-field/CHANGELOG.md b/examples/virtual-field/CHANGELOG.md index 55b4761bd4c..31782a2ee36 100644 --- a/examples/virtual-field/CHANGELOG.md +++ b/examples/virtual-field/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/example-virtual-field +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 0.1.9 ### Patch Changes diff --git a/examples/virtual-field/package.json b/examples/virtual-field/package.json index 9b05279d4a9..0cb81b1e968 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.9", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/examples/with-auth/CHANGELOG.md b/examples/with-auth/CHANGELOG.md index 726e7289844..91a02e3af02 100644 --- a/examples/with-auth/CHANGELOG.md +++ b/examples/with-auth/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-with-auth +## 3.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/auth@37.0.0 + ## 2.0.12 ### Patch Changes diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 692d6890190..fa260ed2fb1 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.12", + "version": "3.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^36.0.0", - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/auth": "^37.0.0", + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4" diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index 93445e92c60..f2e589803ba 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystone-next/auth +## 37.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- [#6934](https://github.com/keystonejs/keystone/pull/6934) [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed the init/sign in page showing for a short amount of time after submitting on the init/sign in page and seeing a loading spinner. + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-ui/fields@6.0.0 + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/loading@5.0.0 + - @keystone-ui/notice@5.0.0 + ## 36.0.0 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index 145e35d8527..9409cd03eab 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/auth", - "version": "36.0.0", + "version": "37.0.0", "license": "MIT", "main": "dist/keystone-next-auth.cjs.js", "module": "dist/keystone-next-auth.esm.js", @@ -9,21 +9,21 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.2", - "@keystone-ui/loading": "^4.0.2", - "@keystone-ui/notice": "^4.1.1", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/loading": "^5.0.0", + "@keystone-ui/notice": "^5.0.0", "cross-fetch": "^3.1.4", "fast-deep-equal": "^3.1.3", "graphql": "^15.7.2" }, "devDependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "react": "^17.0.2" }, "preconstruct": { diff --git a/packages/cloudinary/CHANGELOG.md b/packages/cloudinary/CHANGELOG.md index 54b7ab86f0e..a19728ebf93 100644 --- a/packages/cloudinary/CHANGELOG.md +++ b/packages/cloudinary/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/cloudinary +## 12.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-ui/fields@6.0.0 + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/pill@6.0.0 + ## 11.0.0 ### Minor Changes diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index b5322e8dda8..e7e173117e6 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -1,15 +1,15 @@ { "name": "@keystone-next/cloudinary", - "version": "11.0.0", + "version": "12.0.0", "license": "MIT", "main": "dist/keystone-next-cloudinary.cjs.js", "module": "dist/keystone-next-cloudinary.esm.js", "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.2", - "@keystone-ui/pill": "^5.0.2", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/pill": "^6.0.0", "@types/react": "^17.0.35", "cloudinary": "^1.27.1", "cuid": "^2.1.8", @@ -17,10 +17,10 @@ "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "mime": "^3.0.0" }, "engines": { diff --git a/packages/document-renderer/CHANGELOG.md b/packages/document-renderer/CHANGELOG.md index 3a8a4468937..5fb38a725e2 100644 --- a/packages/document-renderer/CHANGELOG.md +++ b/packages/document-renderer/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-next/document-renderer +## 5.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- [#6961](https://github.com/keystonejs/keystone/pull/6961) [`18e3168aa`](https://github.com/keystonejs/keystone/commit/18e3168aae5739f5596c7811cd30c8d1f47ad77a) Thanks [@datner](https://github.com/datner)! - Fixed default renderer of `layout` block + ## 4.0.1 ### Patch Changes diff --git a/packages/document-renderer/package.json b/packages/document-renderer/package.json index 17317c0d92b..ca983fe425a 100644 --- a/packages/document-renderer/package.json +++ b/packages/document-renderer/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/document-renderer", "description": "KeystoneJS Document Renderer", - "version": "4.0.1", + "version": "5.0.0", "main": "dist/keystone-next-document-renderer.cjs.js", "module": "dist/keystone-next-document-renderer.esm.js", "peerDependencies": { diff --git a/packages/fields-document/CHANGELOG.md b/packages/fields-document/CHANGELOG.md index e2212b4588e..ad92b4d38b2 100644 --- a/packages/fields-document/CHANGELOG.md +++ b/packages/fields-document/CHANGELOG.md @@ -1,5 +1,25 @@ # @keystone-next/fields-document +## 14.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- [#6944](https://github.com/keystonejs/keystone/pull/6944) [`2be0e18a1`](https://github.com/keystonejs/keystone/commit/2be0e18a142c85072df1f07af11dae49e4eb8324) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed clear button in inline relationships + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`18e3168aa`](https://github.com/keystonejs/keystone/commit/18e3168aae5739f5596c7811cd30c8d1f47ad77a), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + - @keystone-next/document-renderer@5.0.0 + - @keystone-ui/fields@6.0.0 + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + - @keystone-ui/popover@5.0.0 + - @keystone-ui/tooltip@5.0.0 + ## 13.0.0 ### Minor Changes diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index 1aa69981f3e..4d92f9b2369 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": "13.0.0", + "version": "14.0.0", "main": "dist/keystone-next-fields-document.cjs.js", "module": "dist/keystone-next-fields-document.esm.js", "files": [ @@ -19,19 +19,19 @@ ] }, "peerDependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "dependencies": { "@babel/runtime": "^7.16.3", "@braintree/sanitize-url": "^5.0.2", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/document-renderer": "^4.0.1", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.2", - "@keystone-ui/icons": "^4.0.2", - "@keystone-ui/popover": "^4.0.5", - "@keystone-ui/tooltip": "^4.0.3", + "@keystone-next/document-renderer": "^5.0.0", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/icons": "^5.0.0", + "@keystone-ui/popover": "^5.0.0", + "@keystone-ui/tooltip": "^5.0.0", "@types/react": "^17.0.35", "apollo-server-errors": "^3.3.0", "apply-ref": "^1.0.0", diff --git a/packages/keystone/CHANGELOG.md b/packages/keystone/CHANGELOG.md index 0d6445905b0..fefb2a229b2 100644 --- a/packages/keystone/CHANGELOG.md +++ b/packages/keystone/CHANGELOG.md @@ -1,5 +1,242 @@ # @keystone-next/keystone +## 29.0.0 + +### Major Changes + +- [#6920](https://github.com/keystonejs/keystone/pull/6920) [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Keystone now uses Prisma's Node-API Query Engine instead of the Binary Query Engine. This should improve the performance of operations using Prisma. See https://www.prisma.io/docs/concepts/components/prisma-engines/query-engine for more details. + +* [#6917](https://github.com/keystonejs/keystone/pull/6917) [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - The names of one-sided and two-sided, many-many relationships has been shortened. Two-sided many-many relationship names contain only the left-hand side names now; and the `_many` suffix has been dropped from one-sided many-many relationships. + + This reduces the probability that you will exceed [PostgreSQL's 63 character limit for identifiers](https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) with typical usage. + + This is a breaking change. + + There are two ways to update: + + ### Set `db.relationName` on many to many relation + + Rather than doing a migration, you can set the new field property `db.relationName`, for either side of a many-to-many relationship field. + If set to the existing relation name, your database will remain unchanged. + + For example, given a schema like this: + + ```ts + Post: list({ + fields: { + tags: relationship({ ref: 'Tag.posts', many: true }), + }, + }), + Tag: list({ + fields: { + posts: relationship({ ref: 'Post.tags', many: true }), + }, + }), + ``` + + Before this release, the generated Prisma schema looked like this: + + ```prisma + // This file is automatically generated by Keystone, do not modify it manually. + // Modify your Keystone config when you want to change this. + + datasource postgresql { + url = env("DATABASE_URL") + provider = "postgresql" + } + + generator client { + provider = "prisma-client-js" + output = "node_modules/.prisma/client" + engineType = "binary" + } + + model Post { + id String @id @default(cuid()) + tags Tag[] @relation("Post_tags_Tag_posts") + } + + model Tag { + id String @id @default(cuid()) + posts Post[] @relation("Post_tags_Tag_posts") + } + ``` + + By adding `db: { relationName: 'Post_tags_Tag_posts' }` to one side of the many-to-many relationship; you can preclude yourself from a migration. + + **Note:** It doesn't matter which side of the relationship you put this property, but it should be only on one side; otherwise you will receive an error. + + ```ts + Post: list({ + fields: { + tags: relationship({ ref: 'Tag.posts', many: true, db: { relationName: 'Post_tags_Tag_posts' } }), + }, + }), + Tag: list({ + fields: { + posts: relationship({ ref: 'Post.tags', many: true }), + }, + }), + ``` + + ### Rename your many relation tables using a migration + + For example, given a schema like this: + + ```ts + Post: list({ + fields: { + tags: relationship({ ref: 'Tag.posts', many: true }), + }, + }), + Tag: list({ + fields: { + posts: relationship({ ref: 'Post.tags', many: true }), + }, + }), + ``` + + When updating to this change, and running `yarn dev`, Keystone will prompt you to update your schema. + + - If you are using `useMigrations: true`, Keystone will follow the typical migration flow offer to apply an automatically generated migration. **DO NOT APPLY THE AUTOMATICALLY GENERATED MIGRATION** - unless you want to `DROP` your data. + + - If you are using `useMigrations: false`, Keystone will follow the typical flow and offer to automatically migrate your schema. Again, **DO NOT RUN THE AUTOMATIC MIGRATION** - unless you want to `DROP` your data. + + On PostgreSQL, Prisma will generate a migration that looks something like this: + + ```sql + /* + Warnings: + + - You are about to drop the `_Post_tags_Tag_posts` table. If the table is not empty, all the data it contains will be lost. + + */ + -- DropForeignKey + ALTER TABLE "_Post_tags_Tag_posts" DROP CONSTRAINT "_Post_tags_Tag_posts_A_fkey"; + + -- DropForeignKey + ALTER TABLE "_Post_tags_Tag_posts" DROP CONSTRAINT "_Post_tags_Tag_posts_B_fkey"; + + -- DropTable + DROP TABLE "_Post_tags_Tag_posts"; + + -- CreateTable + CREATE TABLE "_Post_tags" ( + "A" TEXT NOT NULL, + "B" TEXT NOT NULL + ); + + -- CreateIndex + CREATE UNIQUE INDEX "_Post_tags_AB_unique" ON "_Post_tags"("A", "B"); + + -- CreateIndex + CREATE INDEX "_Post_tags_B_index" ON "_Post_tags"("B"); + + -- AddForeignKey + ALTER TABLE "_Post_tags" ADD FOREIGN KEY ("A") REFERENCES "Post"("id") ON DELETE CASCADE ON UPDATE CASCADE; + + -- AddForeignKey + ALTER TABLE "_Post_tags" ADD FOREIGN KEY ("B") REFERENCES "Tag"("id") ON DELETE CASCADE ON UPDATE CASCADE; + ``` + + You need to modify it so that it looks like this with the old and new table names for your schema substituted: + + ```sql + ALTER TABLE "_Post_tags_Tag_posts" RENAME TO "_Post_tags"; + ALTER INDEX "_Post_tags_Tag_posts_AB_unique" RENAME TO "_Post_tags_AB_unique"; + ALTER INDEX "_Post_tags_Tag_posts_B_index" RENAME TO "_Post_tags_B_index"; + ALTER TABLE "_Post_tags" RENAME CONSTRAINT "_Post_tags_Tag_posts_A_fkey" TO "_Post_tags_A_fkey"; + ALTER TABLE "_Post_tags" RENAME CONSTRAINT "_Post_tags_Tag_posts_B_fkey" TO "_Post_tags_B_fkey"; + ``` + + On SQLite, Prisma will generate a migration that looks something like this: + + ```sql + /* + Warnings: + + - You are about to drop the `_Post_tags_Tag_posts` table. If the table is not empty, all the data it contains will be lost. + + */ + -- DropTable + PRAGMA foreign_keys=off; + DROP TABLE "_Post_tags_Tag_posts"; + PRAGMA foreign_keys=on; + + -- CreateTable + CREATE TABLE "_Post_tags" ( + "A" TEXT NOT NULL, + "B" TEXT NOT NULL, + FOREIGN KEY ("A") REFERENCES "Post" ("id") ON DELETE CASCADE ON UPDATE CASCADE, + FOREIGN KEY ("B") REFERENCES "Tag" ("id") ON DELETE CASCADE ON UPDATE CASCADE + ); + + -- CreateIndex + CREATE UNIQUE INDEX "_Post_tags_AB_unique" ON "_Post_tags"("A", "B"); + + -- CreateIndex + CREATE INDEX "_Post_tags_B_index" ON "_Post_tags"("B"); + ``` + + You need to modify it so that it looks like this with the old and new table names for your schema substituted: + + ```sql + ALTER TABLE "_Post_tags_Tag_posts" RENAME TO "_Post_tags"; + DROP INDEX "_Post_tags_Tag_posts_AB_unique"; + DROP INDEX "_Post_tags_Tag_posts_B_index"; + CREATE UNIQUE INDEX "_Post_tags_AB_unique" ON "_Post_tags"("A", "B"); + CREATE INDEX "_Post_tags_B_index" ON "_Post_tags"("B"); + ``` + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Minor Changes + +- [#6968](https://github.com/keystonejs/keystone/pull/6968) [`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548) Thanks [@JedWatson](https://github.com/JedWatson)! - Added `db.foreignKey` option to the `relationship` field that allows you to explicitly pick which side of a one to one relationship the foreign key should be on and for one to one or one to many relationships add `@map` to the foreign key to change the column name in the database. + +* [#6917](https://github.com/keystonejs/keystone/pull/6917) [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `db.relationName` option to many to many `relationship` fields to allow explicitly setting the relation name. + +### Patch Changes + +- [#6911](https://github.com/keystonejs/keystone/pull/6911) [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe) Thanks [@dcousens](https://github.com/dcousens)! - Explicitly declare return type on createExpressServer + +* [#6967](https://github.com/keystonejs/keystone/pull/6967) [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `relationship` field not respecting `ui.displayMode: 'cards'` in the create view. + +- [#6949](https://github.com/keystonejs/keystone/pull/6949) [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03) Thanks [@bladey](https://github.com/bladey)! - Fixed React key error in `relationship` field with `ui.displayMode: 'cards'` + +* [#6955](https://github.com/keystonejs/keystone/pull/6955) [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `ui.isAccessAllowed` not being respected in the admin meta query when no session strategy was defined + +- [#6932](https://github.com/keystonejs/keystone/pull/6932) [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Field-level hooks and field-level create and update access control functions are now awaited in parallel. Note this means all field-level hooks and access control are now awaited in parallel because field-level read access control was already awaited in parallel. + +* [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218) Thanks [@JedWatson](https://github.com/JedWatson)! - Pinned `@apollo/client` to 3.4.17, fixes an incompatibility between `@apollo/client` >= 3.5.0 and `apollo-upload-client` that breaks the Admin UI. + + We can revert this when [jaydenseric/apollo-upload-client#273](https://github.com/jaydenseric/apollo-upload-client/issues/273) has been resolved (may also be resolved by [apollographql/apollo-client#9103](https://github.com/apollographql/apollo-client/pull/9103)) + +- [#6972](https://github.com/keystonejs/keystone/pull/6972) [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - The item page in the Admin UI no longer crashes when failing to fetch an item. + +* [#6955](https://github.com/keystonejs/keystone/pull/6955) [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - The admin meta query now bypasses `ui.isAccessAllowed` for sudo contexts. + +- [#6974](https://github.com/keystonejs/keystone/pull/6974) [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35) Thanks [@JedWatson](https://github.com/JedWatson)! - Removed unnecessary `@types/` dependencies + +* [#6920](https://github.com/keystonejs/keystone/pull/6920) [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed doing multiple writes at the same time on SQLite causing an timeout immediately. + +- [#6948](https://github.com/keystonejs/keystone/pull/6948) [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - The `Set as Authenticated Item`/`Add Authenticated Item` button is now hidden if the relationship field already has the authenticated item. + +- Updated dependencies [[`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]: + - @keystone-ui/fields@6.0.0 + - @keystone-ui/options@5.0.0 + - @keystone-ui/button@6.0.0 + - @keystone-ui/core@4.0.0 + - @keystone-ui/icons@5.0.0 + - @keystone-ui/loading@5.0.0 + - @keystone-ui/modals@5.0.0 + - @keystone-ui/notice@5.0.0 + - @keystone-ui/pill@6.0.0 + - @keystone-ui/popover@5.0.0 + - @keystone-ui/segmented-control@6.0.0 + - @keystone-ui/toast@5.0.0 + - @keystone-ui/tooltip@5.0.0 + ## 28.0.0 ### Major Changes diff --git a/packages/keystone/package.json b/packages/keystone/package.json index 00c3d9aedfb..a5f93838323 100644 --- a/packages/keystone/package.json +++ b/packages/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/keystone", - "version": "28.0.0", + "version": "29.0.0", "license": "MIT", "main": "dist/keystone-next-keystone.cjs.js", "module": "dist/keystone-next-keystone.esm.js", @@ -35,19 +35,19 @@ "@graphql-ts/extend": "0.4.0", "@graphql-ts/schema": "0.5.0", "@hapi/iron": "^6.0.0", - "@keystone-ui/button": "^5.0.2", - "@keystone-ui/core": "^3.2.1", - "@keystone-ui/fields": "^5.0.2", - "@keystone-ui/icons": "^4.0.2", - "@keystone-ui/loading": "^4.0.2", - "@keystone-ui/modals": "^4.0.2", - "@keystone-ui/notice": "^4.1.1", - "@keystone-ui/options": "^4.0.4", - "@keystone-ui/pill": "^5.0.2", - "@keystone-ui/popover": "^4.0.5", - "@keystone-ui/segmented-control": "^5.0.1", - "@keystone-ui/toast": "^4.0.4", - "@keystone-ui/tooltip": "^4.0.3", + "@keystone-ui/button": "^6.0.0", + "@keystone-ui/core": "^4.0.0", + "@keystone-ui/fields": "^6.0.0", + "@keystone-ui/icons": "^5.0.0", + "@keystone-ui/loading": "^5.0.0", + "@keystone-ui/modals": "^5.0.0", + "@keystone-ui/notice": "^5.0.0", + "@keystone-ui/options": "^5.0.0", + "@keystone-ui/pill": "^6.0.0", + "@keystone-ui/popover": "^5.0.0", + "@keystone-ui/segmented-control": "^6.0.0", + "@keystone-ui/toast": "^5.0.0", + "@keystone-ui/tooltip": "^5.0.0", "@nodelib/fs.walk": "^1.2.8", "@preconstruct/next": "^3.0.1", "@prisma/client": "3.5.0", diff --git a/packages/session-store-redis/CHANGELOG.md b/packages/session-store-redis/CHANGELOG.md index ac18dca3ca7..305a9385b9f 100644 --- a/packages/session-store-redis/CHANGELOG.md +++ b/packages/session-store-redis/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/session-store-redis +## 9.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 8.0.0 ### Patch Changes diff --git a/packages/session-store-redis/package.json b/packages/session-store-redis/package.json index 6d3bb8a4218..e7607461010 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": "8.0.0", + "version": "9.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": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { - "@keystone-next/keystone": "^28.0.0", + "@keystone-next/keystone": "^29.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 39bd52d40dc..4823e33c89b 100644 --- a/prisma-utils/CHANGELOG.md +++ b/prisma-utils/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-next/prisma-utils +## 2.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + ## 1.0.3 ### Patch Changes diff --git a/prisma-utils/package.json b/prisma-utils/package.json index aa7e769b513..d3e31ef3fd6 100644 --- a/prisma-utils/package.json +++ b/prisma-utils/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/prisma-utils", - "version": "1.0.3", + "version": "2.0.0", "private": true, "main": "dist/keystone-next-prisma-utils.cjs.js", "dependencies": { diff --git a/tests/admin-ui-tests/CHANGELOG.md b/tests/admin-ui-tests/CHANGELOG.md index 1ccdeb1cee6..91ecda4687d 100644 --- a/tests/admin-ui-tests/CHANGELOG.md +++ b/tests/admin-ui-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-next/admin-ui-tests +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + ## 0.0.5 ### Patch Changes diff --git a/tests/admin-ui-tests/package.json b/tests/admin-ui-tests/package.json index 7a3b7749ee1..d6ebac04f3c 100644 --- a/tests/admin-ui-tests/package.json +++ b/tests/admin-ui-tests/package.json @@ -2,7 +2,7 @@ "name": "@keystone-next/admin-ui-tests", "description": "A set of tests for the KeystoneJS Admin UI.", "private": true, - "version": "0.0.5", + "version": "1.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/tests/api-tests/CHANGELOG.md b/tests/api-tests/CHANGELOG.md index f2820571e36..45908a60de7 100644 --- a/tests/api-tests/CHANGELOG.md +++ b/tests/api-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/api-tests +## 12.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + ## 11.1.5 ### Patch Changes diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index 909af6e3d0e..b340d3b6f3a 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.5", + "version": "12.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/tests/benchmarks/CHANGELOG.md b/tests/benchmarks/CHANGELOG.md index ee78d65b4a9..cf1bea0a193 100644 --- a/tests/benchmarks/CHANGELOG.md +++ b/tests/benchmarks/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/benchmarks +## 8.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 7.0.12 ### Patch Changes diff --git a/tests/benchmarks/package.json b/tests/benchmarks/package.json index 0effd55e0b3..1b24061bff2 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.12", + "version": "8.0.0", "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": "^28.0.0", + "@keystone-next/keystone": "^29.0.0", "cookie-signature": "^1.1.0", "testcheck": "^1.0.0-rc.2" } diff --git a/tests/examples-smoke-tests/CHANGELOG.md b/tests/examples-smoke-tests/CHANGELOG.md index 6b6d4613790..bac3139ebd0 100644 --- a/tests/examples-smoke-tests/CHANGELOG.md +++ b/tests/examples-smoke-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/examples-smoke-tests +## 3.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + ## 2.0.2 ### Patch Changes diff --git a/tests/examples-smoke-tests/package.json b/tests/examples-smoke-tests/package.json index 78702683b57..7039b53c8e1 100644 --- a/tests/examples-smoke-tests/package.json +++ b/tests/examples-smoke-tests/package.json @@ -2,7 +2,7 @@ "name": "@keystonejs/examples-smoke-tests", "description": "A set of tests for smoke testing our examples", "private": true, - "version": "2.0.2", + "version": "3.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { diff --git a/tests/test-projects/basic/CHANGELOG.md b/tests/test-projects/basic/CHANGELOG.md index 21b7f9f4acc..c349bdc7ec3 100644 --- a/tests/test-projects/basic/CHANGELOG.md +++ b/tests/test-projects/basic/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/test-projects-basic +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 0.0.8 ### Patch Changes diff --git a/tests/test-projects/basic/package.json b/tests/test-projects/basic/package.json index 0863cf7805f..b0c43fac951 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.8", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.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 1559174bee1..e3e449a0931 100644 --- a/tests/test-projects/crud-notifications/CHANGELOG.md +++ b/tests/test-projects/crud-notifications/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/test-projects-crud-notifications +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 0.0.8 ### Patch Changes diff --git a/tests/test-projects/crud-notifications/package.json b/tests/test-projects/crud-notifications/package.json index 91b91c48249..50ae7e901ea 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.8", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.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 index a8e0359d530..6fc5df8ba70 100644 --- a/tests/test-projects/live-reloading/CHANGELOG.md +++ b/tests/test-projects/live-reloading/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-next/test-projects-live-reloading +## 1.0.0 + +### Major Changes + +- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16. + +### Patch Changes + +- Updated dependencies [[`f2b41df9f`](https://github.com/keystonejs/keystone/commit/f2b41df9f77cf340e5e138cf60bacd6aec8e4548), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe), [`4e96c23bb`](https://github.com/keystonejs/keystone/commit/4e96c23bb6c3a134f1324ec7879adac3abf90132), [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08), [`622e57689`](https://github.com/keystonejs/keystone/commit/622e57689cf27dbecba7f64c02f0a3b6499d3218), [`bbedee845`](https://github.com/keystonejs/keystone/commit/bbedee84541d22c91a6816872902f6cce8e6aee3), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`760ae82ac`](https://github.com/keystonejs/keystone/commit/760ae82ac0fac5f73e123e2b36f7ba6320312ca6), [`96fd2e220`](https://github.com/keystonejs/keystone/commit/96fd2e22041de84a042f5a0df2cab75ba0dacc35), [`04c54a4eb`](https://github.com/keystonejs/keystone/commit/04c54a4eb4aa6076cf87d441060eaa2091bc903b), [`82539faa5`](https://github.com/keystonejs/keystone/commit/82539faa53c495be1f5f470deb9eae9861cd31a0), [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`7a7450009`](https://github.com/keystonejs/keystone/commit/7a7450009d68f70173a2af55eb3a845ea3799c99)]: + - @keystone-next/keystone@29.0.0 + ## 0.0.8 ### Patch Changes diff --git a/tests/test-projects/live-reloading/package.json b/tests/test-projects/live-reloading/package.json index cb8ff000351..8a63659162d 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.8", + "version": "1.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,7 +9,7 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/keystone": "^28.0.0" + "@keystone-next/keystone": "^29.0.0" }, "devDependencies": { "typescript": "^4.4.4"