Skip to content

Commit

Permalink
Version Packages (#8524)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Daniel Cousens <[email protected]>
Co-authored-by: Daniel Cousens <[email protected]>
  • Loading branch information
4 people authored Apr 27, 2023
1 parent 1e2ccad commit 461d8a1
Show file tree
Hide file tree
Showing 38 changed files with 102 additions and 2,774 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-cycles-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-garlics-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-yaks-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-birds-clean.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-guests-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-went-far.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/session-went-less.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-dolphins-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-impalas-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-moles-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/types-can-upgrade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/types-can-walk.md

This file was deleted.

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

## 7.2.0

### Minor Changes

- [#8522](https://github.com/keystonejs/keystone/pull/8522) [`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769) Thanks [@dcousens](https://github.com/dcousens)! - Adds newline compatibility to description text in admin ui

## 7.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.1.2",
"version": "7.2.0",
"license": "MIT",
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/website",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"@emotion/react": "^11.7.1",
"@emotion/server": "11.10.0",
"@emotion/weak-memoize": "^0.3.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/fields-document": "^8.0.0",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/icons": "^6.0.1",
"@markdoc/markdoc": "^0.2.0",
Expand Down
28 changes: 0 additions & 28 deletions examples/document-field-customisation/keystone-server/CHANGELOG.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-6/example-document-field-customisation-keystone-server",
"description": "Keystone example demonstrating document field customisation",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"repository": "https://github.com/keystonejs/keystone/tree/main/examples/document-field-customisation/keystone-server",
"scripts": {
Expand All @@ -12,11 +12,11 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/fields-document": "^8.0.0",
"@keystone-ui/button": "^7.0.1",
"@keystone-ui/core": "^5.0.1",
"@keystone-ui/fields": "^7.1.1",
"@keystone-ui/fields": "^7.2.0",
"@keystone-ui/icons": "^6.0.1",
"@keystone-ui/tooltip": "^6.0.1",
"@prisma/client": "^4.13.0",
Expand Down

This file was deleted.

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-6/example-document-field",
"version": "0.1.1",
"version": "0.1.2",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,9 +11,9 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/document-renderer": "^1.1.1",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/fields-document": "^8.0.0",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "^4.13.0",
"next": "^13.3.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/extend-prisma-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-extend-prisma-schema",
"version": "0.0.9",
"version": "0.0.10",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,8 +10,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/fields-document": "^8.0.0",
"@prisma/client": "^4.13.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-nextjs-app-directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-framework-nextjs-app-directory",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/document-renderer": "^1.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/fields-document": "^8.0.0",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "^4.13.0",
"graphql": "^16.6.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/framework-nextjs-pages-directory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-framework-nextjs-pages-directory",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/fields-document": "^8.0.0",
"@preconstruct/next": "^4.0.0",
"@prisma/client": "^4.13.0",
"graphql": "^16.6.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-6/example-framework-nextjs-two-servers-backend",
"description": "An example of a Keystone backend API server",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"repository": "https://github.com/keystonejs/keystone/tree/main/examples/framework-nextjs-two-servers/keystone-server",
"scripts": {
Expand All @@ -12,8 +12,8 @@
},
"dependencies": {
"@keystone-6/auth": "^7.0.0",
"@keystone-6/core": "^5.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/fields-document": "^8.0.0",
"@prisma/client": "^4.13.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions examples/usecase-blog/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/example-usecase-blog",
"version": "0.0.7",
"version": "0.0.8",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -11,8 +11,8 @@
"postinstall": "keystone postinstall"
},
"dependencies": {
"@keystone-6/core": "^5.0.0",
"@keystone-6/fields-document": "^7.0.0",
"@keystone-6/core": "^5.2.0",
"@keystone-6/fields-document": "^8.0.0",
"@prisma/client": "^4.13.0"
},
"devDependencies": {
Expand Down
25 changes: 25 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @keystone-6/core

## 5.2.0

### Minor Changes

- [#8522](https://github.com/keystonejs/keystone/pull/8522) [`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769) Thanks [@dcousens](https://github.com/dcousens)! - Adds support for Prisma Data Proxy client generation, automatically enabled for `db.url`'s with a `prisma:` prefix

* [#8432](https://github.com/keystonejs/keystone/pull/8432) [`753f479f7`](https://github.com/keystonejs/keystone/commit/753f479f75e5a540da78862a1553a82cd62750b4) Thanks [@renovate](https://github.com/apps/renovate)! - Updates Prisma version to `4.12.0`

- [#8522](https://github.com/keystonejs/keystone/pull/8522) [`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769) Thanks [@dcousens](https://github.com/dcousens)! - Adds a new `.types.path` configuration option, for specifying where your Keystone types are built

### Patch Changes

- [#8522](https://github.com/keystonejs/keystone/pull/8522) [`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769) Thanks [@dcousens](https://github.com/dcousens)! - Fixes the `.keystone/types` import paths when using `db.prismaSchemaPath` on Windows

* [#8455](https://github.com/keystonejs/keystone/pull/8455) [`7cc1a9f6c`](https://github.com/keystonejs/keystone/commit/7cc1a9f6cf57995b33d41709739379f397e2789f) Thanks [@borisno2](https://github.com/borisno2)! - Fixes #8046 regression which prevented other command line arguments from being used

- [#8441](https://github.com/keystonejs/keystone/pull/8441) [`23d01f3d8`](https://github.com/keystonejs/keystone/commit/23d01f3d8f0e3470ba7c7dce61c6e141b2d0aabd) Thanks [@dcousens](https://github.com/dcousens)! - Fixes regression from #8073, `.sudo` now retains the `context.session`

* [#8438](https://github.com/keystonejs/keystone/pull/8438) [`ea3c2d443`](https://github.com/keystonejs/keystone/commit/ea3c2d4439db2d1bead8ccd829d89063098e8cbc) Thanks [@dcousens](https://github.com/dcousens)! - `.exitSudo` is now deprecated and will be removed in the next major version

- [#8522](https://github.com/keystonejs/keystone/pull/8522) [`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769) Thanks [@dcousens](https://github.com/dcousens)! - Fixes the printed output when using `keystone telemetry reset`

- Updated dependencies [[`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769)]:
- @keystone-ui/fields@7.2.0

## 5.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/core",
"version": "5.1.0",
"version": "5.2.0",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down Expand Up @@ -204,7 +204,7 @@
"@hapi/iron": "^7.0.0",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.1.2",
"@keystone-ui/fields": "^7.2.0",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/loading": "^6.0.2",
"@keystone-ui/modals": "^6.0.3",
Expand Down Expand Up @@ -277,7 +277,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@keystone-6/core": "5.1.0",
"@keystone-6/core": "5.2.0",
"@types/bytes": "^3.1.1",
"@types/mime": "^3.0.0",
"@types/resolve": "^1.20.2",
Expand Down
15 changes: 15 additions & 0 deletions packages/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @keystone-6/fields-document

## 8.0.0

### Major Changes

- [#8493](https://github.com/keystonejs/keystone/pull/8493) [`2c404c392`](https://github.com/keystonejs/keystone/commit/2c404c392dfde57dee56be0bff683a8cb93d1e48) Thanks [@borisno2](https://github.com/borisno2)! - Changes `fields.array({ label: ...` to `fields.array({ itemLabel: ...`, and adds `fields.array({ label: string`, aligned with other document fields

### Patch Changes

- [#8457](https://github.com/keystonejs/keystone/pull/8457) [`e03cbe9ff`](https://github.com/keystonejs/keystone/commit/e03cbe9fffed72026bd555c31d3dde7d526b431c) Thanks [@borisno2](https://github.com/borisno2)! - Fixes the JSON output type values for the structure field

* [#8403](https://github.com/keystonejs/keystone/pull/8403) [`07da6c157`](https://github.com/keystonejs/keystone/commit/07da6c157622ee89ae61dc4c445b26de46e91e3e) Thanks [@borisno2](https://github.com/borisno2)! - Adds `"use client"` to Document field files that allow it to be used in the Next App Dorectory

* Updated dependencies [[`23c0e1daf`](https://github.com/keystonejs/keystone/commit/23c0e1daf909b098530f3c49b82e57ec95ff3769)]:
- @keystone-ui/fields@7.2.0

## 7.0.0

### Minor Changes
Expand Down
Loading

0 comments on commit 461d8a1

Please sign in to comment.