Skip to content

Commit 808057b

Browse files
committed
feat: 发布2.0,升级schema+form
1 parent 55cef3a commit 808057b

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

.changeset/config.json

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": ["@changesets/changelog-github", { "repo": "zhangfisher/autostore" }],
4-
"commit": true,
5-
"access": "public",
6-
"fixed": [
7-
[
8-
"autostore",
9-
"@autostorejs/react",
10-
"@autostorejs/syncer"
11-
]
12-
],
13-
"linked": [],
14-
"baseBranch": "master",
15-
"updateInternalDependencies": "patch",
16-
"ignore": [
17-
"autostore-docs",
18-
"@autostorejs/vue"
19-
]
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": ["@changesets/changelog-github", { "repo": "zhangfisher/autostore" }],
4+
"commit": true,
5+
"access": "public",
6+
"fixed": [["autostore", "@autostorejs/react", "@autostorejs/syncer", "@autostorejs/form"]],
7+
"linked": [],
8+
"baseBranch": "master",
9+
"updateInternalDependencies": "patch",
10+
"ignore": ["autostore-docs", "@autostorejs/vue"]
2011
}

0 commit comments

Comments
 (0)