Skip to content

Commit 04c9a28

Browse files
authored
Update changeset config (#1483)
1 parent 30c0305 commit 04c9a28

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.changeset/config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
55
{ "repo": "vanilla-extract-css/vanilla-extract" }
@@ -9,6 +9,12 @@
99
"access": "public",
1010
"baseBranch": "master",
1111
"updateInternalDependencies": "patch",
12+
"snapshot": {
13+
"useCalculatedVersion": true
14+
},
15+
"privatePackages": {
16+
"tag": false, "version": false
17+
},
1218
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
1319
"onlyUpdatePeerDependentsWhenOutOfRange": true
1420
}

0 commit comments

Comments
 (0)