We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5243f04 commit 1661665Copy full SHA for 1661665
package.json
@@ -21,7 +21,8 @@
21
"lint": "biome lint",
22
"format": "biome format",
23
"check": "biome check",
24
- "prepare": "husky"
+ "prepare": "husky",
25
+ "version": "npm version $npm_package_version --workspaces --git-tag-version false --ignore-scripts && git add '**/package.json'"
26
},
27
"devDependencies": {
28
"@biomejs/biome": "1.9.4",
packages/tanstack-query-builder/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tanstack-query-builder",
3
- "version": "1.0.0",
+ "version": "0.0.0",
4
"type": "commonjs",
5
"private": true,
6
"description": "The simplest way to start building with Tanstack Query",
0 commit comments