Skip to content

Commit d0bc3ac

Browse files
committed
release: v0.13.1
1 parent b309da7 commit d0bc3ac

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/form-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/form-core",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Powerful, type-safe, framework agnostic forms.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/react-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/react-form",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Powerful, type-safe forms for React.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/solid-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/solid-form",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Powerful, type-safe forms for Solid.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/valibot-form-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/valibot-form-adapter",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "The Valibot adapter for TanStack Form.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/vue-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/vue-form",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Powerful, type-safe forms for Vue.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/yup-form-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/yup-form-adapter",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "The Yup adapter for TanStack Form.",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/zod-form-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/zod-form-adapter",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "The Zod adapter for TanStack Form.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)