Skip to content

Commit

Permalink
release: v8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 26, 2022
1 parent 5bc5a4f commit 5516336
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"vue": "^3.2.25",
"@tanstack/vue-table": "8.7.0"
"@tanstack/vue-table": "8.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-ordering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"vue": "^3.2.33",
"@tanstack/vue-table": "8.7.0"
"@tanstack/vue-table": "8.7.1"
},
"devDependencies": {
"@types/node": "^16.11.27",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/column-pinning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@tanstack/vue-table": "8.7.0",
"@tanstack/vue-table": "8.7.1",
"vue": "^3.2.33"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"vue": "^3.2.25",
"@tanstack/vue-table": "8.7.0"
"@tanstack/vue-table": "8.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/vue-table",
"author": "Tanner Linsley",
"version": "8.7.0",
"version": "8.7.1",
"description": "Headless UI for building powerful tables & datagrids for Vue.",
"license": "MIT",
"homepage": "https://github.com/tanstack/table#readme",
Expand Down

0 comments on commit 5516336

Please sign in to comment.