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 9, 2021
1 parent 127a0db commit 34f8513
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-files-sit.md

This file was deleted.

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.

7 changes: 0 additions & 7 deletions .changeset/red-crabs-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-lies-cross.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 [[`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)]:
- @keystone-next/keystone@27.0.2

## 1.1.6

### Patch Changes
Expand Down
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": {
Expand All @@ -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"
Expand Down
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.1"
"@keystone-next/keystone": "^27.0.2"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/keystone

## 27.0.2

### Patch Changes

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

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

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

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

## 27.0.1

### Patch 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.1",
"version": "27.0.2",
"license": "MIT",
"main": "dist/keystone-next-keystone.cjs.js",
"module": "dist/keystone-next-keystone.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions prisma-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-next/prisma-utils

## 1.0.3

### Patch Changes

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

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion prisma-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/prisma-utils",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"main": "dist/keystone-next-prisma-utils.cjs.js",
"dependencies": {
Expand Down
6 changes: 6 additions & 0 deletions tests/api-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystonejs/api-tests

## 11.1.5

### Patch Changes

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

## 11.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tests/api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@keystone-next/api-tests-legacy",
"description": "A set of tests for running against the KeystoneJS API.",
"private": true,
"version": "11.1.4",
"version": "11.1.5",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 34f8513

Please sign in to comment.