diff --git a/.changeset/curly-jobs-tie.md b/.changeset/curly-jobs-tie.md deleted file mode 100644 index e07fde46359..00000000000 --- a/.changeset/curly-jobs-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/adapter-prisma-legacy': patch ---- - -Fixed failures in GraphQL queries using multiple `sortBy` values. diff --git a/.changeset/kind-months-jump.md b/.changeset/kind-months-jump.md deleted file mode 100644 index 9128302ac9b..00000000000 --- a/.changeset/kind-months-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/auth': patch ---- - -The signup copy to create first user now uses active voice. diff --git a/.changeset/old-onions-fail.md b/.changeset/old-onions-fail.md deleted file mode 100644 index 004b6937b01..00000000000 --- a/.changeset/old-onions-fail.md +++ /dev/null @@ -1,46 +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-auth': major -'@keystone-next/app-basic': major -'@keystone-next/example-blog': major -'@keystone-next/example-ecommerce': major -'keystone-next-app': major -'@keystone-next/example-next-lite': major -'@keystone-next/example-roles': major -'@keystone-next/example-sandbox': major -'@keystone-next/example-todo': major -'@keystone-next/example-with-auth': major -'@keystone-next/admin-ui': major -'@keystone-next/admin-ui-utils': major -'@keystone-next/auth': major -'@keystone-next/cloudinary': major -'@keystone-next/document-renderer': major -'@keystone-next/fields': major -'@keystone-next/fields-document': major -'@keystone-next/keystone': major -'@keystone-next/session-store-redis': major -'@keystone-next/types': major -'@keystone-next/access-control-legacy': major -'@keystone-next/adapter-prisma-legacy': major -'@keystone-next/test-utils-legacy': major -'@keystone-next/utils-legacy': major -'@keystone-next/api-tests-legacy': major -'@keystone-next/benchmarks-legacy': major -'@keystonejs/examples-smoke-tests': major ---- - -Update Node.js dependency to `^12.20 || >= 14.13`. diff --git a/.changeset/wet-jeans-report.md b/.changeset/wet-jeans-report.md deleted file mode 100644 index 48b5c4ef6a8..00000000000 --- a/.changeset/wet-jeans-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-next/keystone': minor ---- - -Added a `SKIP_PROMPTS` environment variable to explicitly disable prompts in the CLI. diff --git a/design-system/packages/button/CHANGELOG.md b/design-system/packages/button/CHANGELOG.md index 4e4c11f22c6..8f032e8d957 100644 --- a/design-system/packages/button/CHANGELOG.md +++ b/design-system/packages/button/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-ui/button +## 5.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/loading@4.0.0 + ## 4.0.0 ### Major Changes diff --git a/design-system/packages/button/package.json b/design-system/packages/button/package.json index 9b794cfcef8..68a3389ac4d 100644 --- a/design-system/packages/button/package.json +++ b/design-system/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/button", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "main": "dist/button.cjs.js", "module": "dist/button.esm.js", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/loading": "^3.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/loading": "^4.0.0", "react": "^17.0.2" }, "engines": { diff --git a/design-system/packages/core/CHANGELOG.md b/design-system/packages/core/CHANGELOG.md index c9aabe0c178..6040da7e3bb 100644 --- a/design-system/packages/core/CHANGELOG.md +++ b/design-system/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-ui/core +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + ## 2.0.3 ### Patch Changes diff --git a/design-system/packages/core/package.json b/design-system/packages/core/package.json index a092c8b4a5a..85583e08853 100644 --- a/design-system/packages/core/package.json +++ b/design-system/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/core", - "version": "2.0.3", + "version": "3.0.0", "license": "MIT", "main": "dist/core.cjs.js", "module": "dist/core.esm.js", @@ -21,6 +21,6 @@ }, "engines": { "node": "^12.20 || >= 14.13" - } , + }, "repository": "https://github.com/keystonejs/keystone/tree/master/design-system/packages/core" } diff --git a/design-system/packages/fields/CHANGELOG.md b/design-system/packages/fields/CHANGELOG.md index 0ffbcdf9138..b7354e852ed 100644 --- a/design-system/packages/fields/CHANGELOG.md +++ b/design-system/packages/fields/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-ui/fields +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/popover@4.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/fields/package.json b/design-system/packages/fields/package.json index 07b966172e2..9225d0de149 100644 --- a/design-system/packages/fields/package.json +++ b/design-system/packages/fields/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/fields", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.2", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/popover": "^3.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/popover": "^4.0.0", "@types/react-select": "^4.0.15", "date-fns": "^2.21.3", "react": "^17.0.2", diff --git a/design-system/packages/icons/CHANGELOG.md b/design-system/packages/icons/CHANGELOG.md index 8b1ceae55dd..1e048c80092 100644 --- a/design-system/packages/icons/CHANGELOG.md +++ b/design-system/packages/icons/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/icons +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/icons/package.json b/design-system/packages/icons/package.json index 592ee7645b8..ede604f4a21 100644 --- a/design-system/packages/icons/package.json +++ b/design-system/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/icons", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/icons.cjs.js", "module": "dist/icons.esm.js", @@ -22,7 +22,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1" + "@keystone-ui/core": "^3.0.0" }, "peerDependencies": { "react": "^17.0.2" diff --git a/design-system/packages/loading/CHANGELOG.md b/design-system/packages/loading/CHANGELOG.md index af7e0064346..532ed42145f 100644 --- a/design-system/packages/loading/CHANGELOG.md +++ b/design-system/packages/loading/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/loading +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/loading/package.json b/design-system/packages/loading/package.json index 2fb06800106..5c14097c45d 100644 --- a/design-system/packages/loading/package.json +++ b/design-system/packages/loading/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/loading", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/loading.cjs.js", "module": "dist/loading.esm.js", @@ -9,7 +9,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1", + "@keystone-ui/core": "^3.0.0", "react": "^17.0.2" }, "engines": { diff --git a/design-system/packages/modals/CHANGELOG.md b/design-system/packages/modals/CHANGELOG.md index 7d4f20d6d75..87e991cc96b 100644 --- a/design-system/packages/modals/CHANGELOG.md +++ b/design-system/packages/modals/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/modals +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/modals/package.json b/design-system/packages/modals/package.json index e89233dd284..7b2f34c5fee 100644 --- a/design-system/packages/modals/package.json +++ b/design-system/packages/modals/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/modals", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/modals.cjs.js", "module": "dist/modals.esm.js", @@ -9,8 +9,8 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.1", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", "react": "^17.0.2", "react-focus-lock": "^2.5.1", "react-remove-scroll": "^2.4.2", diff --git a/design-system/packages/notice/CHANGELOG.md b/design-system/packages/notice/CHANGELOG.md index ca9b98bd097..54449b00a52 100644 --- a/design-system/packages/notice/CHANGELOG.md +++ b/design-system/packages/notice/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-ui/notice +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/icons@4.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/notice/package.json b/design-system/packages/notice/package.json index 5aeade73688..e105dee84a0 100644 --- a/design-system/packages/notice/package.json +++ b/design-system/packages/notice/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/notice", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/notice.cjs.js", "module": "dist/notice.esm.js", @@ -9,9 +9,9 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.2", - "@keystone-ui/icons": "^3.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/icons": "^4.0.0", "react": "^17.0.2" }, "engines": { diff --git a/design-system/packages/options/CHANGELOG.md b/design-system/packages/options/CHANGELOG.md index a0419359474..e8580d415fe 100644 --- a/design-system/packages/options/CHANGELOG.md +++ b/design-system/packages/options/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-ui/options +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/icons@4.0.0 + ## 3.0.1 ### Patch Changes diff --git a/design-system/packages/options/package.json b/design-system/packages/options/package.json index 5d515e547eb..7d7a41a7331 100644 --- a/design-system/packages/options/package.json +++ b/design-system/packages/options/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/options", - "version": "3.0.1", + "version": "4.0.0", "license": "MIT", "main": "dist/options.cjs.js", "module": "dist/options.esm.js", @@ -12,9 +12,9 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/icons": "^3.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/icons": "^4.0.0", "@types/react-select": "^4.0.15", "react-select": "^4.3.1" }, diff --git a/design-system/packages/pill/CHANGELOG.md b/design-system/packages/pill/CHANGELOG.md index 8e65e26c926..4610ff37c50 100644 --- a/design-system/packages/pill/CHANGELOG.md +++ b/design-system/packages/pill/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/pill +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-ui/icons@4.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/pill/package.json b/design-system/packages/pill/package.json index 02acab40ab4..20922f111d7 100644 --- a/design-system/packages/pill/package.json +++ b/design-system/packages/pill/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/pill", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/pill.cjs.js", "module": "dist/pill.esm.js", @@ -12,8 +12,8 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1", - "@keystone-ui/icons": "^3.0.0" + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/icons": "^4.0.0" }, "engines": { "node": "^12.20 || >= 14.13" diff --git a/design-system/packages/popover/CHANGELOG.md b/design-system/packages/popover/CHANGELOG.md index 9e52d079843..4e1d68ec5ac 100644 --- a/design-system/packages/popover/CHANGELOG.md +++ b/design-system/packages/popover/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/popover +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + ## 3.1.0 ### Minor Changes diff --git a/design-system/packages/popover/package.json b/design-system/packages/popover/package.json index 9d6c3f3f867..920704313f2 100644 --- a/design-system/packages/popover/package.json +++ b/design-system/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/popover", - "version": "3.1.0", + "version": "4.0.0", "license": "MIT", "main": "dist/popover.cjs.js", "module": "dist/popover.esm.js", @@ -14,7 +14,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1", + "@keystone-ui/core": "^3.0.0", "@popperjs/core": "^2.9.2", "focus-trap": "^6.4.0", "react-popper": "^2.2.5" diff --git a/design-system/packages/segmented-control/CHANGELOG.md b/design-system/packages/segmented-control/CHANGELOG.md index 00d78f8dc9d..7b36410e1e1 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 +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/segmented-control/package.json b/design-system/packages/segmented-control/package.json index 519346495e3..536e36f5458 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": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/segmented-control.cjs.js", "module": "dist/segmented-control.esm.js", @@ -10,7 +10,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1" + "@keystone-ui/core": "^3.0.0" }, "peerDependencies": { "react": "^17.0.2" diff --git a/design-system/packages/toast/CHANGELOG.md b/design-system/packages/toast/CHANGELOG.md index 87de47bb95e..b417c7598f7 100644 --- a/design-system/packages/toast/CHANGELOG.md +++ b/design-system/packages/toast/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/toast +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-ui/icons@4.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/toast/package.json b/design-system/packages/toast/package.json index ff3abbaa46e..d41c70a0762 100644 --- a/design-system/packages/toast/package.json +++ b/design-system/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/toast", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/toast.cjs.js", "module": "dist/toast.esm.js", @@ -10,8 +10,8 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1", - "@keystone-ui/icons": "^3.0.0" + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/icons": "^4.0.0" }, "peerDependencies": { "react": "^17.0.2" diff --git a/design-system/packages/tooltip/CHANGELOG.md b/design-system/packages/tooltip/CHANGELOG.md index b5e98ad3ece..d42d8979c8e 100644 --- a/design-system/packages/tooltip/CHANGELOG.md +++ b/design-system/packages/tooltip/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-ui/tooltip +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-ui/popover@4.0.0 + ## 3.0.0 ### Major Changes diff --git a/design-system/packages/tooltip/package.json b/design-system/packages/tooltip/package.json index d5b6088523b..ed0db8ae19e 100644 --- a/design-system/packages/tooltip/package.json +++ b/design-system/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/tooltip", - "version": "3.0.0", + "version": "4.0.0", "license": "MIT", "main": "dist/tooltip.cjs.js", "module": "dist/tooltip.esm.js", @@ -14,8 +14,8 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/core": "^2.0.1", - "@keystone-ui/popover": "^3.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/popover": "^4.0.0", "apply-ref": "^1.0.0" }, "engines": { diff --git a/design-system/website/CHANGELOG.md b/design-system/website/CHANGELOG.md index 6943b5909bc..21fbbf37567 100644 --- a/design-system/website/CHANGELOG.md +++ b/design-system/website/CHANGELOG.md @@ -1,5 +1,27 @@ # @keystone-ui/website +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/loading@4.0.0 + - @keystone-ui/modals@4.0.0 + - @keystone-ui/notice@4.0.0 + - @keystone-ui/options@4.0.0 + - @keystone-ui/pill@4.0.0 + - @keystone-ui/popover@4.0.0 + - @keystone-ui/segmented-control@4.0.0 + - @keystone-ui/toast@4.0.0 + - @keystone-ui/tooltip@4.0.0 + ## 2.0.1 ### Patch Changes diff --git a/design-system/website/package.json b/design-system/website/package.json index 11188f55c1e..000c0ea20cf 100644 --- a/design-system/website/package.json +++ b/design-system/website/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/website", - "version": "2.0.1", + "version": "3.0.0", "private": true, "license": "MIT", "scripts": { @@ -8,18 +8,18 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.2", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/loading": "^3.0.0", - "@keystone-ui/modals": "^3.0.0", - "@keystone-ui/notice": "^3.0.0", - "@keystone-ui/options": "^3.0.0", - "@keystone-ui/pill": "^3.0.0", - "@keystone-ui/popover": "^3.0.0", - "@keystone-ui/segmented-control": "^3.0.0", - "@keystone-ui/toast": "^3.0.0", - "@keystone-ui/tooltip": "^3.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/loading": "^4.0.0", + "@keystone-ui/modals": "^4.0.0", + "@keystone-ui/notice": "^4.0.0", + "@keystone-ui/options": "^4.0.0", + "@keystone-ui/pill": "^4.0.0", + "@keystone-ui/popover": "^4.0.0", + "@keystone-ui/segmented-control": "^4.0.0", + "@keystone-ui/toast": "^4.0.0", + "@keystone-ui/tooltip": "^4.0.0", "@preconstruct/next": "^3.0.0", "@types/react": "^17.0.6", "@types/react-dom": "^17.0.5", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6b6feb64987..7123b2ac6ee 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystone-next/website +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/notice@4.0.0 + - @keystone-ui/toast@4.0.0 + - @keystone-ui/tooltip@4.0.0 + - @keystone-next/fields-document@6.0.0 + ## 2.0.2 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index e08c18295d4..4938caa48fe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/website", - "version": "2.0.2", + "version": "3.0.0", "private": true, "license": "MIT", "scripts": { @@ -14,14 +14,14 @@ "dependencies": { "@babel/runtime": "^7.14.0", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/fields-document": "^5.0.1", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.2", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/notice": "^3.0.0", - "@keystone-ui/toast": "^3.0.0", - "@keystone-ui/tooltip": "^3.0.0", + "@keystone-next/fields-document": "^6.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/notice": "^4.0.0", + "@keystone-ui/toast": "^4.0.0", + "@keystone-ui/tooltip": "^4.0.0", "@mdx-js/loader": "^1.6.22", "@mdx-js/react": "^1.6.22", "@next/mdx": "^10.2.0", diff --git a/examples/auth/CHANGELOG.md b/examples/auth/CHANGELOG.md index a273ca59d1f..ca2e5f15021 100644 --- a/examples/auth/CHANGELOG.md +++ b/examples/auth/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystone-next/example-auth +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + ## 3.0.3 ### Patch Changes diff --git a/examples/auth/package.json b/examples/auth/package.json index d8fbbadc9af..eef044fd830 100644 --- a/examples/auth/package.json +++ b/examples/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-auth", - "version": "3.0.3", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,10 +9,10 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/auth": "^24.0.0", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/keystone": "^17.2.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/auth": "^25.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0", "next": "^10.2.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/basic/CHANGELOG.md b/examples/basic/CHANGELOG.md index f4c6444179f..c576fa41dc1 100644 --- a/examples/basic/CHANGELOG.md +++ b/examples/basic/CHANGELOG.md @@ -1,5 +1,26 @@ # @keystone-next/app-basic +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/tooltip@4.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/document-renderer@3.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/fields-document@6.0.0 + - @keystone-next/keystone@18.0.0 + - @keystone-next/types@18.0.0 + ## 3.0.4 ### Patch Changes diff --git a/examples/basic/package.json b/examples/basic/package.json index 5cf4480d1dc..d5451d75989 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/app-basic", - "version": "3.0.4", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -11,17 +11,17 @@ "dependencies": { "@babel/runtime": "^7.14.0", "@graphql-tools/merge": "^6.2.14", - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/auth": "^24.0.0", - "@keystone-next/document-renderer": "^2.0.3", - "@keystone-next/fields": "^8.2.0", - "@keystone-next/fields-document": "^5.0.2", - "@keystone-next/keystone": "^17.2.0", - "@keystone-next/types": "^17.1.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/tooltip": "^3.0.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/auth": "^25.0.0", + "@keystone-next/document-renderer": "^3.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/fields-document": "^6.0.0", + "@keystone-next/keystone": "^18.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/tooltip": "^4.0.0", "@preconstruct/next": "^3.0.0", "@types/react": "^17.0.6", "apollo-server-micro": "^2.24.0", diff --git a/examples/blog/CHANGELOG.md b/examples/blog/CHANGELOG.md index 3d8cd925d61..94e97fe7e2a 100644 --- a/examples/blog/CHANGELOG.md +++ b/examples/blog/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-blog +## 2.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + ## 1.0.0 ### Major Changes diff --git a/examples/blog/package.json b/examples/blog/package.json index 124f90ebcc5..ac01f8c4978 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-blog", - "version": "1.0.0", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^8.2.0", - "@keystone-next/keystone": "^17.1.1" + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0" }, "devDependencies": { "typescript": "^4.2.4" diff --git a/examples/ecommerce/CHANGELOG.md b/examples/ecommerce/CHANGELOG.md index e8a1a5ef777..5b2aa5cc68e 100644 --- a/examples/ecommerce/CHANGELOG.md +++ b/examples/ecommerce/CHANGELOG.md @@ -1,5 +1,21 @@ # @keystone-next/example-ecommerce +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/cloudinary@5.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + - @keystone-next/types@18.0.0 + ## 3.0.3 ### Patch Changes diff --git a/examples/ecommerce/package.json b/examples/ecommerce/package.json index 497261a52c2..48131175881 100644 --- a/examples/ecommerce/package.json +++ b/examples/ecommerce/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-ecommerce", - "version": "3.0.3", + "version": "4.0.0", "private": true, "author": "Wes Bos & Jed Watson", "license": "MIT", @@ -16,12 +16,12 @@ "@babel/preset-react": "^7.13.13", "@babel/preset-typescript": "^7.13.0", "@babel/runtime": "^7.14.0", - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/auth": "^24.0.0", - "@keystone-next/cloudinary": "^4.0.1", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/keystone": "^17.2.0", - "@keystone-next/types": "^17.1.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/auth": "^25.0.0", + "@keystone-next/cloudinary": "^5.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0", + "@keystone-next/types": "^18.0.0", "@types/nodemailer": "^6.4.1", "dotenv": "^9.0.2", "next": "^10.2.0", @@ -31,7 +31,7 @@ "stripe": "^8.148.0" }, "devDependencies": { - "@keystone-next/test-utils-legacy": "^18.0.0", + "@keystone-next/test-utils-legacy": "^19.0.0", "typescript": "^4.2.4" }, "engines": { diff --git a/examples/graphql-api-endpoint/CHANGELOG.md b/examples/graphql-api-endpoint/CHANGELOG.md index 299dc914db9..887e5eea14d 100644 --- a/examples/graphql-api-endpoint/CHANGELOG.md +++ b/examples/graphql-api-endpoint/CHANGELOG.md @@ -1,5 +1,19 @@ # keystone-next-app +## 1.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/fields-document@6.0.0 + - @keystone-next/keystone@18.0.0 + ## 0.0.9 ### Patch Changes diff --git a/examples/graphql-api-endpoint/package.json b/examples/graphql-api-endpoint/package.json index 40ae6a50f72..17bbe8f14c2 100644 --- a/examples/graphql-api-endpoint/package.json +++ b/examples/graphql-api-endpoint/package.json @@ -1,6 +1,6 @@ { "name": "keystone-next-app", - "version": "0.0.9", + "version": "1.0.0", "private": true, "scripts": { "dev": "keystone-next dev", @@ -12,10 +12,10 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-next/auth": "^24.0.0", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/fields-document": "^5.0.1", - "@keystone-next/keystone": "^17.2.0", + "@keystone-next/auth": "^25.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/fields-document": "^6.0.0", + "@keystone-next/keystone": "^18.0.0", "apollo-server-micro": "^2.24.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/examples/graphql-api-endpoint" diff --git a/examples/next-lite/CHANGELOG.md b/examples/next-lite/CHANGELOG.md index 730329a7f11..1ed5a7cf96e 100644 --- a/examples/next-lite/CHANGELOG.md +++ b/examples/next-lite/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-next/example-next-lite +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + ## 2.0.2 ### Patch Changes diff --git a/examples/next-lite/package.json b/examples/next-lite/package.json index 390e5a7d2af..e4d60c79f80 100644 --- a/examples/next-lite/package.json +++ b/examples/next-lite/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-next-lite", - "version": "2.0.2", + "version": "3.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "next build" }, "dependencies": { - "@keystone-next/admin-ui": "^14.1.1", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/keystone": "^17.1.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0", "dotenv": "^9.0.2", "next": "^10.2.0", "react": "^17.0.2", diff --git a/examples/roles/CHANGELOG.md b/examples/roles/CHANGELOG.md index 2a76431ab1a..2a1611268eb 100644 --- a/examples/roles/CHANGELOG.md +++ b/examples/roles/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystone-next/example-roles +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + - @keystone-next/types@18.0.0 + ## 3.0.3 ### Patch Changes diff --git a/examples/roles/package.json b/examples/roles/package.json index c64867c57b0..8a7034330b6 100644 --- a/examples/roles/package.json +++ b/examples/roles/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-roles", - "version": "3.0.3", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,11 +9,11 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/auth": "^24.0.0", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/keystone": "^17.2.0", - "@keystone-next/types": "^17.1.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/auth": "^25.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0", + "@keystone-next/types": "^18.0.0", "next": "^10.2.0", "react": "^17.0.2", "react-dom": "^17.0.2" diff --git a/examples/sandbox/CHANGELOG.md b/examples/sandbox/CHANGELOG.md index 7acc82690ae..f0d6d9b6706 100644 --- a/examples/sandbox/CHANGELOG.md +++ b/examples/sandbox/CHANGELOG.md @@ -1,5 +1,19 @@ # @keystone-next/example-sandbox +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + ## 2.0.3 ### Patch Changes diff --git a/examples/sandbox/package.json b/examples/sandbox/package.json index 17d82e91437..3f1af75154f 100644 --- a/examples/sandbox/package.json +++ b/examples/sandbox/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-sandbox", - "version": "2.0.3", + "version": "3.0.0", "private": true, "license": "MIT", "scripts": { @@ -8,10 +8,10 @@ "sandbox": "yarn && yarn dev" }, "dependencies": { - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/auth": "^24.0.0", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/keystone": "^17.2.0" + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/auth": "^25.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0" }, "engines": { "node": "^12.20 || >= 14.13" diff --git a/examples/todo/CHANGELOG.md b/examples/todo/CHANGELOG.md index e99a4207998..0d25f84a3c4 100644 --- a/examples/todo/CHANGELOG.md +++ b/examples/todo/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/example-todo +## 4.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + ## 3.0.1 ### Patch Changes diff --git a/examples/todo/package.json b/examples/todo/package.json index 1a4e0dcf364..6f2bc6f8529 100644 --- a/examples/todo/package.json +++ b/examples/todo/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-todo", - "version": "3.0.1", + "version": "4.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,8 +9,8 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/fields": "^8.2.0", - "@keystone-next/keystone": "^17.1.1" + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0" }, "devDependencies": { "typescript": "^4.2.4" diff --git a/examples/with-auth/CHANGELOG.md b/examples/with-auth/CHANGELOG.md index 9055e04b532..a9ebe73d138 100644 --- a/examples/with-auth/CHANGELOG.md +++ b/examples/with-auth/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-next/example-with-auth +## 2.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/auth@25.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + ## 1.0.0 ### Major Changes diff --git a/examples/with-auth/package.json b/examples/with-auth/package.json index 4d980eac924..96350d097d4 100644 --- a/examples/with-auth/package.json +++ b/examples/with-auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/example-with-auth", - "version": "1.0.0", + "version": "2.0.0", "private": true, "license": "MIT", "scripts": { @@ -9,9 +9,9 @@ "build": "keystone-next build" }, "dependencies": { - "@keystone-next/auth": "^24.0.0", - "@keystone-next/fields": "^8.0.0", - "@keystone-next/keystone": "^17.2.0" + "@keystone-next/auth": "^25.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0" }, "devDependencies": { "typescript": "^4.2.4" diff --git a/packages-next/admin-ui-utils/CHANGELOG.md b/packages-next/admin-ui-utils/CHANGELOG.md index 10564ce29d6..e8b4f7a7281 100644 --- a/packages-next/admin-ui-utils/CHANGELOG.md +++ b/packages-next/admin-ui-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/admin-ui-utils +## 5.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-ui/core@3.0.0 + - @keystone-next/types@18.0.0 + ## 4.0.0 ### Major Changes diff --git a/packages-next/admin-ui-utils/package.json b/packages-next/admin-ui-utils/package.json index 52006dee2c9..fad083032f7 100644 --- a/packages-next/admin-ui-utils/package.json +++ b/packages-next/admin-ui-utils/package.json @@ -1,14 +1,14 @@ { "name": "@keystone-next/admin-ui-utils", - "version": "4.0.0", + "version": "5.0.0", "main": "dist/admin-ui-utils.cjs.js", "module": "dist/admin-ui-utils.esm.js", "license": "MIT", "dependencies": { "@babel/runtime": "^7.14.0", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/types": "^17.0.0", - "@keystone-ui/core": "^2.0.2", + "@keystone-next/types": "^18.0.0", + "@keystone-ui/core": "^3.0.0", "@types/react": "^17.0.6", "fast-deep-equal": "^3.1.3", "graphql": "^15.5.0" diff --git a/packages-next/admin-ui/CHANGELOG.md b/packages-next/admin-ui/CHANGELOG.md index dc6a67cc6ea..3cbf354b982 100644 --- a/packages-next/admin-ui/CHANGELOG.md +++ b/packages-next/admin-ui/CHANGELOG.md @@ -1,5 +1,30 @@ # @keystone-next/admin-ui +## 15.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/loading@4.0.0 + - @keystone-ui/modals@4.0.0 + - @keystone-ui/notice@4.0.0 + - @keystone-ui/options@4.0.0 + - @keystone-ui/pill@4.0.0 + - @keystone-ui/popover@4.0.0 + - @keystone-ui/toast@4.0.0 + - @keystone-ui/tooltip@4.0.0 + - @keystone-next/admin-ui-utils@5.0.0 + - @keystone-next/keystone@18.0.0 + - @keystone-next/types@18.0.0 + ## 14.1.3 ### Patch Changes diff --git a/packages-next/admin-ui/package.json b/packages-next/admin-ui/package.json index 1d8b21510f1..0e8c898d448 100644 --- a/packages-next/admin-ui/package.json +++ b/packages-next/admin-ui/package.json @@ -1,27 +1,27 @@ { "name": "@keystone-next/admin-ui", - "version": "14.1.3", + "version": "15.0.0", "license": "MIT", "dependencies": { "@apollo/client": "^3.3.19", "@babel/runtime": "^7.14.0", "@emotion/hash": "^0.8.0", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/admin-ui-utils": "^4.0.0", - "@keystone-next/keystone": "^17.2.0", - "@keystone-next/types": "^17.1.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/loading": "^3.0.0", - "@keystone-ui/modals": "^3.0.0", - "@keystone-ui/notice": "^3.0.0", - "@keystone-ui/options": "^3.0.1", - "@keystone-ui/pill": "^3.0.0", - "@keystone-ui/popover": "^3.1.0", - "@keystone-ui/toast": "^3.0.0", - "@keystone-ui/tooltip": "^3.0.0", + "@keystone-next/admin-ui-utils": "^5.0.0", + "@keystone-next/keystone": "^18.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/loading": "^4.0.0", + "@keystone-ui/modals": "^4.0.0", + "@keystone-ui/notice": "^4.0.0", + "@keystone-ui/options": "^4.0.0", + "@keystone-ui/pill": "^4.0.0", + "@keystone-ui/popover": "^4.0.0", + "@keystone-ui/toast": "^4.0.0", + "@keystone-ui/tooltip": "^4.0.0", "@preconstruct/next": "^3.0.0", "@ts-gql/schema": "^0.5.1", "@types/apollo-upload-client": "14.1.0", diff --git a/packages-next/auth/CHANGELOG.md b/packages-next/auth/CHANGELOG.md index cc5ced96ca1..b290d20c943 100644 --- a/packages-next/auth/CHANGELOG.md +++ b/packages-next/auth/CHANGELOG.md @@ -1,5 +1,26 @@ # @keystone-next/auth +## 25.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- [#5734](https://github.com/keystonejs/keystone/pull/5734) [`194bbeea2`](https://github.com/keystonejs/keystone/commit/194bbeea29ed1103507202b762f4ac26778f25ed) Thanks [@raveling](https://github.com/raveling)! - The signup copy to create first user now uses active voice. + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/notice@4.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/admin-ui-utils@5.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + - @keystone-next/types@18.0.0 + ## 24.0.0 ### Patch Changes diff --git a/packages-next/auth/package.json b/packages-next/auth/package.json index 10ef0203257..d4e5048ba6b 100644 --- a/packages-next/auth/package.json +++ b/packages-next/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/auth", - "version": "24.0.0", + "version": "25.0.0", "license": "MIT", "main": "dist/auth.cjs.js", "module": "dist/auth.esm.js", @@ -10,25 +10,25 @@ "dependencies": { "@babel/runtime": "^7.14.0", "@graphql-tools/merge": "^6.2.14", - "@keystone-next/admin-ui-utils": "^4.0.0", - "@keystone-next/fields": "^8.2.0", - "@keystone-next/types": "^17.1.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/notice": "^3.0.0", + "@keystone-next/admin-ui-utils": "^5.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/notice": "^4.0.0", "cross-fetch": "^3.1.4", "fast-deep-equal": "^3.1.3", "graphql": "^15.5.0" }, "devDependencies": { - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/keystone": "^17.2.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/keystone": "^18.0.0", "react": "^17.0.2" }, "peerDependencies": { - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/keystone": "^17.2.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/keystone": "^18.0.0", "react": "^17.0.2" }, "preconstruct": { diff --git a/packages-next/cloudinary/CHANGELOG.md b/packages-next/cloudinary/CHANGELOG.md index 758ca05d279..6019475ece0 100644 --- a/packages-next/cloudinary/CHANGELOG.md +++ b/packages-next/cloudinary/CHANGELOG.md @@ -1,5 +1,23 @@ # @keystone-next/cloudinary +## 5.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/adapter-prisma-legacy@7.0.0 + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/pill@4.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/types@18.0.0 + ## 4.0.1 ### Patch Changes diff --git a/packages-next/cloudinary/package.json b/packages-next/cloudinary/package.json index 70d9101f4e1..714ddc6fa29 100644 --- a/packages-next/cloudinary/package.json +++ b/packages-next/cloudinary/package.json @@ -1,19 +1,19 @@ { "name": "@keystone-next/cloudinary", - "version": "4.0.1", + "version": "5.0.0", "license": "MIT", "main": "dist/cloudinary.cjs.js", "module": "dist/cloudinary.esm.js", "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-next/adapter-prisma-legacy": "^6.1.0", - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/fields": "^8.2.0", - "@keystone-next/types": "^17.1.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/pill": "^3.0.0", + "@keystone-next/adapter-prisma-legacy": "^7.0.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/pill": "^4.0.0", "@types/react": "^17.0.6", "cloudinary": "^1.25.1", "cuid": "^2.1.8", @@ -21,7 +21,7 @@ "react": "^17.0.2" }, "devDependencies": { - "@keystone-next/test-utils-legacy": "18.0.0", + "@keystone-next/test-utils-legacy": "19.0.0", "mime": "^2.5.2" }, "engines": { diff --git a/packages-next/document-renderer/CHANGELOG.md b/packages-next/document-renderer/CHANGELOG.md index 820e57159a9..817d14b63d3 100644 --- a/packages-next/document-renderer/CHANGELOG.md +++ b/packages-next/document-renderer/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-next/document-renderer +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + ## 2.0.3 ### Patch Changes diff --git a/packages-next/document-renderer/package.json b/packages-next/document-renderer/package.json index dd96477ec9e..3192a9221b1 100644 --- a/packages-next/document-renderer/package.json +++ b/packages-next/document-renderer/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/document-renderer", "description": "KeystoneJS Document Renderer", - "version": "2.0.3", + "version": "3.0.0", "main": "dist/document-renderer.cjs.js", "module": "dist/document-renderer.esm.js", "peerDependencies": { diff --git a/packages-next/fields-document/CHANGELOG.md b/packages-next/fields-document/CHANGELOG.md index 25823682e38..3b45026e22f 100644 --- a/packages-next/fields-document/CHANGELOG.md +++ b/packages-next/fields-document/CHANGELOG.md @@ -1,5 +1,26 @@ # @keystone-next/fields-document +## 6.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/adapter-prisma-legacy@7.0.0 + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/popover@4.0.0 + - @keystone-ui/tooltip@4.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/admin-ui-utils@5.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/types@18.0.0 + ## 5.0.2 ### Patch Changes diff --git a/packages-next/fields-document/package.json b/packages-next/fields-document/package.json index 6d62fbf8db3..2bb3c3c4c37 100644 --- a/packages-next/fields-document/package.json +++ b/packages-next/fields-document/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/fields-document", "description": "KeystoneJS Document Field Type", - "version": "5.0.2", + "version": "6.0.0", "main": "dist/fields-document.cjs.js", "module": "dist/fields-document.esm.js", "files": [ @@ -22,17 +22,17 @@ "@babel/runtime": "^7.14.0", "@braintree/sanitize-url": "^5.0.1", "@emotion/weak-memoize": "^0.2.5", - "@keystone-next/adapter-prisma-legacy": "^6.0.1", - "@keystone-next/admin-ui": "^14.1.2", - "@keystone-next/admin-ui-utils": "^4.0.0", - "@keystone-next/fields": "^8.2.0", - "@keystone-next/types": "^17.0.1", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/popover": "^3.0.0", - "@keystone-ui/tooltip": "^3.0.0", + "@keystone-next/adapter-prisma-legacy": "^7.0.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/admin-ui-utils": "^5.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/popover": "^4.0.0", + "@keystone-ui/tooltip": "^4.0.0", "@types/react": "^17.0.6", "apply-ref": "^1.0.0", "fp-ts": "^2.10.5", diff --git a/packages-next/fields/CHANGELOG.md b/packages-next/fields/CHANGELOG.md index 24f921b6490..d04904aefc7 100644 --- a/packages-next/fields/CHANGELOG.md +++ b/packages-next/fields/CHANGELOG.md @@ -1,5 +1,31 @@ # @keystone-next/fields +## 9.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/adapter-prisma-legacy@7.0.0 + - @keystone-ui/button@5.0.0 + - @keystone-ui/core@3.0.0 + - @keystone-ui/fields@4.0.0 + - @keystone-ui/icons@4.0.0 + - @keystone-ui/loading@4.0.0 + - @keystone-ui/modals@4.0.0 + - @keystone-ui/pill@4.0.0 + - @keystone-ui/segmented-control@4.0.0 + - @keystone-ui/toast@4.0.0 + - @keystone-ui/tooltip@4.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/admin-ui-utils@5.0.0 + - @keystone-next/types@18.0.0 + - @keystone-next/access-control-legacy@11.0.0 + - @keystone-next/utils-legacy@11.0.0 + ## 8.2.0 ### Minor Changes diff --git a/packages-next/fields/package.json b/packages-next/fields/package.json index a616054d425..cf996946943 100644 --- a/packages-next/fields/package.json +++ b/packages-next/fields/package.json @@ -1,11 +1,11 @@ { "name": "@keystone-next/fields", - "version": "8.2.0", + "version": "9.0.0", "license": "MIT", "main": "dist/fields.cjs.js", "module": "dist/fields.esm.js", "devDependencies": { - "@keystone-next/test-utils-legacy": "18.0.0", + "@keystone-next/test-utils-legacy": "19.0.0", "@types/bytes": "^3.1.0", "fs-extra": "^10.0.0", "mime": "^2.5.2", @@ -14,22 +14,22 @@ "dependencies": { "@apollo/client": "^3.3.19", "@babel/runtime": "^7.14.0", - "@keystone-next/access-control-legacy": "^10.0.1", - "@keystone-next/adapter-prisma-legacy": "^6.1.0", - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/admin-ui-utils": "^4.0.0", - "@keystone-next/types": "^17.1.0", - "@keystone-next/utils-legacy": "^10.0.0", - "@keystone-ui/button": "^4.0.0", - "@keystone-ui/core": "^2.0.3", - "@keystone-ui/fields": "^3.0.0", - "@keystone-ui/icons": "^3.0.0", - "@keystone-ui/loading": "^3.0.0", - "@keystone-ui/modals": "^3.0.0", - "@keystone-ui/pill": "^3.0.0", - "@keystone-ui/segmented-control": "^3.0.0", - "@keystone-ui/toast": "^3.0.0", - "@keystone-ui/tooltip": "^3.0.0", + "@keystone-next/access-control-legacy": "^11.0.0", + "@keystone-next/adapter-prisma-legacy": "^7.0.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/admin-ui-utils": "^5.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-next/utils-legacy": "^11.0.0", + "@keystone-ui/button": "^5.0.0", + "@keystone-ui/core": "^3.0.0", + "@keystone-ui/fields": "^4.0.0", + "@keystone-ui/icons": "^4.0.0", + "@keystone-ui/loading": "^4.0.0", + "@keystone-ui/modals": "^4.0.0", + "@keystone-ui/pill": "^4.0.0", + "@keystone-ui/segmented-control": "^4.0.0", + "@keystone-ui/toast": "^4.0.0", + "@keystone-ui/tooltip": "^4.0.0", "@types/bcryptjs": "^2.4.2", "@types/keystonejs__fields": "^5.1.1", "@types/react": "^17.0.6", diff --git a/packages-next/keystone/CHANGELOG.md b/packages-next/keystone/CHANGELOG.md index 1de10c4b77a..ead3b98db25 100644 --- a/packages-next/keystone/CHANGELOG.md +++ b/packages-next/keystone/CHANGELOG.md @@ -1,5 +1,25 @@ # @keystone-next/keystone +## 18.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Minor Changes + +- [#5758](https://github.com/keystonejs/keystone/pull/5758) [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152) Thanks [@timleslie](https://github.com/timleslie)! - Added a `SKIP_PROMPTS` environment variable to explicitly disable prompts in the CLI. + +### Patch Changes + +- Updated dependencies [[`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/adapter-prisma-legacy@7.0.0 + - @keystone-next/admin-ui@15.0.0 + - @keystone-next/fields@9.0.0 + - @keystone-next/types@18.0.0 + - @keystone-next/access-control-legacy@11.0.0 + - @keystone-next/utils-legacy@11.0.0 + ## 17.2.0 ### Minor Changes diff --git a/packages-next/keystone/package.json b/packages-next/keystone/package.json index 357743f7fbb..761bf8b5b4d 100644 --- a/packages-next/keystone/package.json +++ b/packages-next/keystone/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/keystone", - "version": "17.2.0", + "version": "18.0.0", "license": "MIT", "main": "dist/keystone.cjs.js", "module": "dist/keystone.esm.js", @@ -27,12 +27,12 @@ "@graphql-tools/merge": "^6.2.14", "@graphql-tools/schema": "^7.1.5", "@hapi/iron": "^6.0.0", - "@keystone-next/access-control-legacy": "^10.0.1", - "@keystone-next/adapter-prisma-legacy": "^6.1.0", - "@keystone-next/admin-ui": "^14.1.3", - "@keystone-next/fields": "^8.2.0", - "@keystone-next/types": "^17.1.0", - "@keystone-next/utils-legacy": "^10.0.0", + "@keystone-next/access-control-legacy": "^11.0.0", + "@keystone-next/adapter-prisma-legacy": "^7.0.0", + "@keystone-next/admin-ui": "^15.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-next/utils-legacy": "^11.0.0", "@preconstruct/next": "^3.0.0", "@prisma/client": "2.22.1", "@prisma/migrate": "2.22.1", diff --git a/packages-next/session-store-redis/CHANGELOG.md b/packages-next/session-store-redis/CHANGELOG.md index 6e40061ced2..330f334fd60 100644 --- a/packages-next/session-store-redis/CHANGELOG.md +++ b/packages-next/session-store-redis/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-next/session-store-redis +## 3.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + ## 2.0.0 ### Major Changes diff --git a/packages-next/session-store-redis/package.json b/packages-next/session-store-redis/package.json index d77557a6f6e..b792e51acfa 100644 --- a/packages-next/session-store-redis/package.json +++ b/packages-next/session-store-redis/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/session-store-redis", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "main": "dist/session-store-redis.cjs.js", "module": "dist/session-store-redis.esm.js", diff --git a/packages-next/types/CHANGELOG.md b/packages-next/types/CHANGELOG.md index 56e4571d0f3..e2ab96e8f53 100644 --- a/packages-next/types/CHANGELOG.md +++ b/packages-next/types/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-next/types +## 18.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/adapter-prisma-legacy@7.0.0 + - @keystone-next/fields@9.0.0 + ## 17.1.0 ### Minor Changes diff --git a/packages-next/types/package.json b/packages-next/types/package.json index 063e919f26b..75cfe1a991f 100644 --- a/packages-next/types/package.json +++ b/packages-next/types/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-next/types", - "version": "17.1.0", + "version": "18.0.0", "license": "MIT", "main": "dist/types.cjs.js", "module": "dist/types.esm.js", @@ -8,8 +8,8 @@ "node": "^12.20 || >= 14.13" }, "dependencies": { - "@keystone-next/adapter-prisma-legacy": "^6.0.1", - "@keystone-next/fields": "^8.0.0", + "@keystone-next/adapter-prisma-legacy": "^7.0.0", + "@keystone-next/fields": "^9.0.0", "apollo-server-types": "^0.8.0", "cors": "^2.8.5", "graphql": "^15.5.0" diff --git a/packages/access-control/CHANGELOG.md b/packages/access-control/CHANGELOG.md index 4490ef9433d..63a4064f9a8 100644 --- a/packages/access-control/CHANGELOG.md +++ b/packages/access-control/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/access-control +## 11.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/utils-legacy@11.0.0 + ## 10.0.1 ### Patch Changes diff --git a/packages/access-control/package.json b/packages/access-control/package.json index cb23231b2fe..b9a4beb9892 100644 --- a/packages/access-control/package.json +++ b/packages/access-control/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/access-control-legacy", "description": "KeystoneJS Access Control parsing and validating utilities.", - "version": "10.0.1", + "version": "11.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "main": "dist/access-control-legacy.cjs.js", @@ -10,7 +10,7 @@ "node": "^12.20 || >= 14.13" }, "dependencies": { - "@keystone-next/utils-legacy": "^10.0.0" + "@keystone-next/utils-legacy": "^11.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/access-control" } diff --git a/packages/adapter-prisma/CHANGELOG.md b/packages/adapter-prisma/CHANGELOG.md index 4b1f9b76232..404da903520 100644 --- a/packages/adapter-prisma/CHANGELOG.md +++ b/packages/adapter-prisma/CHANGELOG.md @@ -1,5 +1,20 @@ # @keystonejs/adapter-prisma +## 7.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- [#5757](https://github.com/keystonejs/keystone/pull/5757) [`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a) Thanks [@timleslie](https://github.com/timleslie)! - Fixed failures in GraphQL queries using multiple `sortBy` values. + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/fields@9.0.0 + - @keystone-next/types@18.0.0 + - @keystone-next/utils-legacy@11.0.0 + ## 6.1.0 ### Minor Changes diff --git a/packages/adapter-prisma/package.json b/packages/adapter-prisma/package.json index d19c1c1b87a..917b7349527 100644 --- a/packages/adapter-prisma/package.json +++ b/packages/adapter-prisma/package.json @@ -3,7 +3,7 @@ "description": "KeystoneJS Prisma Database Adapter", "main": "dist/adapter-prisma-legacy.cjs.js", "module": "dist/adapter-prisma-legacy.esm.js", - "version": "6.1.0", + "version": "7.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -11,9 +11,9 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-next/fields": "^8.1.0", - "@keystone-next/types": "^17.0.1", - "@keystone-next/utils-legacy": "^10.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-next/utils-legacy": "^11.0.0", "p-waterfall": "^2.1.1" }, "repository": "https://github.com/keystonejs/keystone/tree/master/packages/adapter-prisma" diff --git a/packages/test-utils/CHANGELOG.md b/packages/test-utils/CHANGELOG.md index 59c074957fe..2087f55c694 100644 --- a/packages/test-utils/CHANGELOG.md +++ b/packages/test-utils/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystonejs/test-utils +## 19.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`d40c2a590`](https://github.com/keystonejs/keystone/commit/d40c2a5903f07e5a1e80d116ec4cea00289bbf6a), [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/adapter-prisma-legacy@7.0.0 + - @keystone-next/keystone@18.0.0 + ## 18.0.0 ### Major Changes diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 14db361437a..6a66923aa1d 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/test-utils-legacy", "description": "Common utilities used while testing @keystonejs/* packages.", - "version": "18.0.0", + "version": "19.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "main": "dist/test-utils-legacy.cjs.js", @@ -10,8 +10,8 @@ "node": "^12.20 || >= 14.13" }, "dependencies": { - "@keystone-next/adapter-prisma-legacy": "^6.1.0", - "@keystone-next/keystone": "17.2.0", + "@keystone-next/adapter-prisma-legacy": "^7.0.0", + "@keystone-next/keystone": "18.0.0", "express": "^4.17.1", "memoize-one": "^5.2.1", "supertest-light": "^1.0.3" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index a635c5f1b79..9c31bc38d62 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystonejs/utils +## 11.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/types@18.0.0 + ## 10.0.0 ### Major Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index c8b7927691c..6994ae1eac3 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-next/utils-legacy", "description": "Common utility functions used throughout @keystonejs packages.", - "version": "10.0.0", + "version": "11.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "homepage": "https://github.com/keystonejs/keystone", @@ -13,7 +13,7 @@ }, "dependencies": { "@babel/runtime": "^7.14.0", - "@keystone-next/types": "^17.0.1", + "@keystone-next/types": "^18.0.0", "p-lazy": "^3.1.0", "p-reflect": "^2.1.0", "semver": "^7.3.5" diff --git a/tests/api-tests/CHANGELOG.md b/tests/api-tests/CHANGELOG.md index 1e4272b2262..64f003ec310 100644 --- a/tests/api-tests/CHANGELOG.md +++ b/tests/api-tests/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystonejs/api-tests +## 11.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]: + - @keystone-next/types@18.0.0 + - @keystone-next/test-utils-legacy@19.0.0 + - @keystone-next/utils-legacy@11.0.0 + ## 10.1.1 ### Patch Changes diff --git a/tests/api-tests/package.json b/tests/api-tests/package.json index 269e59c70da..5500a72db2b 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": "10.1.1", + "version": "11.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -25,9 +25,9 @@ "testcheck": "^1.0.0-rc.2" }, "dependencies": { - "@keystone-next/test-utils-legacy": "^18.0.0", - "@keystone-next/types": "^17.1.0", - "@keystone-next/utils-legacy": "^10.0.0", + "@keystone-next/test-utils-legacy": "^19.0.0", + "@keystone-next/types": "^18.0.0", + "@keystone-next/utils-legacy": "^11.0.0", "apollo-cache-control": "^0.13.0", "express": "^4.17.1" } diff --git a/tests/benchmarks/CHANGELOG.md b/tests/benchmarks/CHANGELOG.md index d9787e919c9..6a8ebf6e5a1 100644 --- a/tests/benchmarks/CHANGELOG.md +++ b/tests/benchmarks/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystonejs/benchmarks +## 7.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + +### Patch Changes + +- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d), [`8da79e71a`](https://github.com/keystonejs/keystone/commit/8da79e71abb005eb755620fb3c8f82a3a2952152)]: + - @keystone-next/fields@9.0.0 + - @keystone-next/keystone@18.0.0 + - @keystone-next/test-utils-legacy@19.0.0 + ## 6.0.2 ### Patch Changes diff --git a/tests/benchmarks/package.json b/tests/benchmarks/package.json index 74e82f06a4c..e7f0cd525e3 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": "6.0.2", + "version": "7.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": { @@ -14,9 +14,9 @@ "repository": "https://github.com/keystonejs/keystone/tree/master/tests/benchmarks", "homepage": "https://github.com/keystonejs/keystone", "dependencies": { - "@keystone-next/fields": "^8.0.0", - "@keystone-next/keystone": "^17.2.0", - "@keystone-next/test-utils-legacy": "^18.0.0", + "@keystone-next/fields": "^9.0.0", + "@keystone-next/keystone": "^18.0.0", + "@keystone-next/test-utils-legacy": "^19.0.0", "cookie-signature": "^1.1.0", "supertest-light": "^1.0.3", "testcheck": "^1.0.0-rc.2" diff --git a/tests/examples-smoke-tests/CHANGELOG.md b/tests/examples-smoke-tests/CHANGELOG.md index ae643657916..69f05639b85 100644 --- a/tests/examples-smoke-tests/CHANGELOG.md +++ b/tests/examples-smoke-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystonejs/examples-smoke-tests +## 2.0.0 + +### Major Changes + +- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`. + ## 1.0.0 ### Major Changes diff --git a/tests/examples-smoke-tests/package.json b/tests/examples-smoke-tests/package.json index c5e35008a81..b446e4f9e83 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": "1.0.0", + "version": "2.0.0", "author": "The KeystoneJS Development Team", "license": "MIT", "engines": {