Skip to content

Commit 1256564

Browse files
authored
Version Packages (#8943)
1 parent fc6b27c commit 1256564

File tree

6 files changed

+13
-16
lines changed

6 files changed

+13
-16
lines changed

.changeset/contributors.json

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"dependabot",
3636
"dependabot[bot]",
3737
"dominikwilkowski",
38+
"duidae",
3839
"emmatown",
3940
"fkrauthan",
4041
"flexdinesh",
@@ -55,6 +56,7 @@
5556
"keystonejs-release-bot",
5657
"kporten",
5758
"lahirurane-rau",
59+
"leopoldkristjansson",
5860
"lukebennett88",
5961
"marekryb",
6062
"mikehazell",

.changeset/fix-inline-create.md

-5
This file was deleted.

.changeset/no-sort-ok.md

-5
This file was deleted.

.changeset/polite-llamas-sparkle.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @keystone-6/core
22

3+
## 5.7.1
4+
5+
### Patch Changes
6+
7+
- [#8914](https://github.com/keystonejs/keystone/pull/8914) [`25a6586`](https://github.com/keystonejs/keystone/commit/25a6586a3bd4178580150a5b66e260c78dbee36d) Thanks [@dcousens](https://github.com/dcousens)! - Fix ui.inlineCreate: { ... } for relationships submitting the parent form of nested relationship fields
8+
9+
- [#8909](https://github.com/keystonejs/keystone/pull/8909) [`029b5cf`](https://github.com/keystonejs/keystone/commit/029b5cf40f7d5d2be9bbcd253f10421f3fa37538) Thanks [@dcousens](https://github.com/dcousens)! - Fix ui.listView.initialSort preventing sort by "No field"
10+
11+
- [#8898](https://github.com/keystonejs/keystone/pull/8898) [`871bdcb`](https://github.com/keystonejs/keystone/commit/871bdcb2cebddca9e0f5b8d9e4a45fc179a23e46) Thanks [@marekryb](https://github.com/marekryb)! - Fix prisma migrate non-interactive environment error
12+
313
## 5.7.0
414

515
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystone-6/core",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
55
"license": "MIT",
66
"main": "dist/keystone-6-core.cjs.js",

0 commit comments

Comments
 (0)