Skip to content

Commit

Permalink
Version Packages (keystonejs#7219)
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 cb4dfb6 commit d4eadd6
Show file tree
Hide file tree
Showing 50 changed files with 231 additions and 129 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-emus-punch.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/chilled-coins-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-cherries-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-frogs-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-mirrors-enjoy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-rats-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-news-warn.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hot-geese-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-moons-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-otters-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-penguins-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-jeans-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-pianos-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-cobras-boil.md

This file was deleted.

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

## 6.0.1

### Patch Changes

- [#7394](https://github.com/keystonejs/keystone/pull/7394) [`5d96ee646`](https://github.com/keystonejs/keystone/commit/5d96ee646b3c6342935464763071ad7c3f0a8b43) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fixed off by one issue in date selection when using the timestamp field.

- Updated dependencies [[`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd)]:
- @keystone-ui/popover@5.0.1

## 6.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "6.0.0",
"version": "6.0.1",
"license": "MIT",
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
Expand All @@ -11,7 +11,7 @@
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/popover": "^5.0.0",
"@keystone-ui/popover": "^5.0.1",
"date-fns": "^2.26.0",
"react": "^17.0.2",
"react-day-picker": "npm:react-day-picker@^7.4.8",
Expand Down
9 changes: 9 additions & 0 deletions design-system/packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-ui/popover

## 5.0.1

### Patch Changes

- [#7253](https://github.com/keystonejs/keystone/pull/7253) [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fixed Popover component to toggle open and closed on click of the trigger, previously trigger click would only open the dialog.

This is necessary because the Admin UI has limited usability on mobile phones, and when certain dialogs open, it is difficult to close by clicking outside.
This adds the option of closing it by clicking the menu button again.

## 5.0.0

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

## 0.0.2

### Patch Changes

- [#7192](https://github.com/keystonejs/keystone/pull/7192) [`58f525d91`](https://github.com/keystonejs/keystone/commit/58f525d9118471abb434bf912dd557d282c87250) Thanks [@nizhu](https://github.com/nizhu)! - Fix invalid field value for Selection in docs for Component Block Relationship Fields

- Updated dependencies [[`29c6a45fd`](https://github.com/keystonejs/keystone/commit/29c6a45fd5fef8ea27f5d051b4fb5d660492aad5), [`c9ec91c8d`](https://github.com/keystonejs/keystone/commit/c9ec91c8d971063169c10e94e93e4626c3d52298), [`29c6a45fd`](https://github.com/keystonejs/keystone/commit/29c6a45fd5fef8ea27f5d051b4fb5d660492aad5)]:
- @keystone-6/fields-document@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"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": "^1.0.0",
"@keystone-6/fields-document": "^2.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.2

### Patch Changes

- Updated dependencies [[`dfb4aea31`](https://github.com/keystonejs/keystone/commit/dfb4aea3112ed83322a698f177545618275699b7), [`3e538d136`](https://github.com/keystonejs/keystone/commit/3e538d1360add48c37a099de7c9d1621e2c74ddf), [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd), [`ec8103a12`](https://github.com/keystonejs/keystone/commit/ec8103a12861a7cd182603b82aa3b1133a43da4e), [`81e663d31`](https://github.com/keystonejs/keystone/commit/81e663d3157b3c49a191aaa1bc1c179dd8cc34d4), [`4f3d0a073`](https://github.com/keystonejs/keystone/commit/4f3d0a073dba50f22505af545402a2f1e38afe0d), [`45c2bbaf3`](https://github.com/keystonejs/keystone/commit/45c2bbaf34594e135ccd09f5c9221eb822ac9965), [`6cea02475`](https://github.com/keystonejs/keystone/commit/6cea02475b02528e5f04f0a5bca641367ca1584d)]:
- @keystone-6/core@1.1.0
- @keystone-6/auth@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^1.0.0",
"@keystone-6/core": "^1.0.0",
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.0",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
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.2

### Patch Changes

- Updated dependencies [[`5d96ee646`](https://github.com/keystonejs/keystone/commit/5d96ee646b3c6342935464763071ad7c3f0a8b43), [`dfb4aea31`](https://github.com/keystonejs/keystone/commit/dfb4aea3112ed83322a698f177545618275699b7), [`3e538d136`](https://github.com/keystonejs/keystone/commit/3e538d1360add48c37a099de7c9d1621e2c74ddf), [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd), [`ec8103a12`](https://github.com/keystonejs/keystone/commit/ec8103a12861a7cd182603b82aa3b1133a43da4e), [`81e663d31`](https://github.com/keystonejs/keystone/commit/81e663d3157b3c49a191aaa1bc1c179dd8cc34d4), [`29c6a45fd`](https://github.com/keystonejs/keystone/commit/29c6a45fd5fef8ea27f5d051b4fb5d660492aad5), [`4f3d0a073`](https://github.com/keystonejs/keystone/commit/4f3d0a073dba50f22505af545402a2f1e38afe0d), [`c9ec91c8d`](https://github.com/keystonejs/keystone/commit/c9ec91c8d971063169c10e94e93e4626c3d52298), [`45c2bbaf3`](https://github.com/keystonejs/keystone/commit/45c2bbaf34594e135ccd09f5c9221eb822ac9965), [`29c6a45fd`](https://github.com/keystonejs/keystone/commit/29c6a45fd5fef8ea27f5d051b4fb5d660492aad5), [`6cea02475`](https://github.com/keystonejs/keystone/commit/6cea02475b02528e5f04f0a5bca641367ca1584d)]:
- @keystone-ui/fields@6.0.1
- @keystone-6/core@1.1.0
- @keystone-6/fields-document@2.0.0
- @keystone-6/auth@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,12 +10,12 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^1.0.0",
"@keystone-6/core": "^1.0.0",
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.0",
"@keystone-6/document-renderer": "^1.0.0",
"@keystone-6/fields-document": "^1.0.0",
"@keystone-6/fields-document": "^2.0.0",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/fields": "^6.0.0",
"@keystone-ui/fields": "^6.0.1",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/tooltip": "^5.0.0",
"@types/react": "^17.0.37",
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.2

### Patch Changes

- Updated dependencies [[`dfb4aea31`](https://github.com/keystonejs/keystone/commit/dfb4aea3112ed83322a698f177545618275699b7), [`3e538d136`](https://github.com/keystonejs/keystone/commit/3e538d1360add48c37a099de7c9d1621e2c74ddf), [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd), [`ec8103a12`](https://github.com/keystonejs/keystone/commit/ec8103a12861a7cd182603b82aa3b1133a43da4e), [`81e663d31`](https://github.com/keystonejs/keystone/commit/81e663d3157b3c49a191aaa1bc1c179dd8cc34d4), [`4f3d0a073`](https://github.com/keystonejs/keystone/commit/4f3d0a073dba50f22505af545402a2f1e38afe0d), [`45c2bbaf3`](https://github.com/keystonejs/keystone/commit/45c2bbaf34594e135ccd09f5c9221eb822ac9965), [`6cea02475`](https://github.com/keystonejs/keystone/commit/6cea02475b02528e5f04f0a5bca641367ca1584d)]:
- @keystone-6/core@1.1.0
- @keystone-6/auth@2.0.0
- @keystone-6/cloudinary@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"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": "^1.0.0",
"@keystone-6/cloudinary": "^1.0.0",
"@keystone-6/core": "^1.0.0",
"@keystone-6/auth": "^2.0.0",
"@keystone-6/cloudinary": "^2.0.0",
"@keystone-6/core": "^1.1.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^11.0.0",
"next": "^12.1.0",
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.2

### Patch Changes

- Updated dependencies [[`dfb4aea31`](https://github.com/keystonejs/keystone/commit/dfb4aea3112ed83322a698f177545618275699b7), [`3e538d136`](https://github.com/keystonejs/keystone/commit/3e538d1360add48c37a099de7c9d1621e2c74ddf), [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd), [`ec8103a12`](https://github.com/keystonejs/keystone/commit/ec8103a12861a7cd182603b82aa3b1133a43da4e), [`81e663d31`](https://github.com/keystonejs/keystone/commit/81e663d3157b3c49a191aaa1bc1c179dd8cc34d4), [`29c6a45fd`](https://github.com/keystonejs/keystone/commit/29c6a45fd5fef8ea27f5d051b4fb5d660492aad5), [`4f3d0a073`](https://github.com/keystonejs/keystone/commit/4f3d0a073dba50f22505af545402a2f1e38afe0d), [`c9ec91c8d`](https://github.com/keystonejs/keystone/commit/c9ec91c8d971063169c10e94e93e4626c3d52298), [`45c2bbaf3`](https://github.com/keystonejs/keystone/commit/45c2bbaf34594e135ccd09f5c9221eb822ac9965), [`29c6a45fd`](https://github.com/keystonejs/keystone/commit/29c6a45fd5fef8ea27f5d051b4fb5d660492aad5), [`6cea02475`](https://github.com/keystonejs/keystone/commit/6cea02475b02528e5f04f0a5bca641367ca1584d)]:
- @keystone-6/core@1.1.0
- @keystone-6/fields-document@2.0.0
- @keystone-6/auth@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "keystone dev",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^1.0.0",
"@keystone-6/core": "^1.0.0",
"@keystone-6/fields-document": "^1.0.0"
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.0",
"@keystone-6/fields-document": "^2.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.2

### Patch Changes

- Updated dependencies [[`dfb4aea31`](https://github.com/keystonejs/keystone/commit/dfb4aea3112ed83322a698f177545618275699b7), [`3e538d136`](https://github.com/keystonejs/keystone/commit/3e538d1360add48c37a099de7c9d1621e2c74ddf), [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd), [`ec8103a12`](https://github.com/keystonejs/keystone/commit/ec8103a12861a7cd182603b82aa3b1133a43da4e), [`81e663d31`](https://github.com/keystonejs/keystone/commit/81e663d3157b3c49a191aaa1bc1c179dd8cc34d4), [`4f3d0a073`](https://github.com/keystonejs/keystone/commit/4f3d0a073dba50f22505af545402a2f1e38afe0d), [`45c2bbaf3`](https://github.com/keystonejs/keystone/commit/45c2bbaf34594e135ccd09f5c9221eb822ac9965), [`6cea02475`](https://github.com/keystonejs/keystone/commit/6cea02475b02528e5f04f0a5bca641367ca1584d)]:
- @keystone-6/core@1.1.0
- @keystone-6/auth@2.0.0

## 0.0.1

### 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.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^1.0.0",
"@keystone-6/core": "^1.0.0",
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.0",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
8 changes: 8 additions & 0 deletions examples-staging/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-6/example-sandbox

## 0.0.2

### Patch Changes

- Updated dependencies [[`dfb4aea31`](https://github.com/keystonejs/keystone/commit/dfb4aea3112ed83322a698f177545618275699b7), [`3e538d136`](https://github.com/keystonejs/keystone/commit/3e538d1360add48c37a099de7c9d1621e2c74ddf), [`518bd2e43`](https://github.com/keystonejs/keystone/commit/518bd2e437227fbd1a8f7fb947dcb11c57ffb7dd), [`ec8103a12`](https://github.com/keystonejs/keystone/commit/ec8103a12861a7cd182603b82aa3b1133a43da4e), [`81e663d31`](https://github.com/keystonejs/keystone/commit/81e663d3157b3c49a191aaa1bc1c179dd8cc34d4), [`4f3d0a073`](https://github.com/keystonejs/keystone/commit/4f3d0a073dba50f22505af545402a2f1e38afe0d), [`45c2bbaf3`](https://github.com/keystonejs/keystone/commit/45c2bbaf34594e135ccd09f5c9221eb822ac9965), [`6cea02475`](https://github.com/keystonejs/keystone/commit/6cea02475b02528e5f04f0a5bca641367ca1584d)]:
- @keystone-6/core@1.1.0
- @keystone-6/auth@2.0.0

## 0.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples-staging/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-6/example-sandbox",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone dev",
"sandbox": "yarn && yarn dev"
},
"dependencies": {
"@keystone-6/auth": "^1.0.0",
"@keystone-6/core": "^1.0.0"
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.0"
},
"engines": {
"node": "^14.15 || ^16.13"
Expand Down
Loading

0 comments on commit d4eadd6

Please sign in to comment.