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 Oct 7, 2021
1 parent 73544fd commit 9f3dba2
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-vans-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-buckets-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-lions-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-stingrays-begin.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smart-socks-end.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": "^26.0.1"
"@keystone-next/keystone": "^26.0.2"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
Expand Down
14 changes: 14 additions & 0 deletions packages/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @keystone-next/keystone

## 26.0.2

### Patch Changes

- [#6732](https://github.com/keystonejs/keystone/pull/6732) [`73544fd19`](https://github.com/keystonejs/keystone/commit/73544fd19b865be9fbf3ea9ae68fae5f039eb13f) Thanks [@timleslie](https://github.com/timleslie)! - Improved the error messages for user input errors on relationships in update/create operations.

* [#6727](https://github.com/keystonejs/keystone/pull/6727) [`fac96cbd1`](https://github.com/keystonejs/keystone/commit/fac96cbd14febcc01bdffbecd1aceee391f6a20a) Thanks [@timleslie](https://github.com/timleslie)! - Improved error messages when using the items and DB APIs.

- [#6729](https://github.com/keystonejs/keystone/pull/6729) [`3d289eb3d`](https://github.com/keystonejs/keystone/commit/3d289eb3d00c3e6a0c26ce962fb0f942a08c400a) Thanks [@timleslie](https://github.com/timleslie)! - Improved the error message when trying to perform a `connect` operation on a missing/access denied ID.

* [#6721](https://github.com/keystonejs/keystone/pull/6721) [`6e4a0cf56`](https://github.com/keystonejs/keystone/commit/6e4a0cf56ce35b2446db7970763c55446de3db0e) Thanks [@timleslie](https://github.com/timleslie)! - Improved error messages when updating/creating relationship fields.

- [#6719](https://github.com/keystonejs/keystone/pull/6719) [`704f68b38`](https://github.com/keystonejs/keystone/commit/704f68b38f970860137380e21c36e04d2c51a7a4) Thanks [@renovate](https://github.com/apps/renovate)! - Upgraded Prisma monorepo packages to [3.2.0](https://github.com/prisma/prisma/releases/tag/3.2.0).

## 26.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": "26.0.1",
"version": "26.0.2",
"license": "MIT",
"main": "dist/keystone.cjs.js",
"module": "dist/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.1

### Patch Changes

- [#6719](https://github.com/keystonejs/keystone/pull/6719) [`704f68b38`](https://github.com/keystonejs/keystone/commit/704f68b38f970860137380e21c36e04d2c51a7a4) Thanks [@renovate](https://github.com/apps/renovate)! - Upgraded Prisma monorepo packages to [3.2.0](https://github.com/prisma/prisma/releases/tag/3.2.0).

## 1.0.0

### Major 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.0",
"version": "1.0.1",
"private": true,
"main": "dist/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.3

### Patch Changes

- [#6719](https://github.com/keystonejs/keystone/pull/6719) [`704f68b38`](https://github.com/keystonejs/keystone/commit/704f68b38f970860137380e21c36e04d2c51a7a4) Thanks [@renovate](https://github.com/apps/renovate)! - Upgraded Prisma monorepo packages to [3.2.0](https://github.com/prisma/prisma/releases/tag/3.2.0).

## 11.1.2

### 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.2",
"version": "11.1.3",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 9f3dba2

Please sign in to comment.