Skip to content

Commit

Permalink
release: v8.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Apr 18, 2024
1 parent 7c4ae98 commit 1df2db2
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/solid/basic/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/bootstrap/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"bootstrap": "^5.3.3",
"solid-bootstrap": "^1.0.19",
"solid-js": "^1.8.16"
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/column-groups/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-ordering/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/column-visibility/package.json
Expand Up @@ -15,7 +15,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/filters/package.json
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@solid-primitives/scheduled": "^1.4.3",
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion examples/solid/sorting/package.json
Expand Up @@ -16,7 +16,7 @@
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@tanstack/solid-table": "^8.16.0",
"@tanstack/solid-table": "^8.16.1",
"solid-js": "^1.8.16"
}
}
2 changes: 1 addition & 1 deletion packages/solid-table/package.json
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-table",
"version": "8.16.0",
"version": "8.16.1",
"description": "Headless UI for building powerful tables & datagrids for Solid.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
14 changes: 7 additions & 7 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 1df2db2

Please sign in to comment.