Skip to content

Commit

Permalink
release: v8.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Feb 3, 2025
1 parent 8d6e19f commit 64e10bc
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 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.20.5",
"@tanstack/lit-table": "^8.21.1",
"@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.20.5",
"@tanstack/lit-table": "^8.21.1",
"lit": "^3.1.4"
},
"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.20.5",
"@tanstack/lit-table": "^8.21.1",
"lit": "^3.1.4"
},
"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.20.5",
"@tanstack/lit-table": "^8.21.1",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/sorting-dynamic-data/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.20.5",
"@tanstack/lit-table": "^8.21.1",
"lit": "^3.1.4"
},
"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.20.5",
"@tanstack/lit-table": "^8.21.1",
"lit": "^3.1.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/lit/virtualized-rows/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.20.5",
"@tanstack/lit-table": "^8.21.1",
"@tanstack/lit-virtual": "^3.8.3",
"lit": "^3.1.4"
},
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.20.5",
"version": "8.21.1",
"description": "Headless UI for building powerful tables & datagrids for Lit.",
"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 64e10bc

Please sign in to comment.