Skip to content

Commit 1661665

Browse files
committed
add project version script
1 parent 5243f04 commit 1661665

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"lint": "biome lint",
2222
"format": "biome format",
2323
"check": "biome check",
24-
"prepare": "husky"
24+
"prepare": "husky",
25+
"version": "npm version $npm_package_version --workspaces --git-tag-version false --ignore-scripts && git add '**/package.json'"
2526
},
2627
"devDependencies": {
2728
"@biomejs/biome": "1.9.4",

packages/tanstack-query-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanstack-query-builder",
3-
"version": "1.0.0",
3+
"version": "0.0.0",
44
"type": "commonjs",
55
"private": true,
66
"description": "The simplest way to start building with Tanstack Query",

0 commit comments

Comments
 (0)