We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c0305 commit 04c9a28Copy full SHA for 04c9a28
.changeset/config.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
+ "$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
3
"changelog": [
4
"@changesets/changelog-github",
5
{ "repo": "vanilla-extract-css/vanilla-extract" }
@@ -9,6 +9,12 @@
9
"access": "public",
10
"baseBranch": "master",
11
"updateInternalDependencies": "patch",
12
+ "snapshot": {
13
+ "useCalculatedVersion": true
14
+ },
15
+ "privatePackages": {
16
+ "tag": false, "version": false
17
18
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
19
"onlyUpdatePeerDependentsWhenOutOfRange": true
20
}
0 commit comments