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 May 20, 2022
1 parent a7b8d7f commit 2236015
Show file tree
Hide file tree
Showing 38 changed files with 200 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/kind-peas-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-knives-hammer.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/poor-schools-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-guests-notice.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.1.1

### Patch Changes

- [#7543](https://github.com/keystonejs/keystone/pull/7543) [`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed the viewport sometimes shifting when opening the date picker in the create drawer.

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3)]:
- @keystone-ui/popover@5.0.2

## 6.1.0

### Minor 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.1.0",
"version": "6.1.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.1",
"@keystone-ui/popover": "^5.0.2",
"date-fns": "^2.26.0",
"react": "^17.0.2",
"react-day-picker": "^8.0.4",
Expand Down
6 changes: 6 additions & 0 deletions design-system/packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-ui/popover

## 5.0.2

### Patch Changes

- [#7543](https://github.com/keystonejs/keystone/pull/7543) [`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed bug where focus trap wasn't deactivating on unmount.

## 5.0.1

### Patch 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.1",
"version": "5.0.2",
"license": "MIT",
"main": "dist/keystone-ui-popover.cjs.js",
"module": "dist/keystone-ui-popover.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.3

### Patch Changes

- Updated dependencies [[`a7b8d7f9c`](https://github.com/keystonejs/keystone/commit/a7b8d7f9c63f5384dc9d479f47ba558ae8060707)]:
- @keystone-6/fields-document@3.0.0

## 0.0.2

### 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.2",
"version": "0.0.3",
"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": "^2.0.0",
"@keystone-6/fields-document": "^3.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.4

### Patch Changes

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.1",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^1.2.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.4

### Patch Changes

- Updated dependencies [[`a7b8d7f9c`](https://github.com/keystonejs/keystone/commit/a7b8d7f9c63f5384dc9d479f47ba558ae8060707), [`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/fields-document@3.0.0
- @keystone-ui/fields@6.1.1
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,12 +10,12 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.1",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^1.2.0",
"@keystone-6/document-renderer": "^1.0.0",
"@keystone-6/fields-document": "^2.0.1",
"@keystone-6/fields-document": "^3.0.0",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/fields": "^6.1.0",
"@keystone-ui/fields": "^6.1.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.4

### Patch Changes

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0
- @keystone-6/cloudinary@3.0.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"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": "^2.0.0",
"@keystone-6/cloudinary": "^2.0.0",
"@keystone-6/core": "^1.1.1",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/cloudinary": "^3.0.0",
"@keystone-6/core": "^1.2.0",
"@types/nodemailer": "^6.4.4",
"dotenv": "^16.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.4

### Patch Changes

- Updated dependencies [[`a7b8d7f9c`](https://github.com/keystonejs/keystone/commit/a7b8d7f9c63f5384dc9d479f47ba558ae8060707), [`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/fields-document@3.0.0
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "keystone dev",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.1",
"@keystone-6/fields-document": "^2.0.1"
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^1.2.0",
"@keystone-6/fields-document": "^3.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.4

### Patch Changes

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.1",
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^1.2.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.3

### Patch Changes

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.2

### 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.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone dev",
"sandbox": "yarn && yarn dev"
},
"dependencies": {
"@keystone-6/auth": "^2.0.0",
"@keystone-6/core": "^1.1.0"
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^1.2.0"
},
"engines": {
"node": "^14.15 || ^16.13"
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.4

### Patch Changes

- Updated dependencies [[`a7b8d7f9c`](https://github.com/keystonejs/keystone/commit/a7b8d7f9c63f5384dc9d479f47ba558ae8060707), [`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/fields-document@3.0.0
- @keystone-6/core@1.2.0

## 0.0.3

### 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.3",
"version": "0.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,9 +10,9 @@
"build": "keystone build"
},
"dependencies": {
"@keystone-6/core": "^1.1.1",
"@keystone-6/core": "^1.2.0",
"@keystone-6/document-renderer": "^1.0.0",
"@keystone-6/fields-document": "^2.0.1",
"@keystone-6/fields-document": "^3.0.0",
"@preconstruct/next": "^4.0.0",
"next": "^12.1.0",
"react": "^17.0.2"
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.3

### Patch Changes

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.2

### 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.2",
"version": "0.0.3",
"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": "^2.0.0",
"@keystone-6/core": "^1.1.0"
"@keystone-6/auth": "^3.0.0",
"@keystone-6/core": "^1.2.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.3

### Patch Changes

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`3fe69ed96`](https://github.com/keystonejs/keystone/commit/3fe69ed96b4817ae7cd10193acb5b06f247ce454)]:
- @keystone-6/core@1.2.0
- @keystone-6/auth@3.0.0

## 0.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit 2236015

Please sign in to comment.