Skip to content

Commit

Permalink
Version Packages (#5853)
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 97fd5e0 commit f4193c1
Show file tree
Hide file tree
Showing 89 changed files with 588 additions and 333 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-eels-wash.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/brown-rings-suffer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-mugs-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-seals-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-hounds-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-bulldogs-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-falcons-pump.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/heavy-waves-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-chicken-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-chairs-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-wombats-doubt.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/plenty-flies-think.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changeset/quick-emus-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-coats-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-worms-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-keys-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-buses-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-beans-tie.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-colts-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-birds-dream.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sixty-grapes-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-camels-fold.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/small-guests-relate.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/smooth-pears-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-donuts-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thin-humans-cheat.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/three-lemons-invent.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/twelve-guests-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-moles-cough.md

This file was deleted.

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.1.0

### Minor Changes

- [#5858](https://github.com/keystonejs/keystone/pull/5858) [`8958704ec`](https://github.com/keystonejs/keystone/commit/8958704ec9819cd27ad1cae251628ad38dad1c79) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Added functionality to ensure that Stack elements that are 'ul' or 'ol' automaticaly wrap children in 'li' rather than 'div'.

## 3.0.0

### Major 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.0.0",
"version": "3.1.0",
"license": "MIT",
"main": "dist/core.cjs.js",
"module": "dist/core.esm.js",
Expand Down
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.1

### Patch Changes

- [#5893](https://github.com/keystonejs/keystone/pull/5893) [`df7d7b6f6`](https://github.com/keystonejs/keystone/commit/df7d7b6f6f2830573393560f4a1ec35234889947) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Applied a11y fixes to DatePicker component.

- Updated dependencies [[`8958704ec`](https://github.com/keystonejs/keystone/commit/8958704ec9819cd27ad1cae251628ad38dad1c79)]:
- @keystone-ui/core@3.1.0

## 4.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": "4.1.0",
"version": "4.1.1",
"license": "MIT",
"main": "dist/fields.cjs.js",
"module": "dist/fields.esm.js",
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/popover": "^4.0.1",
"@types/react-select": "^4.0.15",
Expand Down
9 changes: 9 additions & 0 deletions design-system/packages/segmented-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-ui/segmented-control

## 4.0.1

### Patch Changes

- [#5886](https://github.com/keystonejs/keystone/pull/5886) [`98482efa4`](https://github.com/keystonejs/keystone/commit/98482efa4f629fe513fddd6871be1ef5bdd8d2bd) Thanks [@gwyneplaine](https://github.com/gwyneplaine)! - Fixed issue with control looking selected when in neutral state. Added focus ring for better keyboard navigation experience.

- Updated dependencies [[`8958704ec`](https://github.com/keystonejs/keystone/commit/8958704ec9819cd27ad1cae251628ad38dad1c79)]:
- @keystone-ui/core@3.1.0

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions design-system/packages/segmented-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-ui/segmented-control",
"version": "4.0.0",
"version": "4.0.1",
"license": "MIT",
"main": "dist/segmented-control.cjs.js",
"module": "dist/segmented-control.esm.js",
Expand All @@ -10,7 +10,7 @@
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@keystone-ui/core": "^3.0.0"
"@keystone-ui/core": "^3.1.0"
},
"peerDependencies": {
"react": "^17.0.2"
Expand Down
9 changes: 9 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @keystone-next/website

## 3.1.1

### Patch Changes

- Updated dependencies [[`df7d7b6f6`](https://github.com/keystonejs/keystone/commit/df7d7b6f6f2830573393560f4a1ec35234889947), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`8958704ec`](https://github.com/keystonejs/keystone/commit/8958704ec9819cd27ad1cae251628ad38dad1c79)]:
- @keystone-ui/fields@4.1.1
- @keystone-next/fields-document@7.0.0
- @keystone-ui/core@3.1.0

## 3.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/website",
"version": "3.1.0",
"version": "3.1.1",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -14,10 +14,10 @@
"dependencies": {
"@babel/runtime": "^7.14.0",
"@emotion/weak-memoize": "^0.2.5",
"@keystone-next/fields-document": "^6.0.1",
"@keystone-next/fields-document": "^7.0.0",
"@keystone-ui/button": "^5.0.0",
"@keystone-ui/core": "^3.0.0",
"@keystone-ui/fields": "^4.1.0",
"@keystone-ui/core": "^3.1.0",
"@keystone-ui/fields": "^4.1.1",
"@keystone-ui/icons": "^4.0.0",
"@keystone-ui/notice": "^4.0.0",
"@keystone-ui/toast": "^4.0.0",
Expand Down
16 changes: 16 additions & 0 deletions examples-staging/assets-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# @keystone-next/example-assets-cloud

## 1.0.0

### Major Changes

- [#5854](https://github.com/keystonejs/keystone/pull/5854) [`7eabb4dee`](https://github.com/keystonejs/keystone/commit/7eabb4dee2552f7baf1e0024d82011b179d418d4) Thanks [@rohan-deshpande](https://github.com/rohan-deshpande)! - Initial version of the `assets-cloud` example.

### Minor Changes

- [#5868](https://github.com/keystonejs/keystone/pull/5868) [`84a5e7f3b`](https://github.com/keystonejs/keystone/commit/84a5e7f3bc3a29ff31d642831e7aaadfc8534ba1) Thanks [@rohan-deshpande](https://github.com/rohan-deshpande)! - Added experimental support for the integration with keystone cloud files

### Patch Changes

- Updated dependencies [[`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`7eabb4dee`](https://github.com/keystonejs/keystone/commit/7eabb4dee2552f7baf1e0024d82011b179d418d4), [`5227234a0`](https://github.com/keystonejs/keystone/commit/5227234a08edd99cd2795c8d888fbb3022810f54), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`e4c19f808`](https://github.com/keystonejs/keystone/commit/e4c19f8086cc14f7f4a8ef390f1f4e1263004d40), [`4995c682d`](https://github.com/keystonejs/keystone/commit/4995c682dbdcfac2100de9fab98ba1e0e08cbcc2), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`881c9ffb7`](https://github.com/keystonejs/keystone/commit/881c9ffb7c5941e9fb214ed955148d8ea567e65f), [`ef14e77ce`](https://github.com/keystonejs/keystone/commit/ef14e77cebc9420db8c7d29dfe61f02140f4a705), [`df7d7b6f6`](https://github.com/keystonejs/keystone/commit/df7d7b6f6f2830573393560f4a1ec35234889947), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`84a5e7f3b`](https://github.com/keystonejs/keystone/commit/84a5e7f3bc3a29ff31d642831e7aaadfc8534ba1), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7), [`97fd5e05d`](https://github.com/keystonejs/keystone/commit/97fd5e05d8681bae86001e6b7e8e3f36ebd639b7), [`a3b07ea16`](https://github.com/keystonejs/keystone/commit/a3b07ea16ffc0f6741c0c0e5e281622a1831e0e7)]:
- @keystone-next/keystone@20.0.0
- @keystone-next/fields@11.0.0
6 changes: 3 additions & 3 deletions examples-staging/assets-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-next/example-assets-cloud",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -9,8 +9,8 @@
"build": "keystone-next build"
},
"dependencies": {
"@keystone-next/fields": "^10.0.0",
"@keystone-next/keystone": "^19.0.0",
"@keystone-next/fields": "^11.0.0",
"@keystone-next/keystone": "^20.0.0",
"dotenv": "^10.0.0"
},
"devDependencies": {
Expand Down
Loading

1 comment on commit f4193c1

@vercel
Copy link

@vercel vercel bot commented on f4193c1 Jun 15, 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.