Skip to content

Commit

Permalink
Version Packages (#5672)
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 44b8c1d commit fe6000e
Show file tree
Hide file tree
Showing 40 changed files with 210 additions and 102 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-needles-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-dolphins-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-bears-remember.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/proud-dragons-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-stingrays-sing.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/short-cougars-travel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-ties-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-bugs-brake.md

This file was deleted.

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

## 3.1.0

### Minor Changes

- [#5670](https://github.com/keystonejs/keystone/pull/5670) [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Added focustrap to the PopoverDialog component, when the PopoverDialog is open, browser focus is now trapped within it till the dialog is closed.

## 3.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": "3.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/popover.cjs.js",
"module": "dist/popover.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions examples/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-auth

## 3.0.3

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb), [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/admin-ui@14.1.3
- @keystone-next/auth@24.0.0

## 3.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-auth",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,10 +9,10 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/admin-ui": "^14.1.3",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/keystone": "^17.2.0",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions examples/basic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/app-basic

## 3.0.4

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb), [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/types@17.1.0
- @keystone-next/admin-ui@14.1.3
- @keystone-next/auth@24.0.0

## 3.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/app-basic",
"version": "3.0.3",
"version": "3.0.4",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,13 +11,13 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@graphql-tools/merge": "^6.2.14",
"@keystone-next/admin-ui": "^14.1.2",
"@keystone-next/auth": "^23.0.1",
"@keystone-next/admin-ui": "^14.1.3",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/document-renderer": "^2.0.3",
"@keystone-next/fields": "^8.2.0",
"@keystone-next/fields-document": "^5.0.2",
"@keystone-next/keystone": "^17.1.1",
"@keystone-next/types": "^17.0.1",
"@keystone-next/keystone": "^17.2.0",
"@keystone-next/types": "^17.1.0",
"@keystone-ui/core": "^2.0.3",
"@keystone-ui/fields": "^3.0.0",
"@keystone-ui/icons": "^3.0.0",
Expand Down
10 changes: 10 additions & 0 deletions examples/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-ecommerce

## 3.0.3

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb), [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/types@17.1.0
- @keystone-next/admin-ui@14.1.3
- @keystone-next/auth@24.0.0

## 3.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-ecommerce",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -16,12 +16,12 @@
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.14.0",
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/admin-ui": "^14.1.3",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/cloudinary": "^4.0.1",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/types": "^17.0.1",
"@keystone-next/keystone": "^17.2.0",
"@keystone-next/types": "^17.1.0",
"@types/nodemailer": "^6.4.1",
"dotenv": "^9.0.2",
"next": "^10.2.0",
Expand All @@ -31,7 +31,7 @@
"stripe": "^8.148.0"
},
"devDependencies": {
"@keystone-next/test-utils-legacy": "^17.0.2",
"@keystone-next/test-utils-legacy": "^18.0.0",
"typescript": "^4.2.4"
},
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions examples/graphql-api-endpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# keystone-next-app

## 0.0.9

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/auth@24.0.0

## 0.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions examples/graphql-api-endpoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystone-next-app",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"scripts": {
"dev": "keystone-next dev",
Expand All @@ -9,10 +9,10 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/fields-document": "^5.0.1",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/keystone": "^17.2.0",
"apollo-server-micro": "^2.24.0"
},
"repository": "https://github.com/keystonejs/keystone/tree/master/examples/graphql-api-endpoint"
Expand Down
10 changes: 10 additions & 0 deletions examples/roles/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-next/example-roles

