Skip to content

Commit

Permalink
release: v8.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 17, 2024
1 parent bc4f3df commit 23e44fa
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/lit/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "vite"
},
"dependencies": {
"@tanstack/lit-table": "^8.17.0",
"@tanstack/lit-table": "^8.18.0",
"@twind/core": "^1.1.3",
"@twind/preset-autoprefix": "^1.0.7",
"@twind/preset-tailwind": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/column-sizing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/lit-table": "^8.17.0",
"@tanstack/lit-table": "^8.18.0",
"lit": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/filters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/lit-table": "^8.17.0",
"@tanstack/lit-table": "^8.18.0",
"lit": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/row-selection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/lit-table": "^8.17.0",
"@tanstack/lit-table": "^8.18.0",
"lit": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/sorting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@tanstack/lit-table": "^8.17.0",
"@tanstack/lit-table": "^8.18.0",
"lit": "^3.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/lit-table",
"version": "8.17.0",
"version": "8.18.0",
"description": "Headless UI for building powerful tables & datagrids for Lit.",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
12 changes: 5 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 23e44fa

Please sign in to comment.