Skip to content

Commit 1549a7f

Browse files
Version Packages (#6892)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 127a0db commit 1549a7f

File tree

14 files changed

+39
-33
lines changed

14 files changed

+39
-33
lines changed

.changeset/brown-files-sit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eleven-lemons-fetch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-geese-wonder.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/red-crabs-clean.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/twelve-lies-cross.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/document-field/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @keystone-next/example-document-field
22

3+
## 1.1.7
4+
5+
### Patch Changes
6+
7+
- [#6889](https://github.com/keystonejs/keystone/pull/6889) [`191c46820`](https://github.com/keystonejs/keystone/commit/191c468202c1aa872988bed55c0ce555b3dfde70) Thanks [@bladey](https://github.com/bladey)! - Updated GraphQL filters to use most recent API.
8+
9+
- Updated dependencies [[`14d74b014`](https://github.com/keystonejs/keystone/commit/14d74b0149a6d34063c8c7d6df5071694e639291), [`465eb3f95`](https://github.com/keystonejs/keystone/commit/465eb3f9595892cec34d17e1b7c21aea0c61a9d6), [`859ccb974`](https://github.com/keystonejs/keystone/commit/859ccb97489370443bc8d78b0bd7543d83f5b381), [`127a0db64`](https://github.com/keystonejs/keystone/commit/127a0db646ecbfb9ec51c58a98d013e4e7ead20a)]:
10+
- @keystone-next/keystone@27.0.2
11+
312
## 1.1.6
413

514
### Patch Changes

examples/document-field/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystone-next/example-document-field",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@keystone-next/document-renderer": "^4.0.1",
1414
"@keystone-next/fields-document": "^12.0.0",
15-
"@keystone-next/keystone": "^27.0.0",
15+
"@keystone-next/keystone": "^27.0.2",
1616
"@preconstruct/next": "^3.0.1",
1717
"next": "^12.0.2",
1818
"react": "^17.0.2"

packages/fields-document/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]
2020
},
2121
"peerDependencies": {
22-
"@keystone-next/keystone": "^27.0.1"
22+
"@keystone-next/keystone": "^27.0.2"
2323
},
2424
"dependencies": {
2525
"@babel/runtime": "^7.15.4",

packages/keystone/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @keystone-next/keystone
22

3+
## 27.0.2
4+
5+
### Patch Changes
6+
7+
- [#6895](https://github.com/keystonejs/keystone/pull/6895) [`14d74b014`](https://github.com/keystonejs/keystone/commit/14d74b0149a6d34063c8c7d6df5071694e639291) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed importing packages that provide Node ESM
8+
9+
* [#6893](https://github.com/keystonejs/keystone/pull/6893) [`465eb3f95`](https://github.com/keystonejs/keystone/commit/465eb3f9595892cec34d17e1b7c21aea0c61a9d6) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Local images and files are no longer restricted behind `ui.isAccessAllowed`
10+
11+
- [#6904](https://github.com/keystonejs/keystone/pull/6904) [`859ccb974`](https://github.com/keystonejs/keystone/commit/859ccb97489370443bc8d78b0bd7543d83f5b381) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Update prisma monorepo to [v3.4.0 (minor)](https://github.com/prisma/prisma/releases/tag/3.4.0)
12+
13+
* [#6910](https://github.com/keystonejs/keystone/pull/6910) [`127a0db64`](https://github.com/keystonejs/keystone/commit/127a0db646ecbfb9ec51c58a98d013e4e7ead20a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Keystone will continue starting up when Keystone Cloud is configured but fails to connect
14+
315
## 27.0.1
416

517
### Patch Changes

packages/keystone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystone-next/keystone",
3-
"version": "27.0.1",
3+
"version": "27.0.2",
44
"license": "MIT",
55
"main": "dist/keystone-next-keystone.cjs.js",
66
"module": "dist/keystone-next-keystone.esm.js",

0 commit comments

Comments
 (0)