From ee78151936536eccdf098e946c71c5eb7b763b3d Mon Sep 17 00:00:00 2001 From: KeystoneJS Release Bot <69774846+keystonejs-release-bot@users.noreply.github.com> Date: Thu, 17 Nov 2022 08:53:46 +1000 Subject: [PATCH] Version Packages (#8064) Co-authored-by: Daniel Cousens Co-authored-by: github-actions[bot] --- .changeset/contributors.json | 7 ++++ .changeset/five-owls-think.md | 5 --- .changeset/loud-moose-hunt.md | 5 --- .changeset/tasty-lies-double.md | 5 --- .changeset/thirty-apples-cry.md | 6 --- .changeset/thirty-strawberries-kick.md | 5 --- .changeset/warm-gifts-change.md | 5 --- .changeset/wild-lemons-yell.md | 22 ---------- design-system/packages/button/CHANGELOG.md | 11 +++++ design-system/packages/button/package.json | 8 ++-- design-system/packages/core/CHANGELOG.md | 6 +++ design-system/packages/core/package.json | 2 +- design-system/packages/fields/CHANGELOG.md | 11 +++++ design-system/packages/fields/package.json | 8 ++-- design-system/packages/icons/CHANGELOG.md | 9 ++++ design-system/packages/icons/package.json | 4 +- design-system/packages/loading/CHANGELOG.md | 9 ++++ design-system/packages/loading/package.json | 4 +- design-system/packages/modals/CHANGELOG.md | 10 +++++ design-system/packages/modals/package.json | 6 +-- design-system/packages/notice/CHANGELOG.md | 11 +++++ design-system/packages/notice/package.json | 8 ++-- design-system/packages/options/CHANGELOG.md | 11 +++++ design-system/packages/options/package.json | 8 ++-- design-system/packages/pill/CHANGELOG.md | 10 +++++ design-system/packages/pill/package.json | 6 +-- design-system/packages/popover/CHANGELOG.md | 9 ++++ design-system/packages/popover/package.json | 4 +- .../packages/segmented-control/CHANGELOG.md | 9 ++++ .../packages/segmented-control/package.json | 4 +- design-system/packages/toast/CHANGELOG.md | 10 +++++ design-system/packages/toast/package.json | 6 +-- design-system/packages/tooltip/CHANGELOG.md | 10 +++++ design-system/packages/tooltip/package.json | 6 +-- docs/pages/docs/fields/overview.md | 8 +--- docs/pages/docs/fields/relationship.md | 8 +--- packages/auth/CHANGELOG.md | 13 ++++++ packages/auth/package.json | 14 +++---- packages/cloudinary/CHANGELOG.md | 12 ++++++ packages/cloudinary/package.json | 12 +++--- packages/core/CHANGELOG.md | 41 +++++++++++++++++-- packages/core/package.json | 28 ++++++------- packages/document-renderer/CHANGELOG.md | 6 +++ packages/document-renderer/package.json | 2 +- packages/fields-document/CHANGELOG.md | 17 ++++++++ packages/fields-document/package.json | 16 ++++---- changelog.js => scripts/changelog.js | 2 +- 47 files changed, 296 insertions(+), 143 deletions(-) delete mode 100644 .changeset/five-owls-think.md delete mode 100644 .changeset/loud-moose-hunt.md delete mode 100644 .changeset/tasty-lies-double.md delete mode 100644 .changeset/thirty-apples-cry.md delete mode 100644 .changeset/thirty-strawberries-kick.md delete mode 100644 .changeset/warm-gifts-change.md delete mode 100644 .changeset/wild-lemons-yell.md rename changelog.js => scripts/changelog.js (98%) diff --git a/.changeset/contributors.json b/.changeset/contributors.json index 6cfb55aa937..6a0c107ad5b 100644 --- a/.changeset/contributors.json +++ b/.changeset/contributors.json @@ -13,14 +13,17 @@ "acburdine", "allcontributors[bot]", "bartduisters", + "bketelsen", "bladey", "borisno2", "dcousens", "dependabot", "dependabot[bot]", "dominikwilkowski", + "emmatown", "flexdinesh", "gautamsi", + "georgekrax", "github-actions[bot]", "gwyneplaine", "hmmhmmhm", @@ -28,13 +31,16 @@ "jordanoverbye", "jossmac", "keystonejs-release-bot", + "lukebennett88", "marekryb", "mikehazell", "mitchellhamilton", + "mmachatschek", "molomby", "moselhy", "nathsimpson", "nderkim", + "nya1", "raveling", "renovate", "renovate[bot]", @@ -43,5 +49,6 @@ "singhArmani", "ticidesign", "timleslie", + "u-ishii", "willemmulder" ] \ No newline at end of file diff --git a/.changeset/five-owls-think.md b/.changeset/five-owls-think.md deleted file mode 100644 index 09193f96b56..00000000000 --- a/.changeset/five-owls-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Adds `fieldPosition` to field `ui.itemView`, for moving a field to the sidebar diff --git a/.changeset/loud-moose-hunt.md b/.changeset/loud-moose-hunt.md deleted file mode 100644 index 05e508dc257..00000000000 --- a/.changeset/loud-moose-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fix the startup message to use the configured `http.options` host instead of assuming `localhost` diff --git a/.changeset/tasty-lies-double.md b/.changeset/tasty-lies-double.md deleted file mode 100644 index 2b1a77d1abb..00000000000 --- a/.changeset/tasty-lies-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Adds `context.withRequest`, a method to derive an updated context from an incoming request and response diff --git a/.changeset/thirty-apples-cry.md b/.changeset/thirty-apples-cry.md deleted file mode 100644 index cfe8b30e30e..00000000000 --- a/.changeset/thirty-apples-cry.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@keystone-6/core': patch -'@keystone-6/fields-document': patch ---- - -Fix relationship fields not using their `ui.labelField` configuration diff --git a/.changeset/thirty-strawberries-kick.md b/.changeset/thirty-strawberries-kick.md deleted file mode 100644 index 0458b25e5ab..00000000000 --- a/.changeset/thirty-strawberries-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Adds `ui.searchFields` for the relationship field diff --git a/.changeset/warm-gifts-change.md b/.changeset/warm-gifts-change.md deleted file mode 100644 index 4b6684c8cae..00000000000 --- a/.changeset/warm-gifts-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Adds a new `group` function for grouping fields in the Admin UI diff --git a/.changeset/wild-lemons-yell.md b/.changeset/wild-lemons-yell.md deleted file mode 100644 index 4a76f30e322..00000000000 --- a/.changeset/wild-lemons-yell.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@keystone-ui/button': patch -'@keystone-ui/core': patch -'@keystone-ui/fields': patch -'@keystone-ui/icons': patch -'@keystone-ui/loading': patch -'@keystone-ui/modals': patch -'@keystone-ui/notice': patch -'@keystone-ui/options': patch -'@keystone-ui/pill': patch -'@keystone-ui/popover': patch -'@keystone-ui/segmented-control': patch -'@keystone-ui/toast': patch -'@keystone-ui/tooltip': patch -'@keystone-6/auth': patch -'@keystone-6/cloudinary': patch -'@keystone-6/core': patch -'@keystone-6/document-renderer': patch -'@keystone-6/fields-document': patch ---- - -Adds `exports` field to `package.json` diff --git a/design-system/packages/button/CHANGELOG.md b/design-system/packages/button/CHANGELOG.md index 87b42f910b5..14b54b82c87 100644 --- a/design-system/packages/button/CHANGELOG.md +++ b/design-system/packages/button/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/button +## 7.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + - @keystone-ui/icons@6.0.2 + - @keystone-ui/loading@6.0.2 + ## 7.0.1 ### Patch Changes diff --git a/design-system/packages/button/package.json b/design-system/packages/button/package.json index d2619a9aeca..c26532d2efe 100644 --- a/design-system/packages/button/package.json +++ b/design-system/packages/button/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/button", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "main": "dist/keystone-ui-button.cjs.js", "module": "dist/keystone-ui-button.esm.js", @@ -16,9 +16,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/icons": "^6.0.1", - "@keystone-ui/loading": "^6.0.1", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/icons": "^6.0.2", + "@keystone-ui/loading": "^6.0.2", "react": "^18.1.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/button" diff --git a/design-system/packages/core/CHANGELOG.md b/design-system/packages/core/CHANGELOG.md index f8fdc911123..f863ef1d277 100644 --- a/design-system/packages/core/CHANGELOG.md +++ b/design-system/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-ui/core +## 5.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + ## 5.0.1 ### Patch Changes diff --git a/design-system/packages/core/package.json b/design-system/packages/core/package.json index 040cbdd4f5a..21024e21b12 100644 --- a/design-system/packages/core/package.json +++ b/design-system/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/core", - "version": "5.0.1", + "version": "5.0.2", "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 1cfc43cf537..c8e7f3d3b37 100644 --- a/design-system/packages/fields/CHANGELOG.md +++ b/design-system/packages/fields/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/fields +## 7.1.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + - @keystone-ui/icons@6.0.2 + - @keystone-ui/popover@6.0.2 + ## 7.1.1 ### Patch Changes diff --git a/design-system/packages/fields/package.json b/design-system/packages/fields/package.json index 7611b6b145e..8c8036c9fc5 100644 --- a/design-system/packages/fields/package.json +++ b/design-system/packages/fields/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/fields", - "version": "7.1.1", + "version": "7.1.2", "license": "MIT", "main": "dist/keystone-ui-fields.cjs.js", "module": "dist/keystone-ui-fields.esm.js", @@ -16,9 +16,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/icons": "^6.0.1", - "@keystone-ui/popover": "^6.0.1", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/icons": "^6.0.2", + "@keystone-ui/popover": "^6.0.2", "date-fns": "^2.26.0", "react": "^18.1.0", "react-day-picker": "^8.0.4", diff --git a/design-system/packages/icons/CHANGELOG.md b/design-system/packages/icons/CHANGELOG.md index 9c5f2b099f3..c6e1a8fe248 100644 --- a/design-system/packages/icons/CHANGELOG.md +++ b/design-system/packages/icons/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-ui/icons +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/icons/package.json b/design-system/packages/icons/package.json index 21b1bf34021..31bf447521a 100644 --- a/design-system/packages/icons/package.json +++ b/design-system/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/icons", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-icons.cjs.js", "module": "dist/keystone-ui-icons.esm.js", @@ -1173,7 +1173,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1" + "@keystone-ui/core": "^5.0.2" }, "peerDependencies": { "react": "^18.1.0" diff --git a/design-system/packages/loading/CHANGELOG.md b/design-system/packages/loading/CHANGELOG.md index be6fcc87156..5949640485e 100644 --- a/design-system/packages/loading/CHANGELOG.md +++ b/design-system/packages/loading/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-ui/loading +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/loading/package.json b/design-system/packages/loading/package.json index f491680cf84..1404834fe27 100644 --- a/design-system/packages/loading/package.json +++ b/design-system/packages/loading/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/loading", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-loading.cjs.js", "module": "dist/keystone-ui-loading.esm.js", @@ -16,7 +16,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", + "@keystone-ui/core": "^5.0.2", "react": "^18.1.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/loading" diff --git a/design-system/packages/modals/CHANGELOG.md b/design-system/packages/modals/CHANGELOG.md index 7cf983bb739..dad4c267705 100644 --- a/design-system/packages/modals/CHANGELOG.md +++ b/design-system/packages/modals/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-ui/modals +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/button@7.0.2 + - @keystone-ui/core@5.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/modals/package.json b/design-system/packages/modals/package.json index b581f7c7035..c080aec9024 100644 --- a/design-system/packages/modals/package.json +++ b/design-system/packages/modals/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/modals", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-modals.cjs.js", "module": "dist/keystone-ui-modals.esm.js", @@ -16,8 +16,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^7.0.1", - "@keystone-ui/core": "^5.0.1", + "@keystone-ui/button": "^7.0.2", + "@keystone-ui/core": "^5.0.2", "react": "^18.1.0", "react-focus-lock": "^2.7.1", "react-remove-scroll": "^2.4.3", diff --git a/design-system/packages/notice/CHANGELOG.md b/design-system/packages/notice/CHANGELOG.md index 30492730bb8..4516cafdfd0 100644 --- a/design-system/packages/notice/CHANGELOG.md +++ b/design-system/packages/notice/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/notice +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/button@7.0.2 + - @keystone-ui/core@5.0.2 + - @keystone-ui/icons@6.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/notice/package.json b/design-system/packages/notice/package.json index 165e778495b..1f15edeed09 100644 --- a/design-system/packages/notice/package.json +++ b/design-system/packages/notice/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/notice", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-notice.cjs.js", "module": "dist/keystone-ui-notice.esm.js", @@ -16,9 +16,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^7.0.1", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/icons": "^6.0.1", + "@keystone-ui/button": "^7.0.2", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/icons": "^6.0.2", "react": "^18.1.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/notice" diff --git a/design-system/packages/options/CHANGELOG.md b/design-system/packages/options/CHANGELOG.md index 7e9950ee5c1..b74a54f0d7c 100644 --- a/design-system/packages/options/CHANGELOG.md +++ b/design-system/packages/options/CHANGELOG.md @@ -1,5 +1,16 @@ # @keystone-ui/options +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + - @keystone-ui/fields@7.1.2 + - @keystone-ui/icons@6.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/options/package.json b/design-system/packages/options/package.json index dc511ff0988..5b03a192b66 100644 --- a/design-system/packages/options/package.json +++ b/design-system/packages/options/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/options", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-options.cjs.js", "module": "dist/keystone-ui-options.esm.js", @@ -19,9 +19,9 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/fields": "^7.1.1", - "@keystone-ui/icons": "^6.0.1", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/fields": "^7.1.2", + "@keystone-ui/icons": "^6.0.2", "react-select": "^5.2.1" }, "repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/options" diff --git a/design-system/packages/pill/CHANGELOG.md b/design-system/packages/pill/CHANGELOG.md index cea075832a3..73fa906a744 100644 --- a/design-system/packages/pill/CHANGELOG.md +++ b/design-system/packages/pill/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-ui/pill +## 7.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + - @keystone-ui/icons@6.0.2 + ## 7.0.1 ### Patch Changes diff --git a/design-system/packages/pill/package.json b/design-system/packages/pill/package.json index 40ca762f745..437d0c6a069 100644 --- a/design-system/packages/pill/package.json +++ b/design-system/packages/pill/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/pill", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "main": "dist/keystone-ui-pill.cjs.js", "module": "dist/keystone-ui-pill.esm.js", @@ -19,8 +19,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/icons": "^6.0.1" + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/icons": "^6.0.2" }, "repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/pill" } diff --git a/design-system/packages/popover/CHANGELOG.md b/design-system/packages/popover/CHANGELOG.md index ef2af3366c2..77269470d1e 100644 --- a/design-system/packages/popover/CHANGELOG.md +++ b/design-system/packages/popover/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-ui/popover +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/popover/package.json b/design-system/packages/popover/package.json index 470707e7491..d9349d0536f 100644 --- a/design-system/packages/popover/package.json +++ b/design-system/packages/popover/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/popover", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-popover.cjs.js", "module": "dist/keystone-ui-popover.esm.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", + "@keystone-ui/core": "^5.0.2", "@popperjs/core": "^2.10.2", "focus-trap": "^7.0.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 f26999d66f4..45aeb02f1f7 100644 --- a/design-system/packages/segmented-control/CHANGELOG.md +++ b/design-system/packages/segmented-control/CHANGELOG.md @@ -1,5 +1,14 @@ # @keystone-ui/segmented-control +## 7.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + ## 7.0.1 ### Patch Changes diff --git a/design-system/packages/segmented-control/package.json b/design-system/packages/segmented-control/package.json index 3c7c9b0c2f2..7c5129e20ea 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": "7.0.1", + "version": "7.0.2", "license": "MIT", "main": "dist/keystone-ui-segmented-control.cjs.js", "module": "dist/keystone-ui-segmented-control.esm.js", @@ -17,7 +17,7 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1" + "@keystone-ui/core": "^5.0.2" }, "peerDependencies": { "react": "^18.1.0" diff --git a/design-system/packages/toast/CHANGELOG.md b/design-system/packages/toast/CHANGELOG.md index 3925469424c..74cf39295ec 100644 --- a/design-system/packages/toast/CHANGELOG.md +++ b/design-system/packages/toast/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-ui/toast +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + - @keystone-ui/icons@6.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/toast/package.json b/design-system/packages/toast/package.json index 06e54e279f7..761945ba879 100644 --- a/design-system/packages/toast/package.json +++ b/design-system/packages/toast/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/toast", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-toast.cjs.js", "module": "dist/keystone-ui-toast.esm.js", @@ -17,8 +17,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/icons": "^6.0.1" + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/icons": "^6.0.2" }, "peerDependencies": { "react": "^18.1.0" diff --git a/design-system/packages/tooltip/CHANGELOG.md b/design-system/packages/tooltip/CHANGELOG.md index 35e1848fc6d..f3cd2f12cd1 100644 --- a/design-system/packages/tooltip/CHANGELOG.md +++ b/design-system/packages/tooltip/CHANGELOG.md @@ -1,5 +1,15 @@ # @keystone-ui/tooltip +## 6.0.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/core@5.0.2 + - @keystone-ui/popover@6.0.2 + ## 6.0.1 ### Patch Changes diff --git a/design-system/packages/tooltip/package.json b/design-system/packages/tooltip/package.json index 402a6589eba..39793b58bc7 100644 --- a/design-system/packages/tooltip/package.json +++ b/design-system/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-ui/tooltip", - "version": "6.0.1", + "version": "6.0.2", "license": "MIT", "main": "dist/keystone-ui-tooltip.cjs.js", "module": "dist/keystone-ui-tooltip.esm.js", @@ -21,8 +21,8 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/popover": "^6.0.1", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/popover": "^6.0.2", "apply-ref": "^1.0.0" }, "repository": "https://github.com/keystonejs/keystone/tree/main/design-system/packages/tooltip" diff --git a/docs/pages/docs/fields/overview.md b/docs/pages/docs/fields/overview.md index 20aab84ce91..988eaf69cdc 100644 --- a/docs/pages/docs/fields/overview.md +++ b/docs/pages/docs/fields/overview.md @@ -90,10 +90,8 @@ Options: Can be one of `['edit', 'read', 'hidden']`, or an async function with an argument `{ session, context, item }` that returns one of `['edit', 'read', 'hidden']`. Defaults to the list's `ui.itemView.defaultFieldMode` config if defined. See the [Lists API](../config/lists#ui) for details. -{% if $nextRelease %} - - `itemView.fieldPosition` (default: `form`): Controls which side of the page the field is placed in the Admin UI. +- `itemView.fieldPosition` (default: `form`): Controls which side of the page the field is placed in the Admin UI. Can be either `form` or `sidebar`. `form` or blank places the field on the left hand side of the item view. `sidebar` places the field on the right hand side under the ID field -{% /if %} - `listView.fieldMode` (default: `'read'`): Controls the list view page of the Admin UI. Can be one of `['read', 'hidden']`, or an async function with an argument `{ session, context }` that returns one of `['read', 'hidden']`. Defaults to the list's `ui.listView.defaultFieldMode` config if defined. @@ -142,8 +140,6 @@ export default config({ }); ``` -{% if $nextRelease %} - ## Groups Fields can be grouped together in the Admin UI using the `group` function, with a customisable `label` and `description`. @@ -173,8 +169,6 @@ export default config({ }); ``` -{% /if %} - ## Scalar types - [BigInt](./bigint) diff --git a/docs/pages/docs/fields/relationship.md b/docs/pages/docs/fields/relationship.md index 02c197ade6a..fd85a4a58b9 100644 --- a/docs/pages/docs/fields/relationship.md +++ b/docs/pages/docs/fields/relationship.md @@ -16,9 +16,7 @@ Read our [relationships guide](../guides/relationships) for details on Keystone - `displayMode` (default: `'select'`): Controls the mode used to display the field in the item view. The mode `'select'` displays related items in a select component, while `'cards'` displays the related items in a card layout. Each display mode supports further configuration. - `ui.displayMode === 'select'` options: - `labelField`: The field path from the related list to use for item labels in the select. Defaults to the `labelField` configured on the related list. -{% if $nextRelease %} - - `searchFields`: The fields used by the UI to search for this item, in context of this relationship field. Defaults to `searchFields` configured on the related list. -{% /if %} +- `searchFields`: The fields used by the UI to search for this item, in context of this relationship field. Defaults to `searchFields` configured on the related list. - `ui.displayMode === 'cards'` options: - `cardFields`: A list of field paths from the related list to render in the card component. Defaults to `'id'` and the `labelField` configured on the related list. - `linkToItem` (default `false`): If `true`, the default card component will render as a link to navigate to the related item. @@ -26,11 +24,9 @@ Read our [relationships guide](../guides/relationships) for details on Keystone - `inlineCreate` (default: `null`): If not `null`, an object of the form `{ fields: [...] }`, where `fields` is a list of field paths from the related list should be provided. An inline `Create` button will be included in the cards allowing a new related item to be created based on the configured field paths. - `inlineEdit` (default: `null`): If not `null`, an object of the form `{ fields: [...] }`, where `fields` is a list of field paths from the related list should be provided. An `Edit` button will be included in each card, allowing the configured fields to be edited for each related item. - `inlineConnect` (default: `false`): If `true`, an inline `Link existing item` button will be present, allowing existing items of the related list to be connected in this field. -{% if $nextRelease %} - Alternatively this can be an object with the properties: +Alternatively this can be an object with the properties: - `labelField`: The field path from the related list to use for item labels in select. Defaults to the `labelField` configured on the related list. - `searchFields`: The fields used by the UI to search for this item, in context of this relationship field. Defaults to `searchFields` configured on the related list. -{% /if %} - `ui.displayMode === 'count'` only supports `many` relationships ```typescript diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index e3d20202949..dee1ad7e45c 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -1,5 +1,18 @@ # @keystone-6/auth +## 5.0.1 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/button@7.0.2 + - @keystone-ui/core@5.0.2 + - @keystone-ui/fields@7.1.2 + - @keystone-ui/loading@6.0.2 + - @keystone-ui/notice@6.0.2 + ## 5.0.0 ### Patch Changes diff --git a/packages/auth/package.json b/packages/auth/package.json index f06b0e7bd9b..31203aabad9 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/auth", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "main": "dist/keystone-6-auth.cjs.js", "module": "dist/keystone-6-auth.esm.js", @@ -21,17 +21,17 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^7.0.1", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/fields": "^7.1.1", - "@keystone-ui/loading": "^6.0.1", - "@keystone-ui/notice": "^6.0.1", + "@keystone-ui/button": "^7.0.2", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/fields": "^7.1.2", + "@keystone-ui/loading": "^6.0.2", + "@keystone-ui/notice": "^6.0.2", "cross-fetch": "^3.1.4", "fast-deep-equal": "^3.1.3", "graphql": "^16.6.0" }, "devDependencies": { - "@keystone-6/core": "^3.0.0", + "@keystone-6/core": "^3.1.0", "react": "^18.1.0" }, "peerDependencies": { diff --git a/packages/cloudinary/CHANGELOG.md b/packages/cloudinary/CHANGELOG.md index fa22575b003..8a31ee3e2f7 100644 --- a/packages/cloudinary/CHANGELOG.md +++ b/packages/cloudinary/CHANGELOG.md @@ -1,5 +1,17 @@ # @keystone-6/cloudinary +## 5.0.1 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/button@7.0.2 + - @keystone-ui/core@5.0.2 + - @keystone-ui/fields@7.1.2 + - @keystone-ui/pill@7.0.2 + ## 5.0.0 ### Patch Changes diff --git a/packages/cloudinary/package.json b/packages/cloudinary/package.json index 4a0575a1cd9..af1de0fafe9 100644 --- a/packages/cloudinary/package.json +++ b/packages/cloudinary/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/cloudinary", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "main": "dist/keystone-6-cloudinary.cjs.js", "module": "dist/keystone-6-cloudinary.esm.js", @@ -17,10 +17,10 @@ }, "dependencies": { "@babel/runtime": "^7.16.3", - "@keystone-ui/button": "^7.0.1", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/fields": "^7.1.1", - "@keystone-ui/pill": "^7.0.1", + "@keystone-ui/button": "^7.0.2", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/fields": "^7.1.2", + "@keystone-ui/pill": "^7.0.2", "@types/react": "^18.0.9", "cloudinary": "^1.27.1", "cuid": "^2.1.8", @@ -30,7 +30,7 @@ "@keystone-6/core": "^3.0.0" }, "devDependencies": { - "@keystone-6/core": "^3.0.0", + "@keystone-6/core": "^3.1.0", "graphql-upload": "^15.0.2", "mime": "^3.0.0" }, diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c67a7be67f4..8592eed4622 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,18 +1,53 @@ # @keystone-6/core +## 3.1.0 + +### Minor Changes + +- [#8075](https://github.com/keystonejs/keystone/pull/8075) [`7543136e3`](https://github.com/keystonejs/keystone/commit/7543136e383b3605841f800112ce6a6159ab8294) Thanks [@borisno2](https://github.com/borisno2)! - Adds `fieldPosition` to field `ui.itemView`, for moving a field to the sidebar + +- [#8013](https://github.com/keystonejs/keystone/pull/8013) [`d29de5413`](https://github.com/keystonejs/keystone/commit/d29de54138781cb38e5b81848750eb57b4ef3b4e) Thanks [@borisno2](https://github.com/borisno2)! - Adds `context.withRequest`, a method to derive an updated context from an incoming request and response + +- [#8074](https://github.com/keystonejs/keystone/pull/8074) [`2a03de46f`](https://github.com/keystonejs/keystone/commit/2a03de46fcd2345163dd360048defde27d56f917) Thanks [@dcousens](https://github.com/dcousens)! - Adds `ui.searchFields` for the relationship field + +- [#8088](https://github.com/keystonejs/keystone/pull/8088) [`c1a69e265`](https://github.com/keystonejs/keystone/commit/c1a69e265c511c3c1ea8232050e035d6c73a8f2b) Thanks [@emmatown](https://github.com/emmatown)! - Adds a new `group` function for grouping fields in the Admin UI + +### Patch Changes + +- [#8078](https://github.com/keystonejs/keystone/pull/8078) [`b3633c108`](https://github.com/keystonejs/keystone/commit/b3633c1080500dc2b9243f319cba490dd3c34222) Thanks [@u-ishii](https://github.com/u-ishii)! - Fix the startup message to use the configured `http.options` host instead of assuming `localhost` + +- [#8049](https://github.com/keystonejs/keystone/pull/8049) [`5525800c8`](https://github.com/keystonejs/keystone/commit/5525800c8568a2d093fd6103bc5147363e66814d) Thanks [@georgekrax](https://github.com/georgekrax)! - Fix relationship fields not using their `ui.labelField` configuration + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/button@7.0.2 + - @keystone-ui/core@5.0.2 + - @keystone-ui/fields@7.1.2 + - @keystone-ui/icons@6.0.2 + - @keystone-ui/loading@6.0.2 + - @keystone-ui/modals@6.0.2 + - @keystone-ui/notice@6.0.2 + - @keystone-ui/options@6.0.2 + - @keystone-ui/pill@7.0.2 + - @keystone-ui/popover@6.0.2 + - @keystone-ui/segmented-control@7.0.2 + - @keystone-ui/toast@6.0.2 + - @keystone-ui/tooltip@6.0.2 + ## 3.0.2 ### Patch Changes -- [#8031](https://github.com/keystonejs/keystone/pull/8031) [`4ec75f388`](https://github.com/keystonejs/keystone/commit/4ec75f388db8157f757307b828354caabd3bb669) Thanks [@mmachatschek](https://github.com/mmachatschek)! - Use platform node in esbuild config +- [#8031](https://github.com/keystonejs/keystone/pull/8031) [`4ec75f388`](https://github.com/keystonejs/keystone/commit/4ec75f388db8157f757307b828354caabd3bb669) Thanks [@mmachatschek](https://github.com/mmachatschek)! - Fixes platform configuration for esbuild - [#8038](https://github.com/keystonejs/keystone/pull/8038) [`4542c1fd5`](https://github.com/keystonejs/keystone/commit/4542c1fd571b33f1a8c6d87cb0f58145d5ba5f30) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixes changes to `session`/`ui.publicPages`/`ui.isValidSession`/`ui.pageMiddleware` not being updated in live reloads -- [#8034](https://github.com/keystonejs/keystone/pull/8034) [`4c08c1120`](https://github.com/keystonejs/keystone/commit/4c08c1120a51eee0cd363c20c2fadbacaba9814a) Thanks [@gautamsi](https://github.com/gautamsi)! - Fixed issue where the custom field view `controller` was not being used. You should be able to override field `controller` when setting `ui.views` parameter in fields. +- [#8034](https://github.com/keystonejs/keystone/pull/8034) [`4c08c1120`](https://github.com/keystonejs/keystone/commit/4c08c1120a51eee0cd363c20c2fadbacaba9814a) Thanks [@gautamsi](https://github.com/gautamsi)! - Fixes issue where the custom field view `controller` was not being used. You should be able to override field `controller` when setting `ui.views` parameter in fields. - [#8000](https://github.com/keystonejs/keystone/pull/8000) [`a229856df`](https://github.com/keystonejs/keystone/commit/a229856df94cff2d4132d5c466cc8ebea44f4846) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Improves performance of querying to-one relationships -- [#7930](https://github.com/keystonejs/keystone/pull/7930) [`109db894d`](https://github.com/keystonejs/keystone/commit/109db894dee4fc00fae4d0afc85f60fa53177199) Thanks [@nya1](https://github.com/nya1)! - Fix `in` and `not_in` filter views for `integer`, `bigInt`, `decimal` and `float` fields +- [#7930](https://github.com/keystonejs/keystone/pull/7930) [`109db894d`](https://github.com/keystonejs/keystone/commit/109db894dee4fc00fae4d0afc85f60fa53177199) Thanks [@nya1](https://github.com/nya1)! - Fixes `in` and `not_in` filter views for `integer`, `bigInt`, `decimal` and `float` fields ## 3.0.1 diff --git a/packages/core/package.json b/packages/core/package.json index 9742e38e04f..51a6aa755c2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/core", - "version": "3.0.2", + "version": "3.1.0", "repository": "https://github.com/keystonejs/keystone/tree/main/packages/core", "license": "MIT", "main": "dist/keystone-6-core.cjs.js", @@ -225,19 +225,19 @@ "@graphql-ts/schema": "^0.6.0", "@graphql-typed-document-node/core": "3.1.1", "@hapi/iron": "^6.0.0", - "@keystone-ui/button": "^7.0.1", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/fields": "^7.1.1", - "@keystone-ui/icons": "^6.0.1", - "@keystone-ui/loading": "^6.0.1", - "@keystone-ui/modals": "^6.0.1", - "@keystone-ui/notice": "^6.0.1", - "@keystone-ui/options": "^6.0.1", - "@keystone-ui/pill": "^7.0.1", - "@keystone-ui/popover": "^6.0.1", - "@keystone-ui/segmented-control": "^7.0.1", - "@keystone-ui/toast": "^6.0.1", - "@keystone-ui/tooltip": "^6.0.1", + "@keystone-ui/button": "^7.0.2", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/fields": "^7.1.2", + "@keystone-ui/icons": "^6.0.2", + "@keystone-ui/loading": "^6.0.2", + "@keystone-ui/modals": "^6.0.2", + "@keystone-ui/notice": "^6.0.2", + "@keystone-ui/options": "^6.0.2", + "@keystone-ui/pill": "^7.0.2", + "@keystone-ui/popover": "^6.0.2", + "@keystone-ui/segmented-control": "^7.0.2", + "@keystone-ui/toast": "^6.0.2", + "@keystone-ui/tooltip": "^6.0.2", "@nodelib/fs.walk": "^1.2.8", "@preconstruct/next": "^4.0.0", "@prisma/client": "4.3.1", diff --git a/packages/document-renderer/CHANGELOG.md b/packages/document-renderer/CHANGELOG.md index c8b98ffd693..457505ec0ea 100644 --- a/packages/document-renderer/CHANGELOG.md +++ b/packages/document-renderer/CHANGELOG.md @@ -1,5 +1,11 @@ # @keystone-6/document-renderer +## 1.1.2 + +### Patch Changes + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + ## 1.1.1 ### Patch Changes diff --git a/packages/document-renderer/package.json b/packages/document-renderer/package.json index 23a6e5731eb..d6084ca81f5 100644 --- a/packages/document-renderer/package.json +++ b/packages/document-renderer/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-6/document-renderer", "description": "KeystoneJS Document Renderer", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "main": "dist/keystone-6-document-renderer.cjs.js", "module": "dist/keystone-6-document-renderer.esm.js", diff --git a/packages/fields-document/CHANGELOG.md b/packages/fields-document/CHANGELOG.md index f26ebd2630c..32fbfd5ed24 100644 --- a/packages/fields-document/CHANGELOG.md +++ b/packages/fields-document/CHANGELOG.md @@ -1,5 +1,22 @@ # @keystone-6/fields-document +## 5.0.2 + +### Patch Changes + +- [#8049](https://github.com/keystonejs/keystone/pull/8049) [`5525800c8`](https://github.com/keystonejs/keystone/commit/5525800c8568a2d093fd6103bc5147363e66814d) Thanks [@georgekrax](https://github.com/georgekrax)! - Fix relationship fields not using their `ui.labelField` configuration + +- [#8054](https://github.com/keystonejs/keystone/pull/8054) [`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8) Thanks [@emmatown](https://github.com/emmatown)! - Adds `exports` field to `package.json` + +- Updated dependencies [[`f72a3d94c`](https://github.com/keystonejs/keystone/commit/f72a3d94c31e6e6fd738ba7b0a7f8821b680b9f8)]: + - @keystone-ui/button@7.0.2 + - @keystone-ui/core@5.0.2 + - @keystone-ui/fields@7.1.2 + - @keystone-ui/icons@6.0.2 + - @keystone-ui/popover@6.0.2 + - @keystone-ui/tooltip@6.0.2 + - @keystone-6/document-renderer@1.1.2 + ## 5.0.1 ### Patch Changes diff --git a/packages/fields-document/package.json b/packages/fields-document/package.json index 3b2f19e357d..e77cbf91f37 100644 --- a/packages/fields-document/package.json +++ b/packages/fields-document/package.json @@ -1,7 +1,7 @@ { "name": "@keystone-6/fields-document", "description": "KeystoneJS Document Field Type", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "main": "dist/keystone-6-fields-document.cjs.js", "module": "dist/keystone-6-fields-document.esm.js", @@ -48,13 +48,13 @@ "@dnd-kit/modifiers": "^6.0.0", "@dnd-kit/sortable": "^7.0.0", "@emotion/weak-memoize": "^0.3.0", - "@keystone-6/document-renderer": "^1.1.1", - "@keystone-ui/button": "^7.0.1", - "@keystone-ui/core": "^5.0.1", - "@keystone-ui/fields": "^7.1.1", - "@keystone-ui/icons": "^6.0.1", - "@keystone-ui/popover": "^6.0.1", - "@keystone-ui/tooltip": "^6.0.1", + "@keystone-6/document-renderer": "^1.1.2", + "@keystone-ui/button": "^7.0.2", + "@keystone-ui/core": "^5.0.2", + "@keystone-ui/fields": "^7.1.2", + "@keystone-ui/icons": "^6.0.2", + "@keystone-ui/popover": "^6.0.2", + "@keystone-ui/tooltip": "^6.0.2", "@types/react": "^18.0.9", "apollo-server-errors": "^3.3.0", "apply-ref": "^1.0.0", diff --git a/changelog.js b/scripts/changelog.js similarity index 98% rename from changelog.js rename to scripts/changelog.js index 8f5cb26aebb..a15b545bcfb 100644 --- a/changelog.js +++ b/scripts/changelog.js @@ -21,7 +21,7 @@ const publicPackages = [ const cves = [ // { // id: 'CVE-2022-NNNN', - // href: 'https://github.com/advisories/GHSA-...', + // href: 'https://github.com/keystonejs/keystone/security/advisories/GHSA-...', // upstream: true, // description: ` // An upstream transitive dependency \`XXX\` is vulnerable to ZZZZZZ.