Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Version Packages from release branch #8012

Merged
merged 2 commits into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"jordanoverbye",
"jossmac",
"keystonejs-release-bot",
"marekryb",
"mikehazell",
"mitchellhamilton",
"molomby",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/lazy-strings-guess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-ghosts-jog.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down