Skip to content

Commit

Permalink
Update changeset config
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Oct 1, 2024
1 parent 30c0305 commit 876e914
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.5.0/schema.json",
"$schema": "https://unpkg.com/@changesets/config@3.0.3/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "vanilla-extract-css/vanilla-extract" }
Expand All @@ -9,6 +9,12 @@
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"snapshot": {
"useCalculatedVersion": true
},
"privatePackages": {
"tag": false, "version": false
},
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
Expand Down

0 comments on commit 876e914

Please sign in to comment.