From b3f8dd516f25466ccdcae4b3a409dd4a6f8b965e Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Mon, 29 Jul 2024 14:53:15 +0100 Subject: [PATCH] fix: changeset minor version (#2980) --- .changeset/config.json | 3 +++ packages/dev-tools/package.json | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 1c1f236ecc..12d4b0e9bc 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -10,5 +10,8 @@ "snapshot": { "useCalculatedVersion": true, "prereleaseTemplate": "{tag}-{commit}" + }, + "___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": { + "onlyUpdatePeerDependentsWhenOutOfRange": true } } diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index b22fc7685d..794c52f8ea 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -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"