Skip to content

Commit 14e6444

Browse files
committed
fix(changeset): update mode to "exit" and bump pnpm version
Changed the "mode" in `.changeset/pre.json` from "pre" to "exit" to signify the end of the pre-release phase. Upgraded `pnpm` from `10.11.1` to `10.12.1` in `package.json` for improved dependency management.
1 parent 1b98d64 commit 14e6444

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mode": "pre",
2+
"mode": "exit",
33
"tag": "canary",
44
"initialVersions": {
55
"@app/docs": "0.0.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"tsx": "^4.20.3",
5151
"turbo": "^2.5.4"
5252
},
53-
"packageManager": "pnpm@10.11.1",
53+
"packageManager": "pnpm@10.12.1",
5454
"engines": {
5555
"node": "^22"
5656
}

0 commit comments

Comments
 (0)