Skip to content

Commit

Permalink
Update version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taro-28 committed Aug 11, 2024
1 parent fa0a08b commit e734377
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/next-app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@examples/lib": "workspace:*",
"tanstack-table-search-params": "workspace:*",
"tanstack-table-search-params": "0.1.1",
"@tanstack/react-table": "^8.19.2",
"react": "^18",
"react-dom": "^18",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-pages-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@examples/lib": "workspace:*",
"tanstack-table-search-params": "workspace:*",
"tanstack-table-search-params": "0.1.1",
"@tanstack/react-table": "^8.19.2",
"next": "14.2.4",
"react": "^18",
Expand Down
6 changes: 4 additions & 2 deletions packages/tanstack-table-search-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tanstack-table-search-params",
"version": "0.1.0",
"version": "0.1.1",
"description": "React Hook for syncing TanStack Table state with URL search params",
"repository": {
"type": "git",
Expand Down Expand Up @@ -39,7 +39,9 @@
"@tanstack/react-table": ">=8",
"react": ">=16.8"
},
"files": ["dist"],
"files": [
"dist"
],
"exports": {
".": {
"require": "./dist/index",
Expand Down
19 changes: 15 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit e734377

Please sign in to comment.