Skip to content

Commit

Permalink
Version Packages (#5735)
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 e2232a5 commit b464668
Show file tree
Hide file tree
Showing 90 changed files with 803 additions and 284 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-jobs-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-months-jump.md

This file was deleted.

45 changes: 0 additions & 45 deletions .changeset/old-onions-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-buckets-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-jeans-report.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/wicked-toys-judge.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

## 5.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/core@3.0.0
- @keystone-ui/icons@4.0.0
- @keystone-ui/loading@4.0.0

## 4.0.0

### Major 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": "4.0.0",
"version": "5.0.0",
"license": "MIT",
"main": "dist/button.cjs.js",
"module": "dist/button.esm.js",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/icons": "^3.0.0",
"@keystone-ui/loading": "^3.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/loading": "^4.0.0",
"react": "^17.0.2"
},
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions design-system/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-ui/core

## 3.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

## 2.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.3",
"version": "3.0.0",
"license": "MIT",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
Expand All @@ -21,6 +21,6 @@
},
"engines": {
"node": "^12.20 || >= 14.13"
} ,
},
"repository": "https://github.com/keystonejs/keystone/tree/master/design-system/packages/core"
}
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

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/core@3.0.0
- @keystone-ui/icons@4.0.0
- @keystone-ui/popover@4.0.0

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/icons": "^3.0.0",
"@keystone-ui/popover": "^3.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.0",
"@types/react-select": "^4.0.15",
"date-fns": "^2.21.3",
"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

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/core@3.0.0

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"main": "dist/icons.cjs.js",
"module": "dist/icons.esm.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^2.0.1"
"@keystone-ui/core": "^3.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

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/core@3.0.0

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"main": "dist/loading.cjs.js",
"module": "dist/loading.esm.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/core": "^3.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

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/button@5.0.0
- @keystone-ui/core@3.0.0

## 3.0.0

### Major 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": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"main": "dist/modals.cjs.js",
"module": "dist/modals.esm.js",
Expand All @@ -9,8 +9,8 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.1",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"react": "^17.0.2",
"react-focus-lock": "^2.5.1",
"react-remove-scroll": "^2.4.2",
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

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/button@5.0.0
- @keystone-ui/core@3.0.0
- @keystone-ui/icons@4.0.0

## 3.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions design-system/packages/notice/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/notice",
"version": "3.0.0",
"version": "4.0.0",
"license": "MIT",
"main": "dist/notice.cjs.js",
"module": "dist/notice.esm.js",
Expand All @@ -9,9 +9,9 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/button": "^4.0.0",
"@keystone-ui/core": "^2.0.2",
"@keystone-ui/icons": "^3.0.0",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/icons": "^4.0.0",
"react": "^17.0.2"
},
"engines": {
Expand Down
13 changes: 13 additions & 0 deletions design-system/packages/options/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @keystone-ui/options

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/core@3.0.0
- @keystone-ui/fields@4.0.0
- @keystone-ui/icons@4.0.0

## 3.0.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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": "3.0.1",
"version": "4.0.0",
"license": "MIT",
"main": "dist/options.cjs.js",
"module": "dist/options.esm.js",
Expand All @@ -12,9 +12,9 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^2.0.3",
"@keystone-ui/fields": "^3.0.0",
"@keystone-ui/icons": "^3.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.0.0",
"@keystone-ui/icons": "^4.0.0",
"@types/react-select": "^4.0.15",
"react-select": "^4.3.1"
},
Expand Down
12 changes: 12 additions & 0 deletions design-system/packages/pill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @keystone-ui/pill

## 4.0.0

### Major Changes

- [#5746](https://github.com/keystonejs/keystone/pull/5746) [`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d) Thanks [@timleslie](https://github.com/timleslie)! - Update Node.js dependency to `^12.20 || >= 14.13`.

### Patch Changes

- Updated dependencies [[`19750d2dc`](https://github.com/keystonejs/keystone/commit/19750d2dc5801cc8d2ffae1f50d1d5ca6ab9407d)]:
- @keystone-ui/core@3.0.0
- @keystone-ui/icons@4.0.0

## 3.0.0

### Major Changes
Expand Down
Loading

1 comment on commit b464668

@vercel
Copy link

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