Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #8524

Merged
merged 5 commits into from Apr 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
@@ -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
@@ -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
@@ -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.

@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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