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 Nov 22, 2021
1 parent 82539fa commit 1888406
Show file tree
Hide file tree
Showing 126 changed files with 870 additions and 318 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-jars-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-birds-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-flies-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-bobcats-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-books-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-crabs-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-melons-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-beans-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-berries-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-poets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-pots-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-bags-arrive.md

This file was deleted.

59 changes: 0 additions & 59 deletions .changeset/three-planes-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-impalas-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-fishes-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-pillows-report.md

This file was deleted.

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

## 6.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]:
- @keystone-ui/core@4.0.0
- @keystone-ui/icons@5.0.0
- @keystone-ui/loading@5.0.0

## 5.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/button",
"version": "5.0.2",
"version": "6.0.0",
"license": "MIT",
"main": "dist/keystone-ui-button.cjs.js",
"module": "dist/keystone-ui-button.esm.js",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^3.2.1",
"@keystone-ui/icons": "^4.0.2",
"@keystone-ui/loading": "^4.0.2",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/loading": "^5.0.0",
"react": "^17.0.2"
},
"engines": {
Expand Down
10 changes: 10 additions & 0 deletions design-system/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-ui/core

## 4.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- [#6911](https://github.com/keystonejs/keystone/pull/6911) [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe) Thanks [@dcousens](https://github.com/dcousens)! - Explicitly declare Portal return type.

## 3.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion design-system/packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/core",
"version": "3.2.1",
"version": "4.0.0",
"license": "MIT",
"main": "dist/keystone-ui-core.cjs.js",
"module": "dist/keystone-ui-core.esm.js",
Expand Down
13 changes: 13 additions & 0 deletions design-system/packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-ui/fields

## 6.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]:
- @keystone-ui/core@4.0.0
- @keystone-ui/icons@5.0.0
- @keystone-ui/popover@5.0.0

## 5.0.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "5.0.2",
"version": "6.0.0",
"license": "MIT",
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^3.2.1",
"@keystone-ui/icons": "^4.0.2",
"@keystone-ui/popover": "^4.0.5",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/popover": "^5.0.0",
"@types/react-select": "^5.0.0",
"date-fns": "^2.25.0",
"react": "^17.0.2",
Expand Down
11 changes: 11 additions & 0 deletions design-system/packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-ui/icons

## 5.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]:
- @keystone-ui/core@4.0.0

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/icons",
"version": "4.0.2",
"version": "5.0.0",
"license": "MIT",
"main": "dist/keystone-ui-icons.cjs.js",
"module": "dist/keystone-ui-icons.esm.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^3.2.1"
"@keystone-ui/core": "^4.0.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
11 changes: 11 additions & 0 deletions design-system/packages/loading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @keystone-ui/loading

## 5.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]:
- @keystone-ui/core@4.0.0

## 4.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/loading/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/loading",
"version": "4.0.2",
"version": "5.0.0",
"license": "MIT",
"main": "dist/keystone-ui-loading.cjs.js",
"module": "dist/keystone-ui-loading.esm.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/core": "^3.2.1",
"@keystone-ui/core": "^4.0.0",
"react": "^17.0.2"
},
"engines": {
Expand Down
12 changes: 12 additions & 0 deletions design-system/packages/modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-ui/modals

## 5.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]:
- @keystone-ui/button@6.0.0
- @keystone-ui/core@4.0.0

## 4.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions design-system/packages/modals/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/modals",
"version": "4.0.2",
"version": "5.0.0",
"license": "MIT",
"main": "dist/keystone-ui-modals.cjs.js",
"module": "dist/keystone-ui-modals.esm.js",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"@babel/runtime": "^7.16.3",
"@keystone-ui/button": "^5.0.2",
"@keystone-ui/core": "^3.2.1",
"@keystone-ui/button": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
"react": "^17.0.2",
"react-focus-lock": "^2.6.0",
"react-remove-scroll": "^2.4.3",
Expand Down
13 changes: 13 additions & 0 deletions design-system/packages/notice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-ui/notice

## 5.0.0

### Major Changes

- [#6957](https://github.com/keystonejs/keystone/pull/6957) [`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a) Thanks [@bladey](https://github.com/bladey)! - Update Node engines to support current Node LTS versions, currently versions 14 and 16.

### Patch Changes

- Updated dependencies [[`de8cf44e7`](https://github.com/keystonejs/keystone/commit/de8cf44e7b328ab98e1466d7191d9ee65a57b02a), [`748538649`](https://github.com/keystonejs/keystone/commit/748538649645d3b0ef32b0baba8fa310f2a493fe)]:
- @keystone-ui/button@6.0.0
- @keystone-ui/core@4.0.0
- @keystone-ui/icons@5.0.0

## 4.1.1

### Patch Changes
Expand Down
Loading

0 comments on commit 1888406

Please sign in to comment.