## 3.0.3

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb), [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/types@17.1.0
- @keystone-next/admin-ui@14.1.3
- @keystone-next/auth@24.0.0

## 3.0.2

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions examples/roles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-roles",
"version": "3.0.2",
"version": "3.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,11 +9,11 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/admin-ui": "^14.1.3",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0",
"@keystone-next/types": "^17.0.1",
"@keystone-next/keystone": "^17.2.0",
"@keystone-next/types": "^17.1.0",
"next": "^10.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
9 changes: 9 additions & 0 deletions examples/sandbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/example-sandbox

## 2.0.3

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb), [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/admin-ui@14.1.3
- @keystone-next/auth@24.0.0

## 2.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions examples/sandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@keystone-next/example-sandbox",
"version": "2.0.2",
"version": "2.0.3",
"private": true,
"license": "MIT",
"scripts": {
"dev": "keystone-next dev",
"sandbox": "yarn && yarn dev"
},
"dependencies": {
"@keystone-next/admin-ui": "^14.1.1",
"@keystone-next/auth": "^23.0.0",
"@keystone-next/admin-ui": "^14.1.3",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/fields": "^8.1.0",
"@keystone-next/keystone": "^17.1.0"
"@keystone-next/keystone": "^17.2.0"
},
"engines": {
"node": ">=v12.13.1"
Expand Down
12 changes: 12 additions & 0 deletions examples/with-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# @keystone-next/example-with-auth

## 1.0.0

### Major Changes

- [#5612](https://github.com/keystonejs/keystone/pull/5612) [`5606e5965`](https://github.com/keystonejs/keystone/commit/5606e5965e546217728128cb3429c7c540d37740) Thanks [@timleslie](https://github.com/timleslie)! - Initial version of the `withAuth` example.

### Patch Changes

- Updated dependencies [[`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb)]:
- @keystone-next/keystone@17.2.0
- @keystone-next/auth@24.0.0
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-next/example-with-auth",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,9 +9,9 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/auth": "^23.0.0",
"@keystone-next/auth": "^24.0.0",
"@keystone-next/fields": "^8.0.0",
"@keystone-next/keystone": "^17.0.0"
"@keystone-next/keystone": "^17.2.0"
},
"devDependencies": {
"typescript": "^4.2.4"
Expand Down
11 changes: 11 additions & 0 deletions packages-next/admin-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-next/admin-ui

## 14.1.3

### Patch Changes

- [#5670](https://github.com/keystonejs/keystone/pull/5670) [`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Patch update to @keystone-ui/popover.

- Updated dependencies [[`669f0d8ac`](https://github.com/keystonejs/keystone/commit/669f0d8acfce5d6b7eaaa972ab354597c53c2568), [`737b3e6e5`](https://github.com/keystonejs/keystone/commit/737b3e6e53d0948de8f1419709ece5648ff4529a), [`62e68c8e5`](https://github.com/keystonejs/keystone/commit/62e68c8e5b4964785a173ab05ff89cba9cc685f2), [`deb7f9504`](https://github.com/keystonejs/keystone/commit/deb7f9504573da67b0cd76d3f53dc0fcceaf1021), [`1ef9986dd`](https://github.com/keystonejs/keystone/commit/1ef9986ddc5a4a881a3fc6fae3d1420447174fdb)]:
- @keystone-ui/popover@3.1.0
- @keystone-next/keystone@17.2.0
- @keystone-next/types@17.1.0

## 14.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages-next/admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@keystone-next/admin-ui",
"version": "14.1.2",
"version": "14.1.3",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.17",
"@babel/runtime": "^7.14.0",
"@emotion/hash": "^0.8.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/admin-ui-utils": "^4.0.0",
"@keystone-next/keystone": "^17.1.1",
"@keystone-next/types": "^17.0.1",
"@keystone-next/keystone": "^17.2.0",
"@keystone-next/types": "^17.1.0",
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.3",
"@keystone-ui/fields": "^3.0.0",
Expand All @@ -19,7 +19,7 @@
"@keystone-ui/notice": "^3.0.0",
"@keystone-ui/options": "^3.0.1",
"@keystone-ui/pill": "^3.0.0",
"@keystone-ui/popover": "^3.0.0",
"@keystone-ui/popover": "^3.1.0",
"@keystone-ui/toast": "^3.0.0",
"@keystone-ui/tooltip": "^3.0.0",
"@preconstruct/next": "^3.0.0",
Expand Down
Loading

1 comment on commit fe6000e

@vercel
Copy link

@vercel vercel bot commented on fe6000e May 17, 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.