Skip to content

Commit 0899c33

Browse files
authoredJan 6, 2024
chore: Fix incorrect npm tag for previous version release (#5265)
1 parent 86d6447 commit 0899c33

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@rollup/plugin-node-resolve": "^15.2.3",
4040
"@rollup/plugin-replace": "^5.0.5",
4141
"@rollup/plugin-terser": "^0.4.4",
42-
"@tanstack/config": "^0.1.7",
42+
"@tanstack/config": "^0.1.8",
4343
"@testing-library/jest-dom": "^6.2.0",
4444
"@testing-library/react": "^14.1.2",
4545
"@testing-library/react-hooks": "^8.0.1",

‎pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎scripts/publish.js

+2
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ await publish({
1111
tag: process.env.TAG,
1212
ghToken: process.env.GH_TOKEN,
1313
})
14+
15+
process.exit(0)

0 commit comments

Comments
 (0)