Skip to content

Commit

Permalink
Version Packages (#6030)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 3948373 commit bb8e11d
Show file tree
Hide file tree
Showing 30 changed files with 167 additions and 66 deletions.
16 changes: 0 additions & 16 deletions .changeset/loud-crabs-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-eels-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-rockets-work.md

This file was deleted.

6 changes: 6 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-next/website

## 3.1.2

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/website",
"version": "3.1.1",
"version": "3.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions examples/default-values/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-default-values

## 1.0.3

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/default-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-default-values",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0"
"@keystone-next/fields": "^11.0.3",
"@keystone-next/keystone": "^21.0.2"
},
"devDependencies": {
"typescript": "^4.3.4"
Expand Down
10 changes: 10 additions & 0 deletions examples/document-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-document-field

## 1.0.2

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0.1",
"version": "1.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@keystone-next/document-renderer": "^3.0.0",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/fields": "^11.0.3",
"@keystone-next/fields-document": "^7.0.1",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/keystone": "^21.0.2",
"@preconstruct/next": "^3.0.0",
"next": "^10.2.3",
"react": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions examples/extend-graphql-schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-extend-graphql-schema

## 1.0.3

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/extend-graphql-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-extend-graphql-schema",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0"
"@keystone-next/fields": "^11.0.3",
"@keystone-next/keystone": "^21.0.2"
},
"devDependencies": {
"typescript": "^4.3.4"
Expand Down
10 changes: 10 additions & 0 deletions examples/json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-json

## 4.0.4

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2

## 4.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-json-field",
"version": "4.0.3",
"version": "4.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0"
"@keystone-next/fields": "^11.0.3",
"@keystone-next/keystone": "^21.0.2"
},
"devDependencies": {
"typescript": "^4.3.4"
Expand Down
12 changes: 12 additions & 0 deletions examples/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/example-testing

## 0.0.3

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/auth@28.0.1
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2
- @keystone-next/types@21.0.1

## 0.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-testing",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,11 +13,11 @@
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@keystone-next/auth": "^28.0.0",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/auth": "^28.0.1",
"@keystone-next/fields": "^11.0.3",
"@keystone-next/keystone": "^21.0.2",
"@keystone-next/testing": "^1.0.1",
"@keystone-next/types": "^21.0.0"
"@keystone-next/types": "^21.0.1"
},
"devDependencies": {
"babel-jest": "^27.0.6",
Expand Down
11 changes: 11 additions & 0 deletions examples/with-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/example-with-auth

## 2.0.4

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/auth@28.0.1
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2

## 2.0.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-with-auth",
"version": "2.0.3",
"version": "2.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/auth": "^28.0.0",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/keystone": "^21.0.0"
"@keystone-next/auth": "^28.0.1",
"@keystone-next/fields": "^11.0.3",
"@keystone-next/keystone": "^21.0.2"
},
"devDependencies": {
"typescript": "^4.3.4"
Expand Down
11 changes: 11 additions & 0 deletions packages-next/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/auth

## 28.0.1

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/fields@11.0.3
- @keystone-next/keystone@21.0.2
- @keystone-next/types@21.0.1

## 28.0.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages-next/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/auth",
"version": "28.0.0",
"version": "28.0.1",
"license": "MIT",
"main": "dist/auth.cjs.js",
"module": "dist/auth.esm.js",
Expand All @@ -11,8 +11,8 @@
"@babel/runtime": "^7.14.6",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/admin-ui-utils": "^5.0.3",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/types": "^21.0.0",
"@keystone-next/fields": "^11.0.3",
"@keystone-next/types": "^21.0.1",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/fields": "^4.1.1",
Expand All @@ -22,11 +22,11 @@
"graphql": "^15.5.1"
},
"devDependencies": {
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/keystone": "^21.0.2",
"react": "^17.0.2"
},
"peerDependencies": {
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/keystone": "^21.0.2",
"react": "^17.0.2"
},
"preconstruct": {
Expand Down
10 changes: 10 additions & 0 deletions packages-next/cloudinary/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/cloudinary

## 6.0.3

### Patch Changes

- [#6031](https://github.com/keystonejs/keystone/pull/6031) [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `cloudinaryImage` field not passing through access control, hooks, ui and graphql options to Keystone.

- Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5), [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5)]:
- @keystone-next/fields@11.0.3
- @keystone-next/types@21.0.1

## 6.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages-next/cloudinary/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@keystone-next/cloudinary",
"version": "6.0.2",
"version": "6.0.3",
"license": "MIT",
"main": "dist/cloudinary.cjs.js",
"module": "dist/cloudinary.esm.js",
"dependencies": {
"@babel/runtime": "^7.14.6",
"@keystone-next/fields": "^11.0.2",
"@keystone-next/types": "^21.0.0",
"@keystone-next/fields": "^11.0.3",
"@keystone-next/types": "^21.0.1",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/fields": "^4.1.2",
Expand Down
12 changes: 12 additions & 0 deletions packages-next/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/fields

## 11.0.3

### Patch Changes

- [#6029](https://github.com/keystonejs/keystone/pull/6029) [`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5) Thanks [@bladey](https://github.com/bladey)! - Updated Keystone URL reference from next.keystonejs.com to keystonejs.com.

* [#6031](https://github.com/keystonejs/keystone/pull/6031) [`0988f08c2`](https://github.com/keystonejs/keystone/commit/0988f08c2a88a0da6b85a385caf48ff093e1f9e5) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed `relationship` field not passing through access control, hooks, ui and graphql options to Keystone.

* Updated dependencies [[`038cd09a2`](https://github.com/keystonejs/keystone/commit/038cd09a201081e3f56ffd75577e6b74a6eb19e5)]:
- @keystone-next/keystone@21.0.2
- @keystone-next/types@21.0.1

## 11.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages-next/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/fields",
"version": "11.0.2",
"version": "11.0.3",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@babel/runtime": "^7.14.6",
"@keystone-next/admin-ui-utils": "^5.0.3",
"@keystone-next/keystone": "^21.0.0",
"@keystone-next/types": "^21.0.0",
"@keystone-next/keystone": "^21.0.2",
"@keystone-next/types": "^21.0.1",
"@keystone-next/utils": "^1.0.1",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.1.0",
Expand Down
Loading

1 comment on commit bb8e11d

@vercel
Copy link

@vercel vercel bot commented on bb8e11d Jun 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.