Skip to content

Commit bd33f07

Browse files
authored
Version Packages (#9123)
1 parent e0aecbb commit bd33f07

9 files changed

+21
-31
lines changed

.changeset/add-keystone-migrate.md

-5
This file was deleted.

.changeset/add-transactions.md

-5
This file was deleted.

.changeset/contributors.json

+2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@
4747
"gathanase",
4848
"gautamsi",
4949
"georgekrax",
50+
"ggpwnkthx",
5051
"github-actions[bot]",
5152
"gwyneplaine",
5253
"hmmhmmhm",
54+
"iamandrewluca",
5355
"januzis",
5456
"jesstelford",
5557
"jhohlfeld",

.changeset/extend-prisma-client.md

-5
This file was deleted.

.changeset/fix-prisma-logging.md

-5
This file was deleted.

.changeset/fix-usage-text.md

-5
This file was deleted.

.changeset/update-prisma.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @keystone-6/core
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#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`
8+
9+
- [#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`
10+
11+
- [#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`
12+
13+
- [#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`
14+
15+
### Patch Changes
16+
17+
- [#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
18+
19+
- [#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
20+
321
## 6.0.0
422

523
### Major Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@keystone-6/core",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"repository": "https://github.com/keystonejs/keystone/tree/main/packages/core",
55
"license": "MIT",
66
"main": "dist/keystone-6-core.cjs.js",

0 commit comments

Comments
 (0)