Skip to content

Commit

Permalink
Version Packages (#9123)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousens committed Apr 30, 2024
1 parent e0aecbb commit bd33f07
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/add-keystone-migrate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/add-transactions.md

This file was deleted.

2 changes: 2 additions & 0 deletions .changeset/contributors.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
"gathanase",
"gautamsi",
"georgekrax",
"ggpwnkthx",
"github-actions[bot]",
"gwyneplaine",
"hmmhmmhm",
"iamandrewluca",
"januzis",
"jesstelford",
"jhohlfeld",
Expand Down
5 changes: 0 additions & 5 deletions .changeset/extend-prisma-client.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-prisma-logging.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-usage-text.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-prisma.md

This file was deleted.

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

## 6.1.0

### Minor Changes

- [#9103](https://github.com/keystonejs/keystone/pull/9103) [`e69def2`](https://github.com/keystonejs/keystone/commit/e69def247d76462c568695f6581ff4fda6ad2880) Thanks [@dcousens](https://github.com/dcousens)! - Adds `keystone migrate create` and `keystone migrate apply`

- [#9122](https://github.com/keystonejs/keystone/pull/9122) [`e0aecbb`](https://github.com/keystonejs/keystone/commit/e0aecbb5a8f2c668460195a232cb9598dee7d9b1) Thanks [@dcousens](https://github.com/dcousens)! - Adds `context.transaction` for interactive transactions when using a `context`

- [#9114](https://github.com/keystonejs/keystone/pull/9114) [`a9d1d22`](https://github.com/keystonejs/keystone/commit/a9d1d222657a1ee14cf3d03a0fdee64f046764bf) Thanks [@iamandrewluca](https://github.com/iamandrewluca)! - Add `config.db.extendPrismaClient` to support extending the `PrismaClient`

- [#9112](https://github.com/keystonejs/keystone/pull/9112) [`002409c`](https://github.com/keystonejs/keystone/commit/002409ccd3ed1e06360935e2e94cd5d8393f6a7c) Thanks [@renovate](https://github.com/apps/renovate)! - Update `prisma` to `5.13.0`

### Patch Changes

- [#9100](https://github.com/keystonejs/keystone/pull/9100) [`3b6ba78`](https://github.com/keystonejs/keystone/commit/3b6ba78f47e190553b7707875ca91e8d958225d5) Thanks [@dcousens](https://github.com/dcousens)! - Fix `config.db.enableLogging` types to align with Prisma 5

- [#9099](https://github.com/keystonejs/keystone/pull/9099) [`deecc1b`](https://github.com/keystonejs/keystone/commit/deecc1bd938f949a7d32562031c77e8aec64f709) Thanks [@dcousens](https://github.com/dcousens)! - Fix `keystone` command help text to show where `--frozen` and `--no-server` are applicable

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keystone-6/core",
"version": "6.0.0",
"version": "6.1.0",
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
"license": "MIT",
"main": "dist/keystone-6-core.cjs.js",
Expand Down

0 comments on commit bd33f07

Please sign in to comment.