Skip to content

Commit

Permalink
Version Packages (#6871)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent bfb500f commit 5b68e28
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-houses-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-eggs-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-mangos-peel.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/fields-document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
]
},
"peerDependencies": {
"@keystone-next/keystone": "^27.0.0"
"@keystone-next/keystone": "^27.0.1"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/keystone

## 27.0.1

### Patch Changes

- [#6870](https://github.com/keystonejs/keystone/pull/6870) [`8dac6bb93`](https://github.com/keystonejs/keystone/commit/8dac6bb93ccfbe62fe73e3ada311d2283f57ba6c) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed files with names including things like `[...rest]` created using `ui.getAdditionalFiles` being deleted after being written in dev.

* [#6880](https://github.com/keystonejs/keystone/pull/6880) [`400f4e1eb`](https://github.com/keystonejs/keystone/commit/400f4e1eb34ef70d11a1f8c1f8bcf20d5fb10a1a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Runtime type errors from Prisma are now actually returned instead of being returned as `Prisma error:`

- [#6872](https://github.com/keystonejs/keystone/pull/6872) [`aa98b1c49`](https://github.com/keystonejs/keystone/commit/aa98b1c49b44938d2cf0904fd05b041f2259d267) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `Schema must contain uniquely named types but contains multiple types named "OrderDirection".` error when running `keystone-next build`.

## 27.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/keystone",
"version": "27.0.0",
"version": "27.0.1",
"license": "MIT",
"main": "dist/keystone-next-keystone.cjs.js",
"module": "dist/keystone-next-keystone.esm.js",
Expand Down

0 comments on commit 5b68e28

Please sign in to comment.