From f06169a1399beb2de56e9b34a8aad3e051ebc9d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:19:09 -0700 Subject: [PATCH] Version Packages (#3269) Co-authored-by: github-actions[bot] --- .changeset/brown-sheep-confess.md | 5 -- .changeset/eighty-humans-divide.md | 14 ---- .changeset/five-tomatoes-guess.md | 6 -- .changeset/good-eyes-nail.md | 5 -- .changeset/hip-jokes-compare.md | 25 ------ .changeset/hip-rings-rule.md | 5 -- .changeset/hip-turkeys-cheat.md | 5 -- .changeset/hot-buckets-draw.md | 5 -- .changeset/itchy-countries-worry.md | 5 -- .changeset/lucky-bulldogs-taste.md | 5 -- .changeset/mean-squids-buy.md | 5 -- .changeset/soft-bears-rest.md | 11 --- .changeset/spotty-crabs-prove.md | 7 -- .changeset/tall-penguins-promise.md | 5 -- CHANGELOG.md | 87 +++++++++++++++++++++ docs/pages/changelog.mdx | 87 +++++++++++++++++++++ packages/abi-ts/CHANGELOG.md | 2 + packages/abi-ts/package.json | 2 +- packages/block-logs-stream/CHANGELOG.md | 17 ++++ packages/block-logs-stream/package.json | 2 +- packages/cli/CHANGELOG.md | 27 +++++++ packages/cli/package.json | 2 +- packages/common/CHANGELOG.md | 19 +++++ packages/common/package.json | 2 +- packages/config/CHANGELOG.md | 18 +++++ packages/config/package.json | 2 +- packages/create-mud/CHANGELOG.md | 12 +++ packages/create-mud/package.json | 2 +- packages/dev-tools/CHANGELOG.md | 25 ++++++ packages/dev-tools/package.json | 2 +- packages/explorer/CHANGELOG.md | 51 ++++++++++++ packages/explorer/package.json | 2 +- packages/faucet/CHANGELOG.md | 18 +++++ packages/faucet/package.json | 2 +- packages/gas-report/CHANGELOG.md | 2 + packages/gas-report/package.json | 2 +- packages/protocol-parser/CHANGELOG.md | 19 +++++ packages/protocol-parser/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++ packages/react/package.json | 2 +- packages/recs/CHANGELOG.md | 8 ++ packages/recs/package.json | 2 +- packages/schema-type/CHANGELOG.md | 12 +++ packages/schema-type/package.json | 2 +- packages/solhint-config-mud/CHANGELOG.md | 2 + packages/solhint-config-mud/package.json | 2 +- packages/solhint-plugin-mud/CHANGELOG.md | 2 + packages/solhint-plugin-mud/package.json | 2 +- packages/stash/CHANGELOG.md | 18 +++++ packages/stash/package.json | 2 +- packages/store-indexer/CHANGELOG.md | 23 ++++++ packages/store-indexer/package.json | 2 +- packages/store-sync/CHANGELOG.md | 26 ++++++ packages/store-sync/package.json | 2 +- packages/store/CHANGELOG.md | 20 +++++ packages/store/package.json | 2 +- packages/utils/CHANGELOG.md | 2 + packages/utils/package.json | 2 +- packages/world-module-metadata/CHANGELOG.md | 9 +++ packages/world-module-metadata/package.json | 2 +- packages/world-modules/CHANGELOG.md | 13 +++ packages/world-modules/package.json | 2 +- packages/world/CHANGELOG.md | 21 +++++ packages/world/package.json | 2 +- 64 files changed, 572 insertions(+), 132 deletions(-) delete mode 100644 .changeset/brown-sheep-confess.md delete mode 100644 .changeset/eighty-humans-divide.md delete mode 100644 .changeset/five-tomatoes-guess.md delete mode 100644 .changeset/good-eyes-nail.md delete mode 100644 .changeset/hip-jokes-compare.md delete mode 100644 .changeset/hip-rings-rule.md delete mode 100644 .changeset/hip-turkeys-cheat.md delete mode 100644 .changeset/hot-buckets-draw.md delete mode 100644 .changeset/itchy-countries-worry.md delete mode 100644 .changeset/lucky-bulldogs-taste.md delete mode 100644 .changeset/mean-squids-buy.md delete mode 100644 .changeset/soft-bears-rest.md delete mode 100644 .changeset/spotty-crabs-prove.md delete mode 100644 .changeset/tall-penguins-promise.md diff --git a/.changeset/brown-sheep-confess.md b/.changeset/brown-sheep-confess.md deleted file mode 100644 index 55703829e7..0000000000 --- a/.changeset/brown-sheep-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Function filters in `Interact` tab are now included as part of the URL. diff --git a/.changeset/eighty-humans-divide.md b/.changeset/eighty-humans-divide.md deleted file mode 100644 index 40dd5e3976..0000000000 --- a/.changeset/eighty-humans-divide.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Transactions in Observe tab are now populated with timing metrics when using the `observer` Viem decorator in local projects. - -You can wire up your local project to use transaction timings with: - -``` -import { observer } from "@latticexyz/explorer/observer"; - -// Extend the Viem client that is performing writes -walletClient.extend(observer()); -``` diff --git a/.changeset/five-tomatoes-guess.md b/.changeset/five-tomatoes-guess.md deleted file mode 100644 index e1fd3244d2..0000000000 --- a/.changeset/five-tomatoes-guess.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@latticexyz/faucet": patch -"@latticexyz/store-indexer": patch ---- - -Added bin wrappers to resolve issues when installing the package locally as a dependency of another package. diff --git a/.changeset/good-eyes-nail.md b/.changeset/good-eyes-nail.md deleted file mode 100644 index fd33f62862..0000000000 --- a/.changeset/good-eyes-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Interact tab now displays decoded ABI errors for failed transactions. diff --git a/.changeset/hip-jokes-compare.md b/.changeset/hip-jokes-compare.md deleted file mode 100644 index a23df08dd4..0000000000 --- a/.changeset/hip-jokes-compare.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -"@latticexyz/block-logs-stream": patch -"@latticexyz/cli": patch -"@latticexyz/common": patch -"@latticexyz/config": patch -"@latticexyz/dev-tools": patch -"@latticexyz/explorer": patch -"@latticexyz/faucet": patch -"@latticexyz/protocol-parser": patch -"@latticexyz/schema-type": patch -"@latticexyz/stash": patch -"@latticexyz/store-indexer": patch -"@latticexyz/store-sync": patch -"@latticexyz/store": patch -"@latticexyz/world": patch -"create-mud": patch ---- - -Bumped viem to v2.21.19. - -MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: - -``` -pnpm recursive up viem@2.21.19 -``` diff --git a/.changeset/hip-rings-rule.md b/.changeset/hip-rings-rule.md deleted file mode 100644 index abb7e73306..0000000000 --- a/.changeset/hip-rings-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Fixed inputs display in the transactions table row. diff --git a/.changeset/hip-turkeys-cheat.md b/.changeset/hip-turkeys-cheat.md deleted file mode 100644 index fcce2b2482..0000000000 --- a/.changeset/hip-turkeys-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/common": patch ---- - -Added Rhodolite devnet chain config and removed the old and now-defunct Lattice testnet chain config. diff --git a/.changeset/hot-buckets-draw.md b/.changeset/hot-buckets-draw.md deleted file mode 100644 index dbf9b59742..0000000000 --- a/.changeset/hot-buckets-draw.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Display error messages for failed queries within the Explore tab's table viewer. diff --git a/.changeset/itchy-countries-worry.md b/.changeset/itchy-countries-worry.md deleted file mode 100644 index 9374512b23..0000000000 --- a/.changeset/itchy-countries-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Explore page now has a full-featured SQL editor with syntax highlighting, autocomplete, and query validation. diff --git a/.changeset/lucky-bulldogs-taste.md b/.changeset/lucky-bulldogs-taste.md deleted file mode 100644 index a2f01c8e94..0000000000 --- a/.changeset/lucky-bulldogs-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Each chain's home page now lets you find and pick a world to explore. diff --git a/.changeset/mean-squids-buy.md b/.changeset/mean-squids-buy.md deleted file mode 100644 index 243de23e00..0000000000 --- a/.changeset/mean-squids-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/store-sync": patch ---- - -Added experimental support for syncing state from pending logs. diff --git a/.changeset/soft-bears-rest.md b/.changeset/soft-bears-rest.md deleted file mode 100644 index 766f6fbc91..0000000000 --- a/.changeset/soft-bears-rest.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -- Not found page if invalid chain name. -- Only show selector for worlds if options exist. -- Remove "future time" from transactions table. -- Improved layout for Interact tab. -- Wrap long args in transactions table. -- New tables polling. -- Add logs (regression). diff --git a/.changeset/spotty-crabs-prove.md b/.changeset/spotty-crabs-prove.md deleted file mode 100644 index 6366c2191d..0000000000 --- a/.changeset/spotty-crabs-prove.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@latticexyz/common": patch ---- - -The `transactionQueue` decorator internally keeps an updated reference for the recommended `baseFeePerGas` and `maxPriorityFeePerGas` from the connected chain to avoid having to fetch it right before sending a transaction. -However, due to the way the fee values were overridden, it wasn't possible for users to explicitly pass in custom fee values. -Now explicitly provided fee values have precedence over the internally estimated fee values. diff --git a/.changeset/tall-penguins-promise.md b/.changeset/tall-penguins-promise.md deleted file mode 100644 index 59adfb99e5..0000000000 --- a/.changeset/tall-penguins-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Transactions are now monitored across all tabs while the World Explorer is open. diff --git a/CHANGELOG.md b/CHANGELOG.md index 104d7a5ede..2bfb9fad8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,90 @@ +## Version 2.2.12 + +Release date: Fri Oct 18 2024 + +### Patch changes + +**[feat(explorer): add functions filter to query state (#3268)](https://github.com/latticexyz/mud/commit/3d8db6f76f3634d532d39cf4091f22fee0a32b68)** (@latticexyz/explorer) + +Function filters in `Interact` tab are now included as part of the URL. + +**[feat(explorer): transaction timings (#3274)](https://github.com/latticexyz/mud/commit/1b0ffcf7a1a7daa2a87efe26059d6a142d257588)** (@latticexyz/explorer) + +Transactions in Observe tab are now populated with timing metrics when using the `observer` Viem decorator in local projects. + +You can wire up your local project to use transaction timings with: + +``` +import { observer } from "@latticexyz/explorer/observer"; + +// Extend the Viem client that is performing writes +walletClient.extend(observer()); +``` + +**[fix(faucet,store-indexer): add bin wrappers (#3296)](https://github.com/latticexyz/mud/commit/20f44fbf733ff876d64a544c68a3cb1a4dc307a9)** (@latticexyz/faucet, @latticexyz/store-indexer) + +Added bin wrappers to resolve issues when installing the package locally as a dependency of another package. + +**[feat(explorer): show ABI errors in interact page (#3303)](https://github.com/latticexyz/mud/commit/d4c10c18ad853bed21c55fe92e2ba09c2382316d)** (@latticexyz/explorer) + +Interact tab now displays decoded ABI errors for failed transactions. + +**[chore: bump viem (#3273)](https://github.com/latticexyz/mud/commit/ea18f270c9a43dbe489b25f11b8379ccd969c02a)** (@latticexyz/block-logs-stream, @latticexyz/cli, @latticexyz/common, @latticexyz/config, @latticexyz/dev-tools, @latticexyz/explorer, @latticexyz/faucet, @latticexyz/protocol-parser, @latticexyz/schema-type, @latticexyz/stash, @latticexyz/store-indexer, @latticexyz/store-sync, @latticexyz/store, @latticexyz/world, create-mud) + +Bumped viem to v2.21.19. + +MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + +``` +pnpm recursive up viem@2.21.19 +``` + +**[fix(explorer): display nested inputs (#3266)](https://github.com/latticexyz/mud/commit/2c9240111ae11e6727d3581453fba2b866f4b4a0)** (@latticexyz/explorer) + +Fixed inputs display in the transactions table row. + +**[feat(common): add rhodolite chain (#3295)](https://github.com/latticexyz/mud/commit/41a6e2f83ac4d48a9dccf52d933c15074b9a724e)** (@latticexyz/common) + +Added Rhodolite devnet chain config and removed the old and now-defunct Lattice testnet chain config. + +**[feat(explorer): show explore table error message (#3286)](https://github.com/latticexyz/mud/commit/af725304e133f95b0b0eb827fdf7283e54ac8342)** (@latticexyz/explorer) + +Display error messages for failed queries within the Explore tab's table viewer. + +**[feat(explorer): sql editor (#3276)](https://github.com/latticexyz/mud/commit/3a80bed31b97d439025f68b8e4ded27354e102f1)** (@latticexyz/explorer) + +Explore page now has a full-featured SQL editor with syntax highlighting, autocomplete, and query validation. + +**[feat(explorer): front page (#3255)](https://github.com/latticexyz/mud/commit/6476dec94cf32275631d49c7e8fe8fe5a0708040)** (@latticexyz/explorer) + +Each chain's home page now lets you find and pick a world to explore. + +**[feat(store-sync): add support for watching pending logs (#3287)](https://github.com/latticexyz/mud/commit/84ae33b8af3ebeb90749c6e82250869b15d17ed1)** (@latticexyz/store-sync) + +Added experimental support for syncing state from pending logs. + +**[fix(explorer): various fixes (#3299)](https://github.com/latticexyz/mud/commit/9a43e87db302ec599fd1e97d8b77e2e68831017f)** (@latticexyz/explorer) + +- Not found page if invalid chain name. +- Only show selector for worlds if options exist. +- Remove "future time" from transactions table. +- Improved layout for Interact tab. +- Wrap long args in transactions table. +- New tables polling. +- Add logs (regression). + +**[fix(common): allow overriding fees in writeContract and sendTransaction (#3288)](https://github.com/latticexyz/mud/commit/fe98442d7ee82f0d41ba10f05a4ee1bafea69d48)** (@latticexyz/common) + +The `transactionQueue` decorator internally keeps an updated reference for the recommended `baseFeePerGas` and `maxPriorityFeePerGas` from the connected chain to avoid having to fetch it right before sending a transaction. +However, due to the way the fee values were overridden, it wasn't possible for users to explicitly pass in custom fee values. +Now explicitly provided fee values have precedence over the internally estimated fee values. + +**[feat(explorer): global transactions listener (#3285)](https://github.com/latticexyz/mud/commit/4b4640913d014fb3a0a5a417b84c91b247e08ffc)** (@latticexyz/explorer) + +Transactions are now monitored across all tabs while the World Explorer is open. + +--- + ## Version 2.2.11 Release date: Mon Oct 07 2024 diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index 104d7a5ede..2bfb9fad8a 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -1,3 +1,90 @@ +## Version 2.2.12 + +Release date: Fri Oct 18 2024 + +### Patch changes + +**[feat(explorer): add functions filter to query state (#3268)](https://github.com/latticexyz/mud/commit/3d8db6f76f3634d532d39cf4091f22fee0a32b68)** (@latticexyz/explorer) + +Function filters in `Interact` tab are now included as part of the URL. + +**[feat(explorer): transaction timings (#3274)](https://github.com/latticexyz/mud/commit/1b0ffcf7a1a7daa2a87efe26059d6a142d257588)** (@latticexyz/explorer) + +Transactions in Observe tab are now populated with timing metrics when using the `observer` Viem decorator in local projects. + +You can wire up your local project to use transaction timings with: + +``` +import { observer } from "@latticexyz/explorer/observer"; + +// Extend the Viem client that is performing writes +walletClient.extend(observer()); +``` + +**[fix(faucet,store-indexer): add bin wrappers (#3296)](https://github.com/latticexyz/mud/commit/20f44fbf733ff876d64a544c68a3cb1a4dc307a9)** (@latticexyz/faucet, @latticexyz/store-indexer) + +Added bin wrappers to resolve issues when installing the package locally as a dependency of another package. + +**[feat(explorer): show ABI errors in interact page (#3303)](https://github.com/latticexyz/mud/commit/d4c10c18ad853bed21c55fe92e2ba09c2382316d)** (@latticexyz/explorer) + +Interact tab now displays decoded ABI errors for failed transactions. + +**[chore: bump viem (#3273)](https://github.com/latticexyz/mud/commit/ea18f270c9a43dbe489b25f11b8379ccd969c02a)** (@latticexyz/block-logs-stream, @latticexyz/cli, @latticexyz/common, @latticexyz/config, @latticexyz/dev-tools, @latticexyz/explorer, @latticexyz/faucet, @latticexyz/protocol-parser, @latticexyz/schema-type, @latticexyz/stash, @latticexyz/store-indexer, @latticexyz/store-sync, @latticexyz/store, @latticexyz/world, create-mud) + +Bumped viem to v2.21.19. + +MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + +``` +pnpm recursive up viem@2.21.19 +``` + +**[fix(explorer): display nested inputs (#3266)](https://github.com/latticexyz/mud/commit/2c9240111ae11e6727d3581453fba2b866f4b4a0)** (@latticexyz/explorer) + +Fixed inputs display in the transactions table row. + +**[feat(common): add rhodolite chain (#3295)](https://github.com/latticexyz/mud/commit/41a6e2f83ac4d48a9dccf52d933c15074b9a724e)** (@latticexyz/common) + +Added Rhodolite devnet chain config and removed the old and now-defunct Lattice testnet chain config. + +**[feat(explorer): show explore table error message (#3286)](https://github.com/latticexyz/mud/commit/af725304e133f95b0b0eb827fdf7283e54ac8342)** (@latticexyz/explorer) + +Display error messages for failed queries within the Explore tab's table viewer. + +**[feat(explorer): sql editor (#3276)](https://github.com/latticexyz/mud/commit/3a80bed31b97d439025f68b8e4ded27354e102f1)** (@latticexyz/explorer) + +Explore page now has a full-featured SQL editor with syntax highlighting, autocomplete, and query validation. + +**[feat(explorer): front page (#3255)](https://github.com/latticexyz/mud/commit/6476dec94cf32275631d49c7e8fe8fe5a0708040)** (@latticexyz/explorer) + +Each chain's home page now lets you find and pick a world to explore. + +**[feat(store-sync): add support for watching pending logs (#3287)](https://github.com/latticexyz/mud/commit/84ae33b8af3ebeb90749c6e82250869b15d17ed1)** (@latticexyz/store-sync) + +Added experimental support for syncing state from pending logs. + +**[fix(explorer): various fixes (#3299)](https://github.com/latticexyz/mud/commit/9a43e87db302ec599fd1e97d8b77e2e68831017f)** (@latticexyz/explorer) + +- Not found page if invalid chain name. +- Only show selector for worlds if options exist. +- Remove "future time" from transactions table. +- Improved layout for Interact tab. +- Wrap long args in transactions table. +- New tables polling. +- Add logs (regression). + +**[fix(common): allow overriding fees in writeContract and sendTransaction (#3288)](https://github.com/latticexyz/mud/commit/fe98442d7ee82f0d41ba10f05a4ee1bafea69d48)** (@latticexyz/common) + +The `transactionQueue` decorator internally keeps an updated reference for the recommended `baseFeePerGas` and `maxPriorityFeePerGas` from the connected chain to avoid having to fetch it right before sending a transaction. +However, due to the way the fee values were overridden, it wasn't possible for users to explicitly pass in custom fee values. +Now explicitly provided fee values have precedence over the internally estimated fee values. + +**[feat(explorer): global transactions listener (#3285)](https://github.com/latticexyz/mud/commit/4b4640913d014fb3a0a5a417b84c91b247e08ffc)** (@latticexyz/explorer) + +Transactions are now monitored across all tabs while the World Explorer is open. + +--- + ## Version 2.2.11 Release date: Mon Oct 07 2024 diff --git a/packages/abi-ts/CHANGELOG.md b/packages/abi-ts/CHANGELOG.md index 30252769cc..4287e12e63 100644 --- a/packages/abi-ts/CHANGELOG.md +++ b/packages/abi-ts/CHANGELOG.md @@ -1,5 +1,7 @@ # @latticexyz/abi-ts +## 2.2.12 + ## 2.2.11 ## 2.2.10 diff --git a/packages/abi-ts/package.json b/packages/abi-ts/package.json index e30fddca22..581cfeaca8 100644 --- a/packages/abi-ts/package.json +++ b/packages/abi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/abi-ts", - "version": "2.2.11", + "version": "2.2.12", "description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.", "repository": { "type": "git", diff --git a/packages/block-logs-stream/CHANGELOG.md b/packages/block-logs-stream/CHANGELOG.md index bf48d6d4a6..accaea6289 100644 --- a/packages/block-logs-stream/CHANGELOG.md +++ b/packages/block-logs-stream/CHANGELOG.md @@ -1,5 +1,22 @@ # @latticexyz/block-logs-stream +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/block-logs-stream/package.json b/packages/block-logs-stream/package.json index bc21d60c87..13bcd3eff5 100644 --- a/packages/block-logs-stream/package.json +++ b/packages/block-logs-stream/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/block-logs-stream", - "version": "2.2.11", + "version": "2.2.12", "description": "Create a stream of EVM block logs for events", "repository": { "type": "git", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 101f6cc1bf..d6bbeaff41 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,32 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/block-logs-stream@2.2.12 + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store@2.2.12 + - @latticexyz/world@2.2.12 + - @latticexyz/world-module-metadata@2.2.12 + - @latticexyz/abi-ts@2.2.12 + - @latticexyz/gas-report@2.2.12 + - @latticexyz/utils@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c611a727ab..2a1bde5cd7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/cli", - "version": "2.2.11", + "version": "2.2.12", "description": "Command line interface for mud", "repository": { "type": "git", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index c6ae72375a..364ba1289d 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,24 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- 41a6e2f: Added Rhodolite devnet chain config and removed the old and now-defunct Lattice testnet chain config. +- fe98442: The `transactionQueue` decorator internally keeps an updated reference for the recommended `baseFeePerGas` and `maxPriorityFeePerGas` from the connected chain to avoid having to fetch it right before sending a transaction. + However, due to the way the fee values were overridden, it wasn't possible for users to explicitly pass in custom fee values. + Now explicitly provided fee values have precedence over the internally estimated fee values. +- Updated dependencies [ea18f27] + - @latticexyz/schema-type@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 7b6bbb4627..22814f9723 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/common", - "version": "2.2.11", + "version": "2.2.12", "description": "Common low level logic shared between packages", "repository": { "type": "git", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 96e26708b7..c4a8fe42c0 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + - @latticexyz/schema-type@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 9ac3bdb07e..327ed8f54a 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/config", - "version": "2.2.11", + "version": "2.2.12", "description": "Config for Store and World", "repository": { "type": "git", diff --git a/packages/create-mud/CHANGELOG.md b/packages/create-mud/CHANGELOG.md index 125bc23959..a6c38e2eeb 100644 --- a/packages/create-mud/CHANGELOG.md +++ b/packages/create-mud/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + ## 2.2.11 ## 2.2.10 diff --git a/packages/create-mud/package.json b/packages/create-mud/package.json index a170ce0629..188ea5f9e8 100644 --- a/packages/create-mud/package.json +++ b/packages/create-mud/package.json @@ -1,6 +1,6 @@ { "name": "create-mud", - "version": "2.2.11", + "version": "2.2.12", "description": "Create a new MUD project", "license": "MIT", "author": "Lattice ", diff --git a/packages/dev-tools/CHANGELOG.md b/packages/dev-tools/CHANGELOG.md index 8018029536..a75f65245b 100644 --- a/packages/dev-tools/CHANGELOG.md +++ b/packages/dev-tools/CHANGELOG.md @@ -1,5 +1,30 @@ # @latticexyz/dev-tools +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [84ae33b] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store-sync@2.2.12 + - @latticexyz/store@2.2.12 + - @latticexyz/world@2.2.12 + - @latticexyz/recs@2.2.12 + - @latticexyz/react@2.2.12 + - @latticexyz/utils@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index a1c58d58e9..acfe2566bc 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/dev-tools", - "version": "2.2.11", + "version": "2.2.12", "description": "MUD developer tools", "repository": { "type": "git", diff --git a/packages/explorer/CHANGELOG.md b/packages/explorer/CHANGELOG.md index 3d5f7218a5..5e4b00a387 100644 --- a/packages/explorer/CHANGELOG.md +++ b/packages/explorer/CHANGELOG.md @@ -1,5 +1,56 @@ # @latticexyz/explorer +## 2.2.12 + +### Patch Changes + +- 3d8db6f: Function filters in `Interact` tab are now included as part of the URL. +- 1b0ffcf: Transactions in Observe tab are now populated with timing metrics when using the `observer` Viem decorator in local projects. + + You can wire up your local project to use transaction timings with: + + ``` + import { observer } from "@latticexyz/explorer/observer"; + + // Extend the Viem client that is performing writes + walletClient.extend(observer()); + ``` + +- d4c10c1: Interact tab now displays decoded ABI errors for failed transactions. +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- 2c92401: Fixed inputs display in the transactions table row. +- af72530: Display error messages for failed queries within the Explore tab's table viewer. +- 3a80bed: Explore page now has a full-featured SQL editor with syntax highlighting, autocomplete, and query validation. +- 6476dec: Each chain's home page now lets you find and pick a world to explore. +- 9a43e87: - Not found page if invalid chain name. + - Only show selector for worlds if options exist. + - Remove "future time" from transactions table. + - Improved layout for Interact tab. + - Wrap long args in transactions table. + - New tables polling. + - Add logs (regression). +- 4b46409: Transactions are now monitored across all tabs while the World Explorer is open. +- Updated dependencies [20f44fb] +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [84ae33b] +- Updated dependencies [fe98442] + - @latticexyz/store-indexer@2.2.12 + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store-sync@2.2.12 + - @latticexyz/store@2.2.12 + - @latticexyz/world@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 7198ccf340..a93d323e37 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/explorer", - "version": "2.2.11", + "version": "2.2.12", "description": "World Explorer is a tool for visually exploring and manipulating the state of worlds", "type": "module", "exports": { diff --git a/packages/faucet/CHANGELOG.md b/packages/faucet/CHANGELOG.md index db007bab2c..d800a5bc42 100644 --- a/packages/faucet/CHANGELOG.md +++ b/packages/faucet/CHANGELOG.md @@ -1,5 +1,23 @@ # @latticexyz/faucet +## 2.2.12 + +### Patch Changes + +- 20f44fb: Added bin wrappers to resolve issues when installing the package locally as a dependency of another package. +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/faucet/package.json b/packages/faucet/package.json index 4221250252..2661c1326e 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/faucet", - "version": "2.2.11", + "version": "2.2.12", "description": "Faucet API for Lattice testnet", "repository": { "type": "git", diff --git a/packages/gas-report/CHANGELOG.md b/packages/gas-report/CHANGELOG.md index df75c50009..1aba762a67 100644 --- a/packages/gas-report/CHANGELOG.md +++ b/packages/gas-report/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.12 + ## 2.2.11 ## 2.2.10 diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index 4fb61f7372..10e102c374 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/gas-report", - "version": "2.2.11", + "version": "2.2.12", "description": "Gas reporter for specific lines within forge tests", "repository": { "type": "git", diff --git a/packages/protocol-parser/CHANGELOG.md b/packages/protocol-parser/CHANGELOG.md index c24e43b1dc..80d195bc5d 100644 --- a/packages/protocol-parser/CHANGELOG.md +++ b/packages/protocol-parser/CHANGELOG.md @@ -1,5 +1,24 @@ # @latticexyz/protocol-parser +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/schema-type@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json index 930c033d76..2f6bd0c543 100644 --- a/packages/protocol-parser/package.json +++ b/packages/protocol-parser/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/protocol-parser", - "version": "2.2.11", + "version": "2.2.12", "description": "Parser utilities for the MUD protocol", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index d5b77cf50f..9f353f00a6 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- Updated dependencies [ea18f27] + - @latticexyz/store@2.2.12 + - @latticexyz/recs@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3376c0ac95..ec08dafd56 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/react", - "version": "2.2.11", + "version": "2.2.12", "description": "React tools for MUD client.", "repository": { "type": "git", diff --git a/packages/recs/CHANGELOG.md b/packages/recs/CHANGELOG.md index 844895b130..8d9ffe71ec 100644 --- a/packages/recs/CHANGELOG.md +++ b/packages/recs/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- Updated dependencies [ea18f27] + - @latticexyz/schema-type@2.2.12 + - @latticexyz/utils@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/recs/package.json b/packages/recs/package.json index b97909bacd..478cfad424 100644 --- a/packages/recs/package.json +++ b/packages/recs/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/recs", - "version": "2.2.11", + "version": "2.2.12", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/schema-type/CHANGELOG.md b/packages/schema-type/CHANGELOG.md index 09f2dbe5e7..5e328c1433 100644 --- a/packages/schema-type/CHANGELOG.md +++ b/packages/schema-type/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + ## 2.2.11 ## 2.2.10 diff --git a/packages/schema-type/package.json b/packages/schema-type/package.json index d69bc86d50..c7556bade5 100644 --- a/packages/schema-type/package.json +++ b/packages/schema-type/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/schema-type", - "version": "2.2.11", + "version": "2.2.12", "description": "SchemaType enum for various languages", "repository": { "type": "git", diff --git a/packages/solhint-config-mud/CHANGELOG.md b/packages/solhint-config-mud/CHANGELOG.md index eead18e1aa..a67c171c2f 100644 --- a/packages/solhint-config-mud/CHANGELOG.md +++ b/packages/solhint-config-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.12 + ## 2.2.11 ## 2.2.10 diff --git a/packages/solhint-config-mud/package.json b/packages/solhint-config-mud/package.json index 19b9861dca..6fab74326f 100644 --- a/packages/solhint-config-mud/package.json +++ b/packages/solhint-config-mud/package.json @@ -1,6 +1,6 @@ { "name": "solhint-config-mud", - "version": "2.2.11", + "version": "2.2.12", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/solhint-plugin-mud/CHANGELOG.md b/packages/solhint-plugin-mud/CHANGELOG.md index eead18e1aa..a67c171c2f 100644 --- a/packages/solhint-plugin-mud/CHANGELOG.md +++ b/packages/solhint-plugin-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.12 + ## 2.2.11 ## 2.2.10 diff --git a/packages/solhint-plugin-mud/package.json b/packages/solhint-plugin-mud/package.json index cfc9e4c9f0..efa8138373 100644 --- a/packages/solhint-plugin-mud/package.json +++ b/packages/solhint-plugin-mud/package.json @@ -1,6 +1,6 @@ { "name": "solhint-plugin-mud", - "version": "2.2.11", + "version": "2.2.12", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/stash/CHANGELOG.md b/packages/stash/CHANGELOG.md index 7b87eb5342..0f2912790a 100644 --- a/packages/stash/CHANGELOG.md +++ b/packages/stash/CHANGELOG.md @@ -1,5 +1,23 @@ # @latticexyz/stash +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] + - @latticexyz/config@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/stash/package.json b/packages/stash/package.json index 393e6bdbb2..559e24c77a 100644 --- a/packages/stash/package.json +++ b/packages/stash/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/stash", - "version": "2.2.11", + "version": "2.2.12", "description": "High performance client store and query engine for MUD", "repository": { "type": "git", diff --git a/packages/store-indexer/CHANGELOG.md b/packages/store-indexer/CHANGELOG.md index 1aa2a78dfa..b4eaec29ac 100644 --- a/packages/store-indexer/CHANGELOG.md +++ b/packages/store-indexer/CHANGELOG.md @@ -1,5 +1,28 @@ # @latticexyz/store-indexer +## 2.2.12 + +### Patch Changes + +- 20f44fb: Added bin wrappers to resolve issues when installing the package locally as a dependency of another package. +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [84ae33b] +- Updated dependencies [fe98442] + - @latticexyz/block-logs-stream@2.2.12 + - @latticexyz/common@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/store-sync@2.2.12 + - @latticexyz/store@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/store-indexer/package.json b/packages/store-indexer/package.json index 26e5dc2e02..5b257e965c 100644 --- a/packages/store-indexer/package.json +++ b/packages/store-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-indexer", - "version": "2.2.11", + "version": "2.2.12", "description": "Minimal Typescript indexer for Store", "repository": { "type": "git", diff --git a/packages/store-sync/CHANGELOG.md b/packages/store-sync/CHANGELOG.md index 01a84584e4..f2e31bf724 100644 --- a/packages/store-sync/CHANGELOG.md +++ b/packages/store-sync/CHANGELOG.md @@ -1,5 +1,31 @@ # @latticexyz/store-sync +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- 84ae33b: Added experimental support for syncing state from pending logs. +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/block-logs-stream@2.2.12 + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/stash@2.2.12 + - @latticexyz/store@2.2.12 + - @latticexyz/world@2.2.12 + - @latticexyz/recs@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/store-sync/package.json b/packages/store-sync/package.json index a5db979529..081a4879a3 100644 --- a/packages/store-sync/package.json +++ b/packages/store-sync/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-sync", - "version": "2.2.11", + "version": "2.2.12", "description": "Utilities to sync MUD Store events with a client or cache", "repository": { "type": "git", diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index adeca222cf..547ce532c0 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,25 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/schema-type@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index bf487ecd3a..e02b62f5bd 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store", - "version": "2.2.11", + "version": "2.2.12", "description": "Store", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 3ef34b9e3f..6b1b58a95e 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.12 + ## 2.2.11 ## 2.2.10 diff --git a/packages/utils/package.json b/packages/utils/package.json index 612d220a3a..b8ff2bcde4 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/utils", - "version": "2.2.11", + "version": "2.2.12", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/world-module-metadata/CHANGELOG.md b/packages/world-module-metadata/CHANGELOG.md index cc66c38c34..793614b714 100644 --- a/packages/world-module-metadata/CHANGELOG.md +++ b/packages/world-module-metadata/CHANGELOG.md @@ -1,5 +1,14 @@ # @latticexyz/world-module-metadata +## 2.2.12 + +### Patch Changes + +- Updated dependencies [ea18f27] + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store@2.2.12 + - @latticexyz/world@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/world-module-metadata/package.json b/packages/world-module-metadata/package.json index e55b2a5dae..1fdcb1d61f 100644 --- a/packages/world-module-metadata/package.json +++ b/packages/world-module-metadata/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-module-metadata", - "version": "2.2.11", + "version": "2.2.12", "description": "Metadata world module", "repository": { "type": "git", diff --git a/packages/world-modules/CHANGELOG.md b/packages/world-modules/CHANGELOG.md index 247c84ce99..26d2a72f0e 100644 --- a/packages/world-modules/CHANGELOG.md +++ b/packages/world-modules/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store@2.2.12 + - @latticexyz/world@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/world-modules/package.json b/packages/world-modules/package.json index 523305539f..7869ba119a 100644 --- a/packages/world-modules/package.json +++ b/packages/world-modules/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-modules", - "version": "2.2.11", + "version": "2.2.12", "description": "World modules", "repository": { "type": "git", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index 3ddc1ce470..37d029e0d4 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 2.2.12 + +### Patch Changes + +- ea18f27: Bumped viem to v2.21.19. + + MUD projects using these packages should do the same to ensure no type errors due to mismatched versions: + + ``` + pnpm recursive up viem@2.21.19 + ``` + +- Updated dependencies [ea18f27] +- Updated dependencies [41a6e2f] +- Updated dependencies [fe98442] + - @latticexyz/common@2.2.12 + - @latticexyz/config@2.2.12 + - @latticexyz/protocol-parser@2.2.12 + - @latticexyz/schema-type@2.2.12 + - @latticexyz/store@2.2.12 + ## 2.2.11 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index fc7b948c77..0efeba0b38 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world", - "version": "2.2.11", + "version": "2.2.12", "description": "World framework", "repository": { "type": "git",