Skip to content

Commit

Permalink
chore: Fix incorrect npm tag for previous version release (TanStack#6658
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lachlancollins authored Jan 6, 2024
1 parent b680581 commit df08994
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"namespace": "@tanstack",
"devDependencies": {
"@solidjs/testing-library": "^0.8.5",
"@tanstack/config": "^0.1.7",
"@tanstack/config": "^0.1.8",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@types/eslint": "^8.56.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions scripts/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ await publish({
tag: process.env.TAG,
ghToken: process.env.GH_TOKEN,
})

process.exit(0)

0 comments on commit df08994

Please sign in to comment.