Skip to content

Commit 5f5a34b

Browse files
silverwindclaude
andcommitted
build: update versions to 14.3.1, add -R flag
Co-Authored-By: Claude (Opus 4.6) <noreply@anthropic.com>
1 parent 9114a16 commit 5f5a34b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ publish: node_modules
4545

4646
.PHONY: patch
4747
patch: node_modules lint test
48-
pnpm exec versions patch package.json
48+
pnpm exec versions -R patch package.json
4949
git push -u --tags origin master
5050

5151
.PHONY: minor
5252
minor: node_modules lint test
53-
pnpm exec versions minor package.json
53+
pnpm exec versions -R minor package.json
5454
git push -u --tags origin master
5555

5656
.PHONY: major
5757
major: node_modules lint test
58-
pnpm exec versions major package.json
58+
pnpm exec versions -R major package.json
5959
git push -u --tags origin master

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"typescript-config-silverwind": "16.1.0",
2727
"updates": "17.11.2",
2828
"updates-config-silverwind": "2.0.1",
29-
"versions": "14.2.4",
29+
"versions": "14.3.1",
3030
"vite": "8.0.2",
3131
"vite-config-silverwind": "7.0.1",
3232
"vitest": "4.1.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)