Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 8, 2021
1 parent 465eb3f commit b85466f
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-lemons-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-geese-wonder.md

This file was deleted.

9 changes: 9 additions & 0 deletions examples/document-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-document-field

## 1.1.7

### Patch Changes

- [#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.

- Updated dependencies [[`465eb3f95`](https://github.com/keystonejs/keystone/commit/465eb3f9595892cec34d17e1b7c21aea0c61a9d6)]:
- @keystone-next/keystone@27.0.2

## 1.1.6

### Patch Changes
4 changes: 2 additions & 2 deletions examples/document-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-document-field",
"version": "1.1.6",
"version": "1.1.7",
"private": true,
"license": "MIT",
"scripts": {
@@ -12,7 +12,7 @@
"dependencies": {
"@keystone-next/document-renderer": "^4.0.1",
"@keystone-next/fields-document": "^12.0.0",
"@keystone-next/keystone": "^27.0.0",
"@keystone-next/keystone": "^27.0.2",
"@preconstruct/next": "^3.0.1",
"next": "^12.0.2",
"react": "^17.0.2"
2 changes: 1 addition & 1 deletion packages/fields-document/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
]
},
"peerDependencies": {
"@keystone-next/keystone": "^27.0.1"
"@keystone-next/keystone": "^27.0.2"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
6 changes: 6 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-next/keystone

## 27.0.2

### Patch Changes

- [#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`

## 27.0.1

### Patch Changes
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.1",
"version": "27.0.2",
"license": "MIT",
"main": "dist/keystone-next-keystone.cjs.js",
"module": "dist/keystone-next-keystone.esm.js",

0 comments on commit b85466f

Please sign in to comment.