Skip to content

Commit 1e36222

Browse files
fix(core): update changeset to fix versions to core, jump 1.22.0 (#1749)
fix(core): update changeset to fix versions to core, jump 1.22.0 as it's incorrectly published
1 parent 7c26616 commit 1e36222

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.changeset/config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@
88
"access": "public",
99
"baseBranch": "main",
1010
"updateInternalDependencies": "patch",
11-
"fixed": [],
11+
"fixed": [
12+
[
13+
"@tanstack/form-core",
14+
"@tanstack/angular-form",
15+
"@tanstack/lit-form",
16+
"@tanstack/react-form",
17+
"@tanstack/solid-form",
18+
"@tanstack/svelte-form",
19+
"@tanstack/vue-form"
20+
]
21+
],
1222
"linked": [],
1323
"ignore": []
1424
}

.changeset/metal-feet-go.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@tanstack/form-core': minor
3+
'@tanstack/form-devtools': patch
4+
---
5+
6+
Jumping v1.22.0 as it's incorrectly published, fixed adapter to core.

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": "1.21.2",
3+
"version": "1.22.0",
44
"description": "Powerful, type-safe, framework agnostic forms.",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)