Skip to content

Commit df08994

Browse files
chore: Fix incorrect npm tag for previous version release (TanStack#6658)
1 parent b680581 commit df08994

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
@@ -38,7 +38,7 @@
3838
"namespace": "@tanstack",
3939
"devDependencies": {
4040
"@solidjs/testing-library": "^0.8.5",
41-
"@tanstack/config": "^0.1.7",
41+
"@tanstack/config": "^0.1.8",
4242
"@testing-library/jest-dom": "^6.1.5",
4343
"@testing-library/react": "^14.1.2",
4444
"@types/eslint": "^8.56.0",

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)