Skip to content

Commit

Permalink
rc
Browse files Browse the repository at this point in the history
  • Loading branch information
keystonejs-release-bot committed Mar 29, 2023
1 parent 07da6c1 commit b348dc7
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 43 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/late-birds-clean.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

## 0.0.0-rc-20230329060432

### Minor Changes

- [#8369](https://github.com/keystonejs/keystone/pull/8369) [`1af39b913`](https://github.com/keystonejs/keystone/commit/1af39b9133ef6a8d48c55f09c79a7d2f853346ad) Thanks [@DiesIrae](https://github.com/DiesIrae)! - Add 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": "0.0.0-rc-20230329060432",
"license": "MIT",
"main": "dist/keystone-ui-fields.cjs.js",
"module": "dist/keystone-ui-fields.esm.js",
Expand Down
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @keystone-6/core

## 0.0.0-rc-20230329060432

### Minor Changes

- [#8370](https://github.com/keystonejs/keystone/pull/8370) [`730ee7948`](https://github.com/keystonejs/keystone/commit/730ee79489cd5c7cf74553a86d5de8433d32ebeb) Thanks [@borisno2](https://github.com/borisno2)! - 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)! - Update Prisma version to `4.12.0`

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

### Patch Changes

- [#8373](https://github.com/keystonejs/keystone/pull/8373) [`c6c9078d5`](https://github.com/keystonejs/keystone/commit/c6c9078d5cdeab968d563c340904717ebc36b1a3) Thanks [@borisno2](https://github.com/borisno2)! - Fixes the `.keystone/types` import paths when using `db.prismaSchemaPath` on Windows

- [#8400](https://github.com/keystonejs/keystone/pull/8400) [`7cfe118bb`](https://github.com/keystonejs/keystone/commit/7cfe118bb68b0a2420a82fe78849ee9f7b9f6fb2) Thanks [@renovate](https://github.com/apps/renovate)! - Fixes the printed output when using `keystone telemetry reset`

- Updated dependencies [[`1af39b913`](https://github.com/keystonejs/keystone/commit/1af39b9133ef6a8d48c55f09c79a7d2f853346ad)]:
- @keystone-ui/fields@0.0.0-rc-20230329060432

## 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": "0.0.0-rc-20230329060432",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down Expand Up @@ -221,7 +221,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": "0.0.0-rc-20230329060432",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/loading": "^6.0.2",
"@keystone-ui/modals": "^6.0.3",
Expand Down Expand Up @@ -294,7 +294,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@keystone-6/core": "5.1.0",
"@keystone-6/core": "0.0.0-rc-20230329060432",
"@types/bytes": "^3.1.1",
"@types/mime": "^3.0.0",
"@types/resolve": "^1.20.2",
Expand Down
10 changes: 10 additions & 0 deletions packages/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @keystone-6/fields-document

## 0.0.0-rc-20230329060432

### Patch Changes

- [#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 [[`730ee7948`](https://github.com/keystonejs/keystone/commit/730ee79489cd5c7cf74553a86d5de8433d32ebeb), [`c6c9078d5`](https://github.com/keystonejs/keystone/commit/c6c9078d5cdeab968d563c340904717ebc36b1a3), [`1af39b913`](https://github.com/keystonejs/keystone/commit/1af39b9133ef6a8d48c55f09c79a7d2f853346ad), [`753f479f7`](https://github.com/keystonejs/keystone/commit/753f479f75e5a540da78862a1553a82cd62750b4), [`7cfe118bb`](https://github.com/keystonejs/keystone/commit/7cfe118bb68b0a2420a82fe78849ee9f7b9f6fb2), [`6b338c46a`](https://github.com/keystonejs/keystone/commit/6b338c46a5f9c4ab71939f3632dfccae27ffb56e)]:
- @keystone-6/core@0.0.0-rc-20230329060432
- @keystone-ui/fields@0.0.0-rc-20230329060432

## 7.0.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fields-document/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@keystone-6/fields-document",
"description": "KeystoneJS Document Field Type",
"version": "7.0.0",
"version": "0.0.0-rc-20230329060432",
"license": "MIT",
"main": "dist/keystone-6-fields-document.cjs.js",
"module": "dist/keystone-6-fields-document.esm.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
]
},
"peerDependencies": {
"@keystone-6/core": "^5.0.0"
"@keystone-6/core": "0.0.0-rc-20230329060432"
},
"dependencies": {
"@babel/runtime": "^7.16.3",
Expand All @@ -57,7 +57,7 @@
"@keystone-6/document-renderer": "^1.1.2",
"@keystone-ui/button": "^7.0.2",
"@keystone-ui/core": "^5.0.2",
"@keystone-ui/fields": "^7.1.2",
"@keystone-ui/fields": "0.0.0-rc-20230329060432",
"@keystone-ui/icons": "^6.0.2",
"@keystone-ui/modals": "^6.0.3",
"@keystone-ui/popover": "^6.0.2",
Expand All @@ -84,7 +84,7 @@
},
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/fields-document",
"devDependencies": {
"@keystone-6/core": "*",
"@keystone-6/core": "0.0.0-rc-20230329060432",
"@testing-library/react": "^14.0.0",
"@types/is-hotkey": "^0.1.7",
"array.prototype.flat": "^1.2.5",
Expand Down

0 comments on commit b348dc7

Please sign in to comment.