Skip to content

Commit cccc426

Browse files
committed
release: v9.0.0-alpha.14
1 parent 2bc3f8b commit cccc426

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/preact/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-table": "^9.0.0-alpha.10",
14+
"@tanstack/preact-table": "^9.0.0-alpha.14",
1515
"preact": "^10.28.2"
1616
},
1717
"devDependencies": {

examples/preact/sorting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@faker-js/faker": "^10.2.0",
15-
"@tanstack/preact-table": "^9.0.0-alpha.10",
15+
"@tanstack/preact-table": "^9.0.0-alpha.14",
1616
"preact": "^10.28.2"
1717
},
1818
"devDependencies": {

packages/preact-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/preact-table",
3-
"version": "9.0.0-alpha.10",
3+
"version": "9.0.0-alpha.14",
44
"description": "Headless UI for building powerful tables & datagrids for Preact.",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)