Skip to content

Commit 1bc6631

Browse files
committed
chore: fix package versions
1 parent 7630874 commit 1bc6631

File tree

5 files changed

+23
-11
lines changed

5 files changed

+23
-11
lines changed

.changeset/config.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,19 @@
88
"access": "public",
99
"baseBranch": "main",
1010
"updateInternalDependencies": "patch",
11-
"fixed": [],
11+
"fixed": [
12+
[
13+
"@tanstack/form-core",
14+
"@tanstack/react-form",
15+
"@tanstack/react-form-start",
16+
"@tanstack/react-form-remix",
17+
"@tanstack/react-form-nextjs",
18+
"@tanstack/angular-form",
19+
"@tanstack/vue-form",
20+
"@tanstack/solid-form",
21+
"@tanstack/svelt-form"
22+
]
23+
],
1224
"linked": [],
1325
"ignore": []
1426
}

packages/react-form-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-form-nextjs",
3-
"version": "1.23.4",
3+
"version": "1.23.6",
44
"description": "Powerful, type-safe forms for React.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-form-remix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-form-remix",
3-
"version": "1.23.4",
3+
"version": "1.23.6",
44
"description": "Powerful, type-safe forms for React.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-form-start/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-form-start",
3-
"version": "1.23.4",
3+
"version": "1.23.6",
44
"description": "Powerful, type-safe forms for React.",
55
"author": "tannerlinsley",
66
"license": "MIT",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)