Skip to content

Commit 28c9835

Browse files
Engine 0.2.1: ship the changed engine and carry the family transition
pnpm bump-cli-engine-version patch — the c12 resolution change is compatible, and published engine versions are immutable, so the changed engine needs a new version. The families on the registry still peer engine 0.2.0, which they must until 0.2.1 publishes, so the tarball check carries two recorded exceptions for the transition; the follow-up PR that pins the families' 0.2.1-peering releases removes them. Signed-off-by: willbot <w.a.madden+machine@gmail.com> Signed-off-by: Will Madden <madden@prisma.io>
1 parent 2f737e6 commit 28c9835

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/cli-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prisma/cli-engine",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "The execution engine of the unified Prisma CLI.",
55
"type": "module",
66
"exports": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"conformance": "tsx scripts/conformance.ts"
4949
},
5050
"dependencies": {
51-
"@prisma/cli-engine": "workspace:0.2.0",
51+
"@prisma/cli-engine": "workspace:0.2.1",
5252
"@prisma/composer-cli": "0.12.0",
5353
"@prisma/compute-sdk": "0.39.0",
5454
"@prisma/credentials-store": "^7.8.0",

packages/prisma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typecheck": "tsc --noEmit"
4444
},
4545
"dependencies": {
46-
"@prisma/cli-engine": "workspace:0.2.0",
46+
"@prisma/cli-engine": "workspace:0.2.1",
4747
"@prisma/composer-cli": "0.11.0",
4848
"@prisma/compute-sdk": "0.39.0",
4949
"@prisma/credentials-store": "^7.8.0",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)