Skip to content

Commit 2d89d08

Browse files
committed
chore: update version
1 parent d88c647 commit 2d89d08

File tree

3 files changed

+560
-226
lines changed

3 files changed

+560
-226
lines changed

examples/preact/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/preact-form": "workspace:*",
12+
"@tanstack/preact-form": "^1.28.4",
1313
"preact": "^10.26.4"
1414
},
1515
"devDependencies": {

packages/preact-form/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-form",
3-
"version": "1.28.3",
3+
"version": "1.28.4",
44
"description": "Powerful, type-safe forms for Preact.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)