Skip to content

Commit 716c16d

Browse files
committed
feat: updated changesets config
1 parent 052b978 commit 716c16d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.changeset/config.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@2.3.1/schema.json",
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
55
"fixed": [],
66
"linked": [],
77
"access": "public",
8-
"baseBranch": "main",
8+
"baseBranch": "feat/v3",
99
"updateInternalDependencies": "patch",
10-
"ignore": [],
11-
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
12-
"onlyUpdatePeerDependentsWhenOutOfRange": true
13-
}
14-
}
10+
"ignore": []
11+
}

0 commit comments

Comments
 (0)