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 Jun 10, 2022
1 parent 29db9b5 commit f89c35f
Show file tree
Hide file tree
Showing 36 changed files with 196 additions and 73 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-coins-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-tigers-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-singers-sip.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/spicy-dragons-poke.md

This file was deleted.

6 changes: 6 additions & 0 deletions design-system/packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-ui/fields

## 7.1.0

### Minor Changes

- [#7578](https://github.com/keystonejs/keystone/pull/7578) [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8) Thanks [@Achisingh](https://github.com/Achisingh)! - Added `FieldDescription` component

## 7.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/fields",
"version": "7.0.0",
"version": "7.1.0",
"license": "MIT",
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @keystone-6/website

## 0.0.4

### Patch Changes

- Updated dependencies [[`d591e31c6`](https://github.com/keystonejs/keystone/commit/d591e31c61297c88ca5b0c24d4b855c3b12324b2), [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/fields-document@4.0.0

## 0.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/website",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"@emotion/react": "^11.7.1",
"@emotion/server": "11.4.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-6/fields-document": "^3.0.0",
"@keystone-6/fields-document": "^4.0.0",
"@mdx-js/loader": "next",
"@mdx-js/react": "next",
"@next/mdx": "^12.0.7",
Expand Down
8 changes: 8 additions & 0 deletions examples-staging/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/example-auth

## 0.0.5

### Patch Changes

- Updated dependencies [[`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-auth",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^2.0.0",
"@keystone-6/auth": "^4.0.0",
"@keystone-6/core": "^2.1.0",
"next": "^12.1.5",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
10 changes: 10 additions & 0 deletions examples-staging/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-6/example-app-basic

## 0.0.5

### Patch Changes

- Updated dependencies [[`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8), [`d591e31c6`](https://github.com/keystonejs/keystone/commit/d591e31c61297c88ca5b0c24d4b855c3b12324b2), [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-ui/fields@7.1.0
- @keystone-6/fields-document@4.0.0
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples-staging/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/examples-app-basic",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,13 +10,13 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^2.0.0",
"@keystone-6/auth": "^4.0.0",
"@keystone-6/core": "^2.1.0",
"@keystone-6/document-renderer": "^1.1.0",
"@keystone-6/fields-document": "^3.0.0",
"@keystone-6/fields-document": "^4.0.0",
"@keystone-ui/button": "^7.0.0",
"@keystone-ui/core": "^5.0.0",
"@keystone-ui/fields": "^7.0.0",
"@keystone-ui/fields": "^7.1.0",
"@keystone-ui/icons": "^6.0.0",
"@keystone-ui/tooltip": "^6.0.0",
"@types/react": "^18.0.9",
Expand Down
9 changes: 9 additions & 0 deletions examples-staging/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-6/example-ecommerce

## 0.0.5

### Patch Changes

- Updated dependencies [[`52e547748`](https://github.com/keystonejs/keystone/commit/52e547748fcb9a7600a5500d8aabc27693542181), [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/cloudinary@4.0.0
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-ecommerce",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,9 +16,9 @@
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/cloudinary": "^3.0.0",
"@keystone-6/core": "^2.0.0",
"@keystone-6/auth": "^4.0.0",
"@keystone-6/cloudinary": "^4.0.0",
"@keystone-6/core": "^2.1.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^16.0.0",
"next": "^12.1.5",
Expand Down
9 changes: 9 additions & 0 deletions examples-staging/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# keystone-next-app

## 0.0.5

### Patch Changes

- Updated dependencies [[`d591e31c6`](https://github.com/keystonejs/keystone/commit/d591e31c61297c88ca5b0c24d4b855c3b12324b2), [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/fields-document@4.0.0
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples-staging/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-graphql-api-endpoint",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "keystone dev",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^2.0.0",
"@keystone-6/fields-document": "^3.0.0"
"@keystone-6/auth": "^4.0.0",
"@keystone-6/core": "^2.1.0",
"@keystone-6/fields-document": "^4.0.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/main/examples-staging/graphql-api-endpoint"
}
8 changes: 8 additions & 0 deletions examples-staging/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/example-roles

## 0.0.5

### Patch Changes

- Updated dependencies [[`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-roles",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^2.0.0",
"@keystone-6/auth": "^4.0.0",
"@keystone-6/core": "^2.1.0",
"next": "^12.1.5",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/document-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/example-document-field

## 0.0.5

### Patch Changes

- Updated dependencies [[`d591e31c6`](https://github.com/keystonejs/keystone/commit/d591e31c61297c88ca5b0c24d4b855c3b12324b2), [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/fields-document@4.0.0
- @keystone-6/core@2.1.0

## 0.0.4

### 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-6/example-document-field",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/core": "^2.0.0",
"@keystone-6/core": "^2.1.0",
"@keystone-6/document-renderer": "^1.1.0",
"@keystone-6/fields-document": "^3.0.0",
"@keystone-6/fields-document": "^4.0.0",
"@preconstruct/next": "^4.0.0",
"next": "^12.1.5",
"react": "^18.1.0"
Expand Down
8 changes: 8 additions & 0 deletions examples/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/example-testing

## 0.0.4

### Patch Changes

- Updated dependencies [[`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-testing",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -13,8 +13,8 @@
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^2.0.0"
"@keystone-6/auth": "^4.0.0",
"@keystone-6/core": "^2.1.0"
},
"devDependencies": {
"babel-jest": "^27.3.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/with-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/example-with-auth

## 0.0.4

### Patch Changes

- Updated dependencies [[`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-6/core@2.1.0
- @keystone-6/auth@4.0.0

## 0.0.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/with-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-with-auth",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^2.0.0"
"@keystone-6/auth": "^4.0.0",
"@keystone-6/core": "^2.1.0"
},
"devDependencies": {
"typescript": "^4.4.4"
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/auth

## 4.0.0

### Patch Changes

- Updated dependencies [[`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8), [`29db9b5de`](https://github.com/keystonejs/keystone/commit/29db9b5de4d4a13150730f797463e3f8bb1c75d8)]:
- @keystone-ui/fields@7.1.0
- @keystone-6/core@2.1.0

## 3.0.0

### Major Changes
Expand Down
Loading

0 comments on commit f89c35f

Please sign in to comment.