Skip to content

Commit

Permalink
fix: changeset minor version (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored and qbzzt committed Aug 17, 2024
1 parent 65b62ec commit dd2cd65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"snapshot": {
"useCalculatedVersion": true,
"prereleaseTemplate": "{tag}-{commit}"
},
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"onlyUpdatePeerDependentsWhenOutOfRange": true
}
}
12 changes: 6 additions & 6 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@latticexyz/common": "2.0.12",
"@latticexyz/recs": "2.0.12",
"@latticexyz/store": "2.0.12",
"@latticexyz/store-sync": "2.0.12",
"@latticexyz/utils": "2.0.12",
"@latticexyz/world": "2.0.12"
"@latticexyz/common": "2.x",
"@latticexyz/recs": "2.x",
"@latticexyz/store": "2.x",
"@latticexyz/store-sync": "2.x",
"@latticexyz/utils": "2.x",
"@latticexyz/world": "2.x"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit dd2cd65

Please sign in to comment.