-
-
Notifications
You must be signed in to change notification settings - Fork 632
Expand file tree
/
Copy pathconfig.json
More file actions
34 lines (34 loc) · 872 Bytes
/
config.json
File metadata and controls
34 lines (34 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
"changelog": [
"@svitejs/changesets-changelog-github-compact",
{ "repo": "TanStack/form" }
],
"commit": false,
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"fixed": [
[
"@tanstack/form-core",
"@tanstack/react-form",
"@tanstack/react-form-start",
"@tanstack/react-form-remix",
"@tanstack/react-form-nextjs",
"@tanstack/angular-form",
"@tanstack/vue-form",
"@tanstack/solid-form",
"@tanstack/svelte-form"
],
[
"@tanstack/form-devtools",
"@tanstack/react-form-devtools",
"@tanstack/solid-form-devtools"
]
],
"linked": [],
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}