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 28, 2021
1 parent 27cfdb2 commit ff704f5
Show file tree
Hide file tree
Showing 53 changed files with 279 additions and 175 deletions.
7 changes: 0 additions & 7 deletions .changeset/brave-dolls-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brown-forks-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-countries-drop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/clean-dots-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-socks-visit.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/five-maps-call.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/funny-mice-drum.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/honest-cats-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-hotels-tie.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/ninety-gifts-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-wasps-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-seas-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-shoes-call.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-files-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-cows-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-drinks-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-glasses-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-adults-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-walls-behave.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

## 4.1.2

### Patch Changes

- [#5848](https://github.com/keystonejs/keystone/pull/5848) [`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2) Thanks [@renovate](https://github.com/apps/renovate)! - Updated TypeScript to 4.3.2

- Updated dependencies [[`0afacf621`](https://github.com/keystonejs/keystone/commit/0afacf621f922b5f47f7314ead9be94960b9859a), [`eab130f30`](https://github.com/keystonejs/keystone/commit/eab130f30d79b82c18b3cce0bc054abe2c1b58fd)]:
- @keystone-ui/popover@4.0.2

## 4.1.1

### Patch 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": "4.1.1",
"version": "4.1.2",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
Expand All @@ -11,7 +11,7 @@
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.1",
"@keystone-ui/popover": "^4.0.2",
"@types/react-select": "^4.0.16",
"date-fns": "^2.22.1",
"react": "^17.0.2",
Expand Down
9 changes: 9 additions & 0 deletions design-system/packages/options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-ui/options

## 4.0.1

### Patch Changes

- [#5848](https://github.com/keystonejs/keystone/pull/5848) [`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2) Thanks [@renovate](https://github.com/apps/renovate)! - Updated TypeScript to 4.3.2

- Updated dependencies [[`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2)]:
- @keystone-ui/fields@4.1.2

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/options/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/options",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "dist/options.cjs.js",
"module": "dist/options.esm.js",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@babel/runtime": "^7.14.6",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.0.0",
"@keystone-ui/fields": "^4.1.2",
"@keystone-ui/icons": "^4.0.0",
"@types/react-select": "^4.0.16",
"react-select": "^4.3.1"
Expand Down
8 changes: 8 additions & 0 deletions design-system/packages/popover/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @keystone-ui/popover

## 4.0.2

### Patch Changes

- [#5924](https://github.com/keystonejs/keystone/pull/5924) [`0afacf621`](https://github.com/keystonejs/keystone/commit/0afacf621f922b5f47f7314ead9be94960b9859a) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fixed popover arrow misalignment.

* [#5921](https://github.com/keystonejs/keystone/pull/5921) [`eab130f30`](https://github.com/keystonejs/keystone/commit/eab130f30d79b82c18b3cce0bc054abe2c1b58fd) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Applied aria-modal and role=dialog to popover component for better screen reader support.

## 4.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": "4.0.1",
"version": "4.0.2",
"license": "MIT",
"main": "dist/popover.cjs.js",
"module": "dist/popover.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions design-system/packages/toast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-ui/toast

## 4.0.1

### Patch Changes

- [#5930](https://github.com/keystonejs/keystone/pull/5930) [`40a44d20d`](https://github.com/keystonejs/keystone/commit/40a44d20d2eda2bcfb311fc3ce05936623230205) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Added role="alert" to Toast container element for better screen reader experience.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/toast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/toast",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "dist/toast.cjs.js",
"module": "dist/toast.esm.js",
Expand Down
12 changes: 12 additions & 0 deletions examples-staging/ecommerce/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-next/example-ecommerce

## 4.0.3

### Patch Changes

- [#5926](https://github.com/keystonejs/keystone/pull/5926) [`3b9cdc2c0`](https://github.com/keystonejs/keystone/commit/3b9cdc2c0cc19be109d7d5e0d7ccd43946f35ffe) Thanks [@timleslie](https://github.com/timleslie)! - Updated tests to use the `@keystone-next/testing` package.

- Updated dependencies [[`10b36551a`](https://github.com/keystonejs/keystone/commit/10b36551ac3a88da2cfeba3d065d6dd36041e769), [`8afbab763`](https://github.com/keystonejs/keystone/commit/8afbab7636b4236c6604311819160d5f1420a90e), [`de0a5c19e`](https://github.com/keystonejs/keystone/commit/de0a5c19e656360ea3febc7e0240543c7817253e), [`7a25925c3`](https://github.com/keystonejs/keystone/commit/7a25925c3dc5b2af2cf1209ee949563fb71a4a8c), [`50ad1ce6b`](https://github.com/keystonejs/keystone/commit/50ad1ce6be90f5fb2481840dbd01328b6f629432), [`0df3734d5`](https://github.com/keystonejs/keystone/commit/0df3734d52a89df30f1d555d003002cb79ad9e9a), [`123042b04`](https://github.com/keystonejs/keystone/commit/123042b047f3242ac95d2c5280de8c07f18a86be), [`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2), [`006afd108`](https://github.com/keystonejs/keystone/commit/006afd1082b474bac2499bed57bcaccf1e1d6138), [`3be09ea54`](https://github.com/keystonejs/keystone/commit/3be09ea548861b490dad8b50e58980580d366434), [`eab130f30`](https://github.com/keystonejs/keystone/commit/eab130f30d79b82c18b3cce0bc054abe2c1b58fd)]:
- @keystone-next/keystone@20.0.1
- @keystone-next/cloudinary@6.0.1
- @keystone-next/fields@11.0.1
- @keystone-next/types@20.0.1

## 4.0.2

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions examples-staging/ecommerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-ecommerce",
"version": "4.0.2",
"version": "4.0.3",
"private": true,
"author": "Wes Bos & Jed Watson",
"license": "MIT",
Expand All @@ -17,10 +17,10 @@
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "^7.14.6",
"@keystone-next/auth": "^27.0.0",
"@keystone-next/cloudinary": "^6.0.0",
"@keystone-next/fields": "^11.0.0",
"@keystone-next/keystone": "^20.0.0",
"@keystone-next/types": "^20.0.0",
"@keystone-next/cloudinary": "^6.0.1",
"@keystone-next/fields": "^11.0.1",
"@keystone-next/keystone": "^20.0.1",
"@keystone-next/types": "^20.0.1",
"@types/nodemailer": "^6.4.2",
"dotenv": "^10.0.0",
"next": "^10.2.3",
Expand All @@ -30,7 +30,7 @@
"stripe": "^8.157.0"
},
"devDependencies": {
"@keystone-next/testing": "^0.0.0",
"@keystone-next/testing": "^1.0.0",
"typescript": "^4.3.4"
},
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions examples-staging/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @keystone-next/example-playground

## 1.0.1
### Patch Changes



- [#5817](https://github.com/keystonejs/keystone/pull/5817) [`10b36551a`](https://github.com/keystonejs/keystone/commit/10b36551ac3a88da2cfeba3d065d6dd36041e769) Thanks [@bladey](https://github.com/bladey)! - Added example that demonstrates how you can customise the GraphQL Playground accessed at `/api/graphql`.

- Updated dependencies [[`10b36551a`](https://github.com/keystonejs/keystone/commit/10b36551ac3a88da2cfeba3d065d6dd36041e769), [`8afbab763`](https://github.com/keystonejs/keystone/commit/8afbab7636b4236c6604311819160d5f1420a90e), [`de0a5c19e`](https://github.com/keystonejs/keystone/commit/de0a5c19e656360ea3febc7e0240543c7817253e), [`7a25925c3`](https://github.com/keystonejs/keystone/commit/7a25925c3dc5b2af2cf1209ee949563fb71a4a8c), [`50ad1ce6b`](https://github.com/keystonejs/keystone/commit/50ad1ce6be90f5fb2481840dbd01328b6f629432), [`123042b04`](https://github.com/keystonejs/keystone/commit/123042b047f3242ac95d2c5280de8c07f18a86be), [`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2), [`006afd108`](https://github.com/keystonejs/keystone/commit/006afd1082b474bac2499bed57bcaccf1e1d6138), [`3be09ea54`](https://github.com/keystonejs/keystone/commit/3be09ea548861b490dad8b50e58980580d366434), [`eab130f30`](https://github.com/keystonejs/keystone/commit/eab130f30d79b82c18b3cce0bc054abe2c1b58fd)]:
- @keystone-next/keystone@20.0.1
- @keystone-next/fields@11.0.1
6 changes: 3 additions & 3 deletions examples-staging/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-playground",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^11.0.0",
"@keystone-next/keystone": "^20.0.0"
"@keystone-next/fields": "^11.0.1",
"@keystone-next/keystone": "^20.0.1"
},
"devDependencies": {
"typescript": "^4.3.4"
Expand Down
12 changes: 12 additions & 0 deletions examples/document-field/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# @keystone-next/example-document-field

## 1.0.0

### Major Changes

- [#5955](https://github.com/keystonejs/keystone/pull/5955) [`f87ea05fc`](https://github.com/keystonejs/keystone/commit/f87ea05fc23a0ed17f7dadf4d4499ab646ff33fb) Thanks [@timleslie](https://github.com/timleslie)! - Initial version of the document field example project.

### Patch Changes

- Updated dependencies [[`10b36551a`](https://github.com/keystonejs/keystone/commit/10b36551ac3a88da2cfeba3d065d6dd36041e769), [`8afbab763`](https://github.com/keystonejs/keystone/commit/8afbab7636b4236c6604311819160d5f1420a90e), [`de0a5c19e`](https://github.com/keystonejs/keystone/commit/de0a5c19e656360ea3febc7e0240543c7817253e), [`7a25925c3`](https://github.com/keystonejs/keystone/commit/7a25925c3dc5b2af2cf1209ee949563fb71a4a8c), [`50ad1ce6b`](https://github.com/keystonejs/keystone/commit/50ad1ce6be90f5fb2481840dbd01328b6f629432), [`123042b04`](https://github.com/keystonejs/keystone/commit/123042b047f3242ac95d2c5280de8c07f18a86be), [`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2), [`006afd108`](https://github.com/keystonejs/keystone/commit/006afd1082b474bac2499bed57bcaccf1e1d6138), [`3be09ea54`](https://github.com/keystonejs/keystone/commit/3be09ea548861b490dad8b50e58980580d366434), [`eab130f30`](https://github.com/keystonejs/keystone/commit/eab130f30d79b82c18b3cce0bc054abe2c1b58fd)]:
- @keystone-next/keystone@20.0.1
- @keystone-next/fields@11.0.1
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": "0.0.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,9 +11,9 @@
},
"dependencies": {
"@keystone-next/document-renderer": "^3.0.0",
"@keystone-next/fields": "^11.0.0",
"@keystone-next/fields": "^11.0.1",
"@keystone-next/fields-document": "^7.0.0",
"@keystone-next/keystone": "^20.0.0",
"@keystone-next/keystone": "^20.0.1",
"@preconstruct/next": "^3.0.0",
"next": "^10.2.3",
"react": "^17.0.2"
Expand Down
10 changes: 10 additions & 0 deletions examples/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# @keystone-next/example-testing

## 0.0.1

### Patch Changes

- Updated dependencies [[`10b36551a`](https://github.com/keystonejs/keystone/commit/10b36551ac3a88da2cfeba3d065d6dd36041e769), [`8afbab763`](https://github.com/keystonejs/keystone/commit/8afbab7636b4236c6604311819160d5f1420a90e), [`de0a5c19e`](https://github.com/keystonejs/keystone/commit/de0a5c19e656360ea3febc7e0240543c7817253e), [`7a25925c3`](https://github.com/keystonejs/keystone/commit/7a25925c3dc5b2af2cf1209ee949563fb71a4a8c), [`50ad1ce6b`](https://github.com/keystonejs/keystone/commit/50ad1ce6be90f5fb2481840dbd01328b6f629432), [`0df3734d5`](https://github.com/keystonejs/keystone/commit/0df3734d52a89df30f1d555d003002cb79ad9e9a), [`123042b04`](https://github.com/keystonejs/keystone/commit/123042b047f3242ac95d2c5280de8c07f18a86be), [`4e5634b86`](https://github.com/keystonejs/keystone/commit/4e5634b86a26819cecec5b10c18f9d231b5434e2), [`006afd108`](https://github.com/keystonejs/keystone/commit/006afd1082b474bac2499bed57bcaccf1e1d6138), [`3b9cdc2c0`](https://github.com/keystonejs/keystone/commit/3b9cdc2c0cc19be109d7d5e0d7ccd43946f35ffe), [`3be09ea54`](https://github.com/keystonejs/keystone/commit/3be09ea548861b490dad8b50e58980580d366434), [`eab130f30`](https://github.com/keystonejs/keystone/commit/eab130f30d79b82c18b3cce0bc054abe2c1b58fd)]:
- @keystone-next/keystone@20.0.1
- @keystone-next/fields@11.0.1
- @keystone-next/types@20.0.1
- @keystone-next/testing@1.0.0
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.0",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@keystone-next/auth": "^27.0.0",
"@keystone-next/fields": "^11.0.0",
"@keystone-next/keystone": "^20.0.0",
"@keystone-next/testing": "^0.0.0",
"@keystone-next/types": "^20.0.0"
"@keystone-next/fields": "^11.0.1",
"@keystone-next/keystone": "^20.0.1",
"@keystone-next/testing": "^1.0.0",
"@keystone-next/types": "^20.0.1"
},
"devDependencies": {
"babel-jest": "^26.6.3",
Expand Down
Loading

0 comments on commit ff704f5

Please sign in to comment.