Skip to content

Commit

Permalink
Version Packages (#8817)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Sep 19, 2023
1 parent 27a8933 commit b88944b
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 30 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-graphql-schema-path.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-prisma-schema-path.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/next-build-exit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-ui-message.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @keystone-6/core

## 5.6.0

### Minor Changes

- [#8773](https://github.com/keystonejs/keystone/pull/8773) [`32f7a6ad4`](https://github.com/keystonejs/keystone/commit/32f7a6ad4a5a51a58988e7be495c96b06771b9b7) Thanks [@marekryb](https://github.com/marekryb)! - Adds `config.graphql.schemaPath`

* [#8777](https://github.com/keystonejs/keystone/pull/8777) [`e3438dcad`](https://github.com/keystonejs/keystone/commit/e3438dcad7a97fb976c1d012b0b53919d0514747) Thanks [@dcousens](https://github.com/dcousens)! - Adds `config.db.prismaSchemaPath`

- [#8706](https://github.com/keystonejs/keystone/pull/8706) [`fa0f6bebb`](https://github.com/keystonejs/keystone/commit/fa0f6bebb14884b8c2b6c95f51e8757a08a7c4d4) Thanks [@wysher](https://github.com/wysher)! - Removes default descrption for `timestamp` field when using `db.updatedAt`, use `ui.description` instead

### Patch Changes

- [#8790](https://github.com/keystonejs/keystone/pull/8790) [`b830b7c6d`](https://github.com/keystonejs/keystone/commit/b830b7c6deebcffabcf6cd84919a7326a66e9bc9) Thanks [@dcousens](https://github.com/dcousens)! - Reduce number of package dependencies

* [#8788](https://github.com/keystonejs/keystone/pull/8788) [`7b2bb087c`](https://github.com/keystonejs/keystone/commit/7b2bb087c475255322893b01dc1be08174bcca80) Thanks [@borisno2](https://github.com/borisno2)! - Fixes `keystone build` hanging with next version >13.4.12

## 5.5.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.5.1",
"version": "5.6.0",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down Expand Up @@ -248,7 +248,7 @@
"uuid": "^9.0.0"
},
"devDependencies": {
"@keystone-6/core": "5.5.1",
"@keystone-6/core": "5.6.0",
"@types/apollo-upload-client": "17.0.2",
"@types/bcryptjs": "^2.4.2",
"@types/body-parser": "^1.19.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/fields-document/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @keystone-6/fields-document

## 8.0.2

### Patch Changes

- [#8790](https://github.com/keystonejs/keystone/pull/8790) [`b830b7c6d`](https://github.com/keystonejs/keystone/commit/b830b7c6deebcffabcf6cd84919a7326a66e9bc9) Thanks [@dcousens](https://github.com/dcousens)! - Reduce number of package dependencies

## 8.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "8.0.1",
"version": "8.0.2",
"license": "MIT",
"main": "dist/keystone-6-fields-document.cjs.js",
"module": "dist/keystone-6-fields-document.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b88944b

Please sign in to comment.