Skip to content

Commit

Permalink
Revert "Version Packages", update changesets (#7601)
Browse files Browse the repository at this point in the history
* Revert "Version Packages (#7542)"

This reverts commit f1697b8.

* reduce changeset for readability

* reduce changeset for readability

Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
  • Loading branch information
dcousens and dcousens committed Jun 8, 2022
1 parent 8add421 commit 4234ed4
Show file tree
Hide file tree
Showing 124 changed files with 326 additions and 1,098 deletions.
5 changes: 5 additions & 0 deletions .changeset/calm-snakes-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': patch
---

The reset changes button on the item view now presents a confirmation modal before resetting changes and it has been moved to the right of the bottom bar so it is next to the delete button.
5 changes: 5 additions & 0 deletions .changeset/dirty-apples-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': patch
---

The Prisma binaries are now downloaded just before they're needed if Prisma's install script to download them fails. Note this will never happen in production, they will always be downloaded before.
5 changes: 5 additions & 0 deletions .changeset/eight-mice-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': minor
---

Added `disconnect` to the `SessionStrategy` API, this allows Keystone to disconnect from the store when using stored sessions. This resolves the testrunner hanging when using stored sessions in automated tests.
6 changes: 6 additions & 0 deletions .changeset/funny-knives-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@keystone-ui/modals': patch
'@keystone-6/core': patch
---

Alert dialogs are now centered in the Admin UI.
5 changes: 5 additions & 0 deletions .changeset/kind-peas-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/fields-document': patch
---

Fixed document editor preventing tabbing out of the editor
5 changes: 5 additions & 0 deletions .changeset/lazy-knives-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-ui/popover': patch
---

Fixed bug where focus trap wasn't deactivating on unmount.
5 changes: 5 additions & 0 deletions .changeset/lovely-eels-rest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/fields-document': patch
---

The document editor label is now associated with the editable element so the label can be read by screen readers
6 changes: 6 additions & 0 deletions .changeset/lucky-parrots-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@keystone-ui/modals': minor
'@keystone-6/fields-document': minor
---

Fixed z-index issues occurring when pop-overs in document editor text-area or the toolbar overlapped other fields and buttons.
5 changes: 5 additions & 0 deletions .changeset/moody-days-hope.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/fields-document': patch
---

Fixed splitting text with marks/inlines into multiple list items when turning a paragraph into a list and splitting a single list item with marks/inlines into multiple paragraphs when turning a list into paragraphs
6 changes: 6 additions & 0 deletions .changeset/poor-schools-give.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@keystone-ui/fields': patch
'@keystone-6/core': patch
---

Fixed the viewport sometimes shifting when opening the date picker in the create drawer.
20 changes: 20 additions & 0 deletions .changeset/silver-bottles-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
'@keystone-6/fields-document': major
---

Substantial changes to the underlying document-editor component block interfaces, with the new addition of Array Fields.
The breaking changes are only for defining components, _no database migration is needed_.

The primary breaking changes for component blocks are:

- For the arguments to the `component` function from `@keystone-6/fields-document/component-blocks`, the following properties have been renamed
- `component` -> `preview`
- `props` -> `schema`
- When using the fields within your preview component - as defined by your component `.schema` (previous `.props`) - you now use `props.fields.{innerFieldName}` instead of `props.{innerFieldName}`.

For example, `props.fields.title` instead of `props.title`.
For a nested example, `props.fields.someObject.fields.title` instead of `props.someObject.title`.

- The React element to render for a child field is now `props.{innerFieldName}.element` instead of `props.{innerFieldName}`.

See [#7428](https://github.com/keystonejs/keystone/pull/7428) for detailed instructions if you need to upgrade your code.
5 changes: 5 additions & 0 deletions .changeset/small-beers-knock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': patch
---

The label shown for a text field in the Admin UI is now associated with the input so the label can be read by screen readers
36 changes: 36 additions & 0 deletions .changeset/small-islands-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
'@keystone-ui/button': major
'@keystone-ui/core': major
'@keystone-ui/fields': major
'@keystone-ui/icons': major
'@keystone-ui/loading': major
'@keystone-ui/modals': major
'@keystone-ui/notice': major
'@keystone-ui/options': major
'@keystone-ui/pill': major
'@keystone-ui/popover': major
'@keystone-ui/segmented-control': major
'@keystone-ui/toast': major
'@keystone-ui/tooltip': major
'@keystone-ui/website': major
'@keystone-6/auth': major
'@keystone-6/cloudinary': major
'@keystone-6/core': major
'@keystone-6/document-renderer': minor
'@keystone-6/fields-document': major
'@keystone-6/website': patch
'@keystone-6/example-auth': patch
'@keystone-6/examples-app-basic': patch
'@keystone-6/example-ecommerce': patch
'@keystone-6/example-embedded-nextjs': patch
'@keystone-6/example-roles': patch
'@keystone-6/example-custom-admin-ui-logo': patch
'@keystone-6/example-custom-admin-ui-navigation': patch
'@keystone-6/example-custom-admin-ui-pages': patch
'@keystone-6/example-custom-field': patch
'@keystone-6/example-custom-field-view': patch
'@keystone-6/example-document-field': patch
'@keystone-6/admin-ui-tests': patch
---

upgrade dependancy `"react": "^18.1.0"`
5 changes: 5 additions & 0 deletions .changeset/tall-months-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': minor
---

Removed all Keystone Links, i.e. API explorer, GitHub repository and Keystone documentation, from the popover and replacing the popover button with `Sign out` button in production
5 changes: 5 additions & 0 deletions .changeset/thin-apricots-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/session-store-redis': major
---

Replaced `redis@3` with `@node-redis/client` (which is also re-exported from `redis@4`)
5 changes: 5 additions & 0 deletions .changeset/two-cameras-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': patch
---

Fixed the Admin UI crashing when saving an item with a relationship field using the cards display mode when another item is added to the relationship (e.g. by another user or a hook) since the item was initially loaded
5 changes: 5 additions & 0 deletions .changeset/two-guests-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-6/core': minor
---

Fixed list description from schema to display in the Admin UI
8 changes: 8 additions & 0 deletions .changeset/unlucky-ducks-raise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@keystone-6/core': major
---

New support for uploading images and files to Amazon S3 and other compatible providers.
This is a *breaking change*, as the `.image` and `.files` configuration options have been removed, and a new storage configuration object introduced.

See [#7070](https://github.com/keystonejs/keystone/pull/7070) for how to upgrade.
13 changes: 0 additions & 13 deletions design-system/packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# @keystone-ui/button

## 7.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

### Patch Changes

- Updated dependencies [[`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313)]:
- @keystone-ui/core@5.0.0
- @keystone-ui/icons@6.0.0
- @keystone-ui/loading@6.0.0

## 6.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": "7.0.0",
"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": "^5.0.0",
"@keystone-ui/icons": "^6.0.0",
"@keystone-ui/loading": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/loading": "^5.0.0",
"react": "^18.1.0"
},
"engines": {
Expand Down
6 changes: 0 additions & 6 deletions design-system/packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @keystone-ui/core

## 5.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

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

## 7.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

### Patch Changes

- [#7543](https://github.com/keystonejs/keystone/pull/7543) [`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed the viewport sometimes shifting when opening the date picker in the create drawer.

- Updated dependencies [[`0af99e462`](https://github.com/keystonejs/keystone/commit/0af99e4627765b8a63c899dafa3daf715709c1e3), [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313)]:
- @keystone-ui/popover@6.0.0
- @keystone-ui/core@5.0.0
- @keystone-ui/icons@6.0.0

## 6.1.0

### Minor 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": "7.0.0",
"version": "6.1.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": "^5.0.0",
"@keystone-ui/icons": "^6.0.0",
"@keystone-ui/popover": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
"@keystone-ui/icons": "^5.0.0",
"@keystone-ui/popover": "^5.0.1",
"date-fns": "^2.26.0",
"react": "^18.1.0",
"react-day-picker": "^8.0.4",
Expand Down
11 changes: 0 additions & 11 deletions design-system/packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @keystone-ui/icons

## 6.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

### Patch Changes

- Updated dependencies [[`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313)]:
- @keystone-ui/core@5.0.0

## 5.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": "6.0.0",
"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": "^5.0.0"
"@keystone-ui/core": "^4.0.0"
},
"peerDependencies": {
"react": "^18.1.0"
Expand Down
11 changes: 0 additions & 11 deletions design-system/packages/loading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @keystone-ui/loading

## 6.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

### Patch Changes

- Updated dependencies [[`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313)]:
- @keystone-ui/core@5.0.0

## 5.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": "6.0.0",
"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": "^5.0.0",
"@keystone-ui/core": "^4.0.0",
"react": "^18.1.0"
},
"engines": {
Expand Down
18 changes: 0 additions & 18 deletions design-system/packages/modals/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
# @keystone-ui/modals

## 6.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

### Minor Changes

- [#7556](https://github.com/keystonejs/keystone/pull/7556) [`e0527693c`](https://github.com/keystonejs/keystone/commit/e0527693c7c3ba4da0705326ac46ca6bf2844524) Thanks [@Achisingh](https://github.com/Achisingh)! - Fixed z-index issues occurring when pop-overs in document editor text-area or the toolbar overlapped other fields and buttons.

### Patch Changes

- [#7561](https://github.com/keystonejs/keystone/pull/7561) [`a4a3e40ad`](https://github.com/keystonejs/keystone/commit/a4a3e40addeadb20494c58564cd3028e6a592ad5) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Alert dialogs are now centered in the Admin UI.

- Updated dependencies [[`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313)]:
- @keystone-ui/button@7.0.0
- @keystone-ui/core@5.0.0

## 5.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": "6.0.0",
"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": "^7.0.0",
"@keystone-ui/core": "^5.0.0",
"@keystone-ui/button": "^6.0.0",
"@keystone-ui/core": "^4.0.0",
"react": "^18.1.0",
"react-focus-lock": "^2.7.1",
"react-remove-scroll": "^2.4.3",
Expand Down
13 changes: 0 additions & 13 deletions design-system/packages/notice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# @keystone-ui/notice

## 6.0.0

### Major Changes

- [#7410](https://github.com/keystonejs/keystone/pull/7410) [`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313) Thanks [@renovate](https://github.com/apps/renovate)! - upgrade dependancy `"react": "^18.1.0"`

### Patch Changes

- Updated dependencies [[`717830fd2`](https://github.com/keystonejs/keystone/commit/717830fd2388db372a047737fcb6bd3e13eeb313)]:
- @keystone-ui/button@7.0.0
- @keystone-ui/core@5.0.0
- @keystone-ui/icons@6.0.0

## 5.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 4234ed4

Please sign in to comment.