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 Apr 23, 2021
1 parent 3f68211 commit dfc6da1
Show file tree
Hide file tree
Showing 17 changed files with 68 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-mayflies-design.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/healthy-pumas-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-poets-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lucky-apes-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-kings-flow.md

This file was deleted.

6 changes: 3 additions & 3 deletions packages-next/cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"@babel/runtime": "^7.13.16",
"@keystone-next/adapter-prisma-legacy": "^6.0.0",
"@keystone-next/admin-ui": "^14.0.0",
"@keystone-next/fields": "^7.0.0",
"@keystone-next/types": "^17.0.0",
"@keystone-next/fields": "^7.0.1",
"@keystone-next/types": "^17.0.1",
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/fields": "^3.0.0",
Expand All @@ -21,7 +21,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "17.0.0",
"@keystone-next/test-utils-legacy": "17.0.1",
"mime": "^2.5.2"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions packages-next/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/fields

## 7.0.1

### Patch Changes

- [#5514](https://github.com/keystonejs/keystone/pull/5514) [`8577eb3ba`](https://github.com/keystonejs/keystone/commit/8577eb3baafe9cd61c48d89aca9eff252765e5a6) Thanks [@timleslie](https://github.com/timleslie)! - The field hooks API has deprecated the `addFieldValidationError` argument. It has been replaced with the argument `addValidationError`, and will be removed in a future release.

- Updated dependencies [[`7e81b52b0`](https://github.com/keystonejs/keystone/commit/7e81b52b0f2240f0c590eb8f6733360cab9fe93a)]:
- @keystone-next/types@17.0.1

## 7.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages-next/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@keystone-next/fields",
"version": "7.0.0",
"version": "7.0.1",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
"devDependencies": {
"@keystone-next/server-side-graphql-client-legacy": "4.0.0",
"@keystone-next/test-utils-legacy": "17.0.0",
"@keystone-next/server-side-graphql-client-legacy": "4.0.1",
"@keystone-next/test-utils-legacy": "17.0.1",
"@types/bytes": "^3.1.0",
"fs-extra": "^9.1.0",
"mime": "^2.5.2",
Expand All @@ -19,7 +19,7 @@
"@keystone-next/adapter-prisma-legacy": "^6.0.0",
"@keystone-next/admin-ui": "^14.0.0",
"@keystone-next/admin-ui-utils": "^4.0.0",
"@keystone-next/types": "^17.0.0",
"@keystone-next/types": "^17.0.1",
"@keystone-next/utils-legacy": "^9.0.0",
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.2",
Expand Down
15 changes: 15 additions & 0 deletions packages-next/keystone/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystone-next/keystone

## 16.0.1

### Patch Changes

- [#5514](https://github.com/keystonejs/keystone/pull/5514) [`8577eb3ba`](https://github.com/keystonejs/keystone/commit/8577eb3baafe9cd61c48d89aca9eff252765e5a6) Thanks [@timleslie](https://github.com/timleslie)! - The field hooks API has deprecated the `addFieldValidationError` argument. It has been replaced with the argument `addValidationError`, and will be removed in a future release.

* [#5517](https://github.com/keystonejs/keystone/pull/5517) [`a6cdf3da8`](https://github.com/keystonejs/keystone/commit/a6cdf3da8a9b2ca943048fee6cacd376ea4aae50) Thanks [@timleslie](https://github.com/timleslie)! - Fixed a bug using the items API to create/update `image` field items.

- [#5515](https://github.com/keystonejs/keystone/pull/5515) [`f76938ac2`](https://github.com/keystonejs/keystone/commit/f76938ac223194ce401179fd9fa1226e11077277) Thanks [@timleslie](https://github.com/timleslie)! - Simplified the implementation of the images context API.

- Updated dependencies [[`7e81b52b0`](https://github.com/keystonejs/keystone/commit/7e81b52b0f2240f0c590eb8f6733360cab9fe93a), [`8577eb3ba`](https://github.com/keystonejs/keystone/commit/8577eb3baafe9cd61c48d89aca9eff252765e5a6), [`a6cdf3da8`](https://github.com/keystonejs/keystone/commit/a6cdf3da8a9b2ca943048fee6cacd376ea4aae50)]:
- @keystone-next/types@17.0.1
- @keystone-next/fields@7.0.1
- @keystone-next/server-side-graphql-client-legacy@4.0.1

## 16.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages-next/keystone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/keystone",
"version": "16.0.0",
"version": "16.0.1",
"license": "MIT",
"main": "dist/keystone.cjs.js",
"module": "dist/keystone.esm.js",
Expand Down Expand Up @@ -30,9 +30,9 @@
"@keystone-next/access-control-legacy": "^10.0.0",
"@keystone-next/adapter-prisma-legacy": "^6.0.0",
"@keystone-next/admin-ui": "^14.0.0",
"@keystone-next/fields": "^7.0.0",
"@keystone-next/server-side-graphql-client-legacy": "^4.0.0",
"@keystone-next/types": "^17.0.0",
"@keystone-next/fields": "^7.0.1",
"@keystone-next/server-side-graphql-client-legacy": "^4.0.1",
"@keystone-next/types": "^17.0.1",
"@keystone-next/utils-legacy": "^9.0.0",
"@preconstruct/next": "^3.0.0",
"@prisma/client": "2.21.2",
Expand Down
9 changes: 9 additions & 0 deletions packages-next/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/types

## 17.0.1

### Patch Changes

- [#5509](https://github.com/keystonejs/keystone/pull/5509) [`7e81b52b0`](https://github.com/keystonejs/keystone/commit/7e81b52b0f2240f0c590eb8f6733360cab9fe93a) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed incorrect types which said that field level delete access control exists when it does not

- Updated dependencies [[`8577eb3ba`](https://github.com/keystonejs/keystone/commit/8577eb3baafe9cd61c48d89aca9eff252765e5a6)]:
- @keystone-next/fields@7.0.1

## 17.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages-next/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/types",
"version": "17.0.0",
"version": "17.0.1",
"license": "MIT",
"main": "dist/types.cjs.js",
"module": "dist/types.esm.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@keystone-next/adapter-prisma-legacy": "^6.0.0",
"@keystone-next/fields": "^7.0.0",
"@keystone-next/fields": "^7.0.1",
"apollo-server-types": "^0.7.0",
"cors": "^2.8.5",
"graphql": "^15.5.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/server-side-graphql-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystonejs/server-side-graphql-client

## 4.0.1

### Patch Changes

- [#5517](https://github.com/keystonejs/keystone/pull/5517) [`a6cdf3da8`](https://github.com/keystonejs/keystone/commit/a6cdf3da8a9b2ca943048fee6cacd376ea4aae50) Thanks [@timleslie](https://github.com/timleslie)! - Updated types to be more correct.

- Updated dependencies [[`7e81b52b0`](https://github.com/keystonejs/keystone/commit/7e81b52b0f2240f0c590eb8f6733360cab9fe93a)]:
- @keystone-next/types@17.0.1

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/server-side-graphql-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/server-side-graphql-client-legacy",
"description": "A library for running server-side graphQL queries and mutations in Keystone.",
"version": "4.0.0",
"version": "4.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"homepage": "https://github.com/keystonejs/keystone",
Expand All @@ -12,7 +12,7 @@
"node": ">=v12.13.1"
},
"dependencies": {
"@keystone-next/types": "^17.0.0",
"@keystone-next/types": "^17.0.1",
"graphql": "^15.5.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystonejs/test-utils

## 17.0.1

### Patch Changes

- Updated dependencies [[`8577eb3ba`](https://github.com/keystonejs/keystone/commit/8577eb3baafe9cd61c48d89aca9eff252765e5a6), [`a6cdf3da8`](https://github.com/keystonejs/keystone/commit/a6cdf3da8a9b2ca943048fee6cacd376ea4aae50), [`f76938ac2`](https://github.com/keystonejs/keystone/commit/f76938ac223194ce401179fd9fa1226e11077277)]:
- @keystone-next/keystone@16.0.1

## 17.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-next/test-utils-legacy",
"description": "Common utilities used while testing @keystonejs/* packages.",
"version": "17.0.0",
"version": "17.0.1",
"author": "The KeystoneJS Development Team",
"license": "MIT",
"main": "dist/test-utils-legacy.cjs.js",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@keystone-next/adapter-prisma-legacy": "^6.0.0",
"@keystone-next/keystone": "16.0.0",
"@keystone-next/keystone": "16.0.1",
"express": "^4.17.1",
"memoize-one": "^5.1.1",
"supertest-light": "^1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions tests/api-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"testcheck": "^1.0.0-rc.2"
},
"dependencies": {
"@keystone-next/test-utils-legacy": "^17.0.0",
"@keystone-next/types": "^17.0.0",
"@keystone-next/test-utils-legacy": "^17.0.1",
"@keystone-next/types": "^17.0.1",
"@keystone-next/utils-legacy": "^9.0.0",
"apollo-cache-control": "^0.12.0",
"express": "^4.17.1"
Expand Down

0 comments on commit dfc6da1

Please sign in to comment.