From 2413166f51f35488869087d78720f3ca664f0d17 Mon Sep 17 00:00:00 2001 From: KeystoneJS Release Bot <69774846+keystonejs-release-bot@users.noreply.github.com> Date: Tue, 18 Oct 2022 08:24:28 +1000 Subject: [PATCH 1/2] merge Version Packages from release --- .changeset/lazy-strings-guess.md | 5 ----- .changeset/two-ghosts-jog.md | 5 ----- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/lazy-strings-guess.md delete mode 100644 .changeset/two-ghosts-jog.md diff --git a/.changeset/lazy-strings-guess.md b/.changeset/lazy-strings-guess.md deleted file mode 100644 index 09f3d8e0741..00000000000 --- a/.changeset/lazy-strings-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': patch ---- - -Fixes BigInt values throwing on deserialisation in the item view diff --git a/.changeset/two-ghosts-jog.md b/.changeset/two-ghosts-jog.md deleted file mode 100644 index 94eaccfc155..00000000000 --- a/.changeset/two-ghosts-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@keystone-6/core': minor ---- - -Fixes the multiselect field type not using the provided `label`, `access`, `graphql`, `isFilterable` or `isOrderable` configuration options diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 67ba9bc8b9d..69f24f40000 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @keystone-6/core +## 2.3.1 + +### Patch Changes + +- [`03061416c`](https://github.com/keystonejs/keystone/commit/03061416c36e0d97cc5fefc08a29e5e2294af58b) Thanks [@dcousens](https://github.com/dcousens)! - Fixes BigInt values throwing on deserialisation in the item view + +* [`65c6ee3de`](https://github.com/keystonejs/keystone/commit/65c6ee3deef23605fc72b80230908696a7a65e7c) Thanks [@marekryb](https://github.com/marekryb)! - Fixes the multiselect field type not using the provided `label`, `access`, `graphql`, `isFilterable` or `isOrderable` configuration options + ## 2.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 50ef0065b95..18d35c995f0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@keystone-6/core", - "version": "2.3.0", + "version": "2.3.1", "repository": "https://github.com/keystonejs/keystone/tree/main/packages/core", "license": "MIT", "main": "dist/keystone-6-core.cjs.js", From 14eb6d782c28894eec1e7c0db5a6f8d454cde501 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 18 Oct 2022 09:28:38 +1100 Subject: [PATCH 2/2] add marekryb to contributors --- .changeset/contributors.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/contributors.json b/.changeset/contributors.json index e5e72dab617..6cfb55aa937 100644 --- a/.changeset/contributors.json +++ b/.changeset/contributors.json @@ -28,6 +28,7 @@ "jordanoverbye", "jossmac", "keystonejs-release-bot", + "marekryb", "mikehazell", "mitchellhamilton", "molomby",