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 16, 2021
1 parent 76ec35c commit 4af351f
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-birds-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-books-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-melons-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-pillows-report.md

This file was deleted.

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

## 36.0.1

### Patch Changes

- [#6934](https://github.com/keystonejs/keystone/pull/6934) [`528cc5e6b`](https://github.com/keystonejs/keystone/commit/528cc5e6b8196a38bc9cbc76e0146908b8d1246a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed the init/sign in page showing for a short amount of time after submitting on the init/sign in page and seeing a loading spinner.

- Updated dependencies [[`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08)]:
- @keystone-next/keystone@28.0.1

## 36.0.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/auth",
"version": "36.0.0",
"version": "36.0.1",
"license": "MIT",
"main": "dist/keystone-next-auth.cjs.js",
"module": "dist/keystone-next-auth.esm.js",
Expand All @@ -19,11 +19,11 @@
"graphql": "^15.7.2"
},
"devDependencies": {
"@keystone-next/keystone": "^28.0.0",
"@keystone-next/keystone": "^28.0.1",
"react": "^17.0.2"
},
"peerDependencies": {
"@keystone-next/keystone": "^28.0.0",
"@keystone-next/keystone": "^28.0.1",
"react": "^17.0.2"
},
"preconstruct": {
Expand Down
9 changes: 9 additions & 0 deletions packages/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/fields-document

## 13.0.1

### Patch Changes

- [#6944](https://github.com/keystonejs/keystone/pull/6944) [`2be0e18a1`](https://github.com/keystonejs/keystone/commit/2be0e18a142c85072df1f07af11dae49e4eb8324) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed clear button in inline relationships

- Updated dependencies [[`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03), [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08)]:
- @keystone-next/keystone@28.0.1

## 13.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/fields-document",
"description": "KeystoneJS Document Field Type",
"version": "13.0.0",
"version": "13.0.1",
"main": "dist/keystone-next-fields-document.cjs.js",
"module": "dist/keystone-next-fields-document.esm.js",
"files": [
Expand All @@ -19,7 +19,7 @@
]
},
"peerDependencies": {
"@keystone-next/keystone": "^28.0.0"
"@keystone-next/keystone": "^28.0.1"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-next/keystone

## 28.0.1

### Patch Changes

- [#6949](https://github.com/keystonejs/keystone/pull/6949) [`76ec35c97`](https://github.com/keystonejs/keystone/commit/76ec35c97a72dcb023e1b0da5b47e876896b6a03) Thanks [@bladey](https://github.com/bladey)! - Fixed React key error in `relationship` field with `ui.displayMode: 'cards'`

* [#6932](https://github.com/keystonejs/keystone/pull/6932) [`0a7b75838`](https://github.com/keystonejs/keystone/commit/0a7b7583887e3811c23b0b74f4f97633fd484e08) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Field-level hooks and field-level create and update access control functions are now awaited in parallel. Note this means all field-level hooks and access control are now awaited in parallel because field-level read access control was already awaited in parallel.

## 28.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": "28.0.0",
"version": "28.0.1",
"license": "MIT",
"main": "dist/keystone-next-keystone.cjs.js",
"module": "dist/keystone-next-keystone.esm.js",
Expand Down

0 comments on commit 4af351f

Please sign in to comment.