From e87c967a05fb69a003a4eebb37959a851fc557e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:36:38 +0000 Subject: [PATCH] chore: release v2.2.24 --- .changeset/poor-pianos-retire.md | 5 -- .changeset/stupid-cameras-greet.md | 5 -- .changeset/tidy-carpets-cheer.md | 5 -- .changeset/twelve-melons-relate.md | 8 --- CHANGELOG.md | 26 +++++++ docs/data/changelog.json | 70 +++++++++++++++++++ docs/pages/changelog.mdx | 26 +++++++ packages/abi-ts/CHANGELOG.md | 2 + packages/abi-ts/package.json | 2 +- packages/block-logs-stream/CHANGELOG.md | 7 ++ packages/block-logs-stream/package.json | 2 +- packages/cli/CHANGELOG.md | 23 ++++++ packages/cli/package.json | 2 +- packages/common/CHANGELOG.md | 10 +++ packages/common/package.json | 2 +- packages/config/CHANGELOG.md | 8 +++ packages/config/package.json | 2 +- packages/create-mud/CHANGELOG.md | 2 + packages/create-mud/package.json | 2 +- packages/dev-tools/CHANGELOG.md | 14 ++++ packages/dev-tools/package.json | 2 +- packages/entrykit/CHANGELOG.md | 14 ++++ packages/entrykit/package.json | 2 +- packages/explorer/CHANGELOG.md | 18 +++++ packages/explorer/package.json | 2 +- packages/faucet/CHANGELOG.md | 7 ++ packages/faucet/package.json | 2 +- packages/gas-report/CHANGELOG.md | 2 + packages/gas-report/package.json | 2 +- packages/id.place/CHANGELOG.md | 2 + packages/id.place/package.json | 2 +- packages/paymaster/CHANGELOG.md | 2 + packages/paymaster/package.json | 2 +- packages/protocol-parser/CHANGELOG.md | 9 +++ packages/protocol-parser/package.json | 2 +- packages/react/CHANGELOG.md | 7 ++ packages/react/package.json | 2 +- packages/recs/CHANGELOG.md | 7 ++ packages/recs/package.json | 2 +- packages/schema-type/CHANGELOG.md | 2 + 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 | 11 +++ packages/stash/package.json | 2 +- packages/store-indexer/CHANGELOG.md | 11 +++ packages/store-indexer/package.json | 2 +- packages/store-sync/CHANGELOG.md | 16 +++++ packages/store-sync/package.json | 2 +- packages/store/CHANGELOG.md | 10 +++ packages/store/package.json | 2 +- packages/utils/CHANGELOG.md | 2 + packages/utils/package.json | 2 +- packages/vite-plugin-mud/CHANGELOG.md | 2 + packages/vite-plugin-mud/package.json | 2 +- packages/world-consumer/CHANGELOG.md | 8 +++ packages/world-consumer/package.json | 2 +- .../CHANGELOG.md | 8 +++ .../package.json | 2 +- packages/world-module-erc20/CHANGELOG.md | 9 +++ packages/world-module-erc20/package.json | 2 +- packages/world-module-metadata/CHANGELOG.md | 8 +++ packages/world-module-metadata/package.json | 2 +- packages/world-modules/CHANGELOG.md | 11 +++ packages/world-modules/package.json | 2 +- packages/world/CHANGELOG.md | 12 ++++ packages/world/package.json | 2 +- 69 files changed, 401 insertions(+), 54 deletions(-) delete mode 100644 .changeset/poor-pianos-retire.md delete mode 100644 .changeset/stupid-cameras-greet.md delete mode 100644 .changeset/tidy-carpets-cheer.md delete mode 100644 .changeset/twelve-melons-relate.md diff --git a/.changeset/poor-pianos-retire.md b/.changeset/poor-pianos-retire.md deleted file mode 100644 index 3d648b6ff8..0000000000 --- a/.changeset/poor-pianos-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor. diff --git a/.changeset/stupid-cameras-greet.md b/.changeset/stupid-cameras-greet.md deleted file mode 100644 index 168c27f740..0000000000 --- a/.changeset/stupid-cameras-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Formatting is now preserved when re-running SQL queries. diff --git a/.changeset/tidy-carpets-cheer.md b/.changeset/tidy-carpets-cheer.md deleted file mode 100644 index b75828bcc7..0000000000 --- a/.changeset/tidy-carpets-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/explorer": patch ---- - -Caching is now disabled for API routes. diff --git a/.changeset/twelve-melons-relate.md b/.changeset/twelve-melons-relate.md deleted file mode 100644 index 879286b135..0000000000 --- a/.changeset/twelve-melons-relate.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@latticexyz/cli": patch -"@latticexyz/common": patch ---- - -The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address. - -The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file. diff --git a/CHANGELOG.md b/CHANGELOG.md index e94649746f..2ca955dd85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +## Version 2.2.24 + +Release date: Tue Sep 30 2025 + +### Patch changes + +**[fix(explorer): validate sql queries (#3793)](https://github.com/latticexyz/mud/commit/6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2)** (@latticexyz/explorer) + +SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor. + +**[fix(explorer): preserve sql query formatting (#3810)](https://github.com/latticexyz/mud/commit/1f509ee224cadd4254e7bbb7a268b519f65e4495)** (@latticexyz/explorer) + +Formatting is now preserved when re-running SQL queries. + +**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer) + +Caching is now disabled for API routes. + +**[feat(cli): save deployed contracts info (#3816)](https://github.com/latticexyz/mud/commit/0e49b51ba934438e49c7f098e78d6e3ddf7567fb)** (@latticexyz/cli, @latticexyz/common) + +The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address. + +The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file. + +--- + ## Version 2.2.23 Release date: Mon Aug 25 2025 diff --git a/docs/data/changelog.json b/docs/data/changelog.json index 004bee6578..8fd695e7f3 100644 --- a/docs/data/changelog.json +++ b/docs/data/changelog.json @@ -1,4 +1,74 @@ [ + { + "version": "2.2.24", + "date": "2025-09-30T20:36:36.861Z", + "changes": { + "patch": [ + { + "packages": [ + { + "package": "@latticexyz/explorer", + "type": "patch" + } + ], + "description": "\nSQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.", + "type": 0, + "commitHash": "6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2", + "authorName": "Karolis Ramanauskas", + "authorEmail": "hello@karolisram.com", + "title": "fix(explorer): validate sql queries (#3793)" + }, + { + "packages": [ + { + "package": "@latticexyz/explorer", + "type": "patch" + } + ], + "description": "\nFormatting is now preserved when re-running SQL queries.", + "type": 0, + "commitHash": "1f509ee224cadd4254e7bbb7a268b519f65e4495", + "authorName": "Karolis Ramanauskas", + "authorEmail": "hello@karolisram.com", + "title": "fix(explorer): preserve sql query formatting (#3810)" + }, + { + "packages": [ + { + "package": "@latticexyz/explorer", + "type": "patch" + } + ], + "description": "\nCaching is now disabled for API routes.", + "type": 0, + "commitHash": "bd97268cd2037f6372211e05367605636b1ee78e", + "authorName": "Karolis Ramanauskas", + "authorEmail": "hello@karolisram.com", + "title": "fix(explorer): disable caching for API routes (#3807)" + }, + { + "packages": [ + { + "package": "@latticexyz/cli", + "type": "patch" + }, + { + "package": "@latticexyz/common", + "type": "patch" + } + ], + "description": "\nThe `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address.\n\nThe `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file.", + "type": 0, + "commitHash": "0e49b51ba934438e49c7f098e78d6e3ddf7567fb", + "authorName": "Dhvani Patel", + "authorEmail": "dhvani.patel@uwaterloo.ca", + "title": "feat(cli): save deployed contracts info (#3816)" + } + ], + "minor": [], + "major": [] + } + }, { "version": "2.2.23", "date": "2025-08-25T02:48:07.555Z", diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index e94649746f..2ca955dd85 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -1,3 +1,29 @@ +## Version 2.2.24 + +Release date: Tue Sep 30 2025 + +### Patch changes + +**[fix(explorer): validate sql queries (#3793)](https://github.com/latticexyz/mud/commit/6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2)** (@latticexyz/explorer) + +SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor. + +**[fix(explorer): preserve sql query formatting (#3810)](https://github.com/latticexyz/mud/commit/1f509ee224cadd4254e7bbb7a268b519f65e4495)** (@latticexyz/explorer) + +Formatting is now preserved when re-running SQL queries. + +**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer) + +Caching is now disabled for API routes. + +**[feat(cli): save deployed contracts info (#3816)](https://github.com/latticexyz/mud/commit/0e49b51ba934438e49c7f098e78d6e3ddf7567fb)** (@latticexyz/cli, @latticexyz/common) + +The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address. + +The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file. + +--- + ## Version 2.2.23 Release date: Mon Aug 25 2025 diff --git a/packages/abi-ts/CHANGELOG.md b/packages/abi-ts/CHANGELOG.md index 26e26e6a99..00a3500ead 100644 --- a/packages/abi-ts/CHANGELOG.md +++ b/packages/abi-ts/CHANGELOG.md @@ -1,5 +1,7 @@ # @latticexyz/abi-ts +## 2.2.24 + ## 2.2.23 ## 2.2.22 diff --git a/packages/abi-ts/package.json b/packages/abi-ts/package.json index 3f458609e0..c893fc4836 100644 --- a/packages/abi-ts/package.json +++ b/packages/abi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/abi-ts", - "version": "2.2.23", + "version": "2.2.24", "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 f98d90c7a7..3745f7fb8b 100644 --- a/packages/block-logs-stream/CHANGELOG.md +++ b/packages/block-logs-stream/CHANGELOG.md @@ -1,5 +1,12 @@ # @latticexyz/block-logs-stream +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/block-logs-stream/package.json b/packages/block-logs-stream/package.json index 2ba0c157b3..dab031de98 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.23", + "version": "2.2.24", "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 4898b3bfdb..5c2c0dd74f 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,28 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- 0e49b51: The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address. + + The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file. + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/block-logs-stream@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/store-sync@2.2.24 + - @latticexyz/world@2.2.24 + - @latticexyz/world-module-callwithsignature@2.2.24 + - @latticexyz/world-module-metadata@2.2.24 + - @latticexyz/abi-ts@2.2.24 + - @latticexyz/gas-report@2.2.24 + - @latticexyz/schema-type@2.2.24 + - @latticexyz/utils@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index ef90f88616..31a7c59846 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/cli", - "version": "2.2.23", + "version": "2.2.24", "description": "Command line interface for mud", "repository": { "type": "git", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index c46a150bc2..af3fb6f3d0 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- 0e49b51: The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address. + + The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file. + + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 65b137de84..80038ae854 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/common", - "version": "2.2.23", + "version": "2.2.24", "description": "Common low level logic shared between packages", "repository": { "type": "git", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 40d82a936b..0f2847f839 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 464ec22020..de02114e46 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/config", - "version": "2.2.23", + "version": "2.2.24", "description": "Config for Store and World", "repository": { "type": "git", diff --git a/packages/create-mud/CHANGELOG.md b/packages/create-mud/CHANGELOG.md index 198f64120a..0a023485a3 100644 --- a/packages/create-mud/CHANGELOG.md +++ b/packages/create-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/create-mud/package.json b/packages/create-mud/package.json index 7bafef6ada..01c86e87cd 100644 --- a/packages/create-mud/package.json +++ b/packages/create-mud/package.json @@ -1,6 +1,6 @@ { "name": "create-mud", - "version": "2.2.23", + "version": "2.2.24", "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 f556ce6e73..d03b4d41b7 100644 --- a/packages/dev-tools/CHANGELOG.md +++ b/packages/dev-tools/CHANGELOG.md @@ -1,5 +1,19 @@ # @latticexyz/dev-tools +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/store-sync@2.2.24 + - @latticexyz/world@2.2.24 + - @latticexyz/react@2.2.24 + - @latticexyz/recs@2.2.24 + - @latticexyz/schema-type@2.2.24 + - @latticexyz/utils@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 69ce8c2af8..d990505d2f 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/dev-tools", - "version": "2.2.23", + "version": "2.2.24", "description": "MUD developer tools", "repository": { "type": "git", diff --git a/packages/entrykit/CHANGELOG.md b/packages/entrykit/CHANGELOG.md index 822f4bf9ba..e8d995f05d 100644 --- a/packages/entrykit/CHANGELOG.md +++ b/packages/entrykit/CHANGELOG.md @@ -1,5 +1,19 @@ # @latticexyz/entrykit +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/world@2.2.24 + - @latticexyz/world-module-callwithsignature@2.2.24 + - @latticexyz/id.place@2.2.24 + - @latticexyz/paymaster@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/entrykit/package.json b/packages/entrykit/package.json index c679c89ba9..1afcc76cbb 100644 --- a/packages/entrykit/package.json +++ b/packages/entrykit/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/entrykit", - "version": "2.2.23", + "version": "2.2.24", "description": "User onboarding flows for MUD apps", "repository": { "type": "git", diff --git a/packages/explorer/CHANGELOG.md b/packages/explorer/CHANGELOG.md index 8b1881ae22..dfb5460be6 100644 --- a/packages/explorer/CHANGELOG.md +++ b/packages/explorer/CHANGELOG.md @@ -1,5 +1,23 @@ # @latticexyz/explorer +## 2.2.24 + +### Patch Changes + +- 6031ec8: SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor. +- 1f509ee: Formatting is now preserved when re-running SQL queries. +- bd97268: Caching is now disabled for API routes. +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/block-logs-stream@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/store-indexer@2.2.24 + - @latticexyz/store-sync@2.2.24 + - @latticexyz/world@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 74ee031163..4daff28345 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/explorer", - "version": "2.2.23", + "version": "2.2.24", "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 6b8f665fd6..810dfd2866 100644 --- a/packages/faucet/CHANGELOG.md +++ b/packages/faucet/CHANGELOG.md @@ -1,5 +1,12 @@ # @latticexyz/faucet +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/faucet/package.json b/packages/faucet/package.json index 44d80a67fa..46376faa99 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/faucet", - "version": "2.2.23", + "version": "2.2.24", "description": "Faucet API for Lattice testnet", "repository": { "type": "git", diff --git a/packages/gas-report/CHANGELOG.md b/packages/gas-report/CHANGELOG.md index 0887e5199c..7f57578293 100644 --- a/packages/gas-report/CHANGELOG.md +++ b/packages/gas-report/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index a700a4013e..0fe7c55cfe 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/gas-report", - "version": "2.2.23", + "version": "2.2.24", "description": "Gas reporter for specific lines within forge tests", "repository": { "type": "git", diff --git a/packages/id.place/CHANGELOG.md b/packages/id.place/CHANGELOG.md index b5efa9f1fb..8a071275d5 100644 --- a/packages/id.place/CHANGELOG.md +++ b/packages/id.place/CHANGELOG.md @@ -1,5 +1,7 @@ # @latticexyz/id.place +## 2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/id.place/package.json b/packages/id.place/package.json index e74f3a7bf2..d879823d0f 100644 --- a/packages/id.place/package.json +++ b/packages/id.place/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/id.place", - "version": "2.2.23", + "version": "2.2.24", "description": "A place for your internet identity", "repository": { "type": "git", diff --git a/packages/paymaster/CHANGELOG.md b/packages/paymaster/CHANGELOG.md index a2e72ac85f..32fce6c6b1 100644 --- a/packages/paymaster/CHANGELOG.md +++ b/packages/paymaster/CHANGELOG.md @@ -1,5 +1,7 @@ # @latticexyz/paymaster +## 2.2.24 + ## 2.2.23 ## 2.2.22 diff --git a/packages/paymaster/package.json b/packages/paymaster/package.json index 7b8d28aa93..1eaa3d1264 100644 --- a/packages/paymaster/package.json +++ b/packages/paymaster/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/paymaster", - "version": "2.2.23", + "version": "2.2.24", "description": "Paymaster contracts", "repository": { "type": "git", diff --git a/packages/protocol-parser/CHANGELOG.md b/packages/protocol-parser/CHANGELOG.md index ac1eeb3981..e7ac63b9a1 100644 --- a/packages/protocol-parser/CHANGELOG.md +++ b/packages/protocol-parser/CHANGELOG.md @@ -1,5 +1,14 @@ # @latticexyz/protocol-parser +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json index 12c42abc99..e416ea2718 100644 --- a/packages/protocol-parser/package.json +++ b/packages/protocol-parser/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/protocol-parser", - "version": "2.2.23", + "version": "2.2.24", "description": "Parser utilities for the MUD protocol", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a237cb1c89..8f34b2f7dc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- @latticexyz/store@2.2.24 +- @latticexyz/recs@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 8ccb1666de..0893277adb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/react", - "version": "2.2.23", + "version": "2.2.24", "description": "React tools for MUD client.", "repository": { "type": "git", diff --git a/packages/recs/CHANGELOG.md b/packages/recs/CHANGELOG.md index b0d49274a6..b22729ff98 100644 --- a/packages/recs/CHANGELOG.md +++ b/packages/recs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- @latticexyz/schema-type@2.2.24 +- @latticexyz/utils@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/recs/package.json b/packages/recs/package.json index 6fbd1fb5e7..041db1f7f4 100644 --- a/packages/recs/package.json +++ b/packages/recs/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/recs", - "version": "2.2.23", + "version": "2.2.24", "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 237a3da91a..24157925c6 100644 --- a/packages/schema-type/CHANGELOG.md +++ b/packages/schema-type/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/schema-type/package.json b/packages/schema-type/package.json index 6ca13206d4..9d14954486 100644 --- a/packages/schema-type/package.json +++ b/packages/schema-type/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/schema-type", - "version": "2.2.23", + "version": "2.2.24", "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 ec5547cf97..8b0d01a980 100644 --- a/packages/solhint-config-mud/CHANGELOG.md +++ b/packages/solhint-config-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.24 + ## 2.2.23 ## 2.2.22 diff --git a/packages/solhint-config-mud/package.json b/packages/solhint-config-mud/package.json index fefffeadac..60afb26f4b 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.23", + "version": "2.2.24", "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 ec5547cf97..8b0d01a980 100644 --- a/packages/solhint-plugin-mud/CHANGELOG.md +++ b/packages/solhint-plugin-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.24 + ## 2.2.23 ## 2.2.22 diff --git a/packages/solhint-plugin-mud/package.json b/packages/solhint-plugin-mud/package.json index 578c5f7da0..2fd6b38e89 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.23", + "version": "2.2.24", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/stash/CHANGELOG.md b/packages/stash/CHANGELOG.md index 2c8931becf..5f3f0c486c 100644 --- a/packages/stash/CHANGELOG.md +++ b/packages/stash/CHANGELOG.md @@ -1,5 +1,16 @@ # @latticexyz/stash +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/stash/package.json b/packages/stash/package.json index 9b1257ae83..ee4b17c353 100644 --- a/packages/stash/package.json +++ b/packages/stash/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/stash", - "version": "2.2.23", + "version": "2.2.24", "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 0c1ba91101..925c486ba5 100644 --- a/packages/store-indexer/CHANGELOG.md +++ b/packages/store-indexer/CHANGELOG.md @@ -1,5 +1,16 @@ # @latticexyz/store-indexer +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/block-logs-stream@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/store-sync@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/store-indexer/package.json b/packages/store-indexer/package.json index 91bb9e3a16..2b7e782474 100644 --- a/packages/store-indexer/package.json +++ b/packages/store-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-indexer", - "version": "2.2.23", + "version": "2.2.24", "description": "Minimal Typescript indexer for Store", "repository": { "type": "git", diff --git a/packages/store-sync/CHANGELOG.md b/packages/store-sync/CHANGELOG.md index d91d15cb50..fa4e27e025 100644 --- a/packages/store-sync/CHANGELOG.md +++ b/packages/store-sync/CHANGELOG.md @@ -1,5 +1,21 @@ # @latticexyz/store-sync +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/block-logs-stream@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/stash@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/world@2.2.24 + - @latticexyz/world-module-metadata@2.2.24 + - @latticexyz/recs@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/store-sync/package.json b/packages/store-sync/package.json index 8a12596e86..cae854decf 100644 --- a/packages/store-sync/package.json +++ b/packages/store-sync/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-sync", - "version": "2.2.23", + "version": "2.2.24", "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 2c8b544a8a..0c6619bb9f 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index 72c855a120..fc4c446664 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store", - "version": "2.2.23", + "version": "2.2.24", "description": "Store", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index f0abbff375..f5ef627666 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.24 + ## 2.2.23 ## 2.2.22 diff --git a/packages/utils/package.json b/packages/utils/package.json index 105866f7c4..ab26ac0197 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/utils", - "version": "2.2.23", + "version": "2.2.24", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/vite-plugin-mud/CHANGELOG.md b/packages/vite-plugin-mud/CHANGELOG.md index 66e9875058..67c1926d82 100644 --- a/packages/vite-plugin-mud/CHANGELOG.md +++ b/packages/vite-plugin-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # vite-plugin-mud +## 2.2.24 + ## 2.2.23 ## 2.2.22 diff --git a/packages/vite-plugin-mud/package.json b/packages/vite-plugin-mud/package.json index af0b247357..05a099f09a 100644 --- a/packages/vite-plugin-mud/package.json +++ b/packages/vite-plugin-mud/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-mud", - "version": "2.2.23", + "version": "2.2.24", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/world-consumer/CHANGELOG.md b/packages/world-consumer/CHANGELOG.md index a6eed08d05..576536fd71 100644 --- a/packages/world-consumer/CHANGELOG.md +++ b/packages/world-consumer/CHANGELOG.md @@ -1,5 +1,13 @@ # @latticexyz/store-consumer +## 2.2.24 + +### Patch Changes + +- @latticexyz/store@2.2.24 +- @latticexyz/world@2.2.24 +- @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/world-consumer/package.json b/packages/world-consumer/package.json index 7e6ad8a5b1..637663872f 100644 --- a/packages/world-consumer/package.json +++ b/packages/world-consumer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-consumer", - "version": "2.2.23", + "version": "2.2.24", "description": "World Consumer Contracts", "repository": { "type": "git", diff --git a/packages/world-module-callwithsignature/CHANGELOG.md b/packages/world-module-callwithsignature/CHANGELOG.md index 10f3a99bcf..2fa6388dd4 100644 --- a/packages/world-module-callwithsignature/CHANGELOG.md +++ b/packages/world-module-callwithsignature/CHANGELOG.md @@ -1,5 +1,13 @@ # @latticexyz/world-module-callwithsignature +## 2.2.24 + +### Patch Changes + +- @latticexyz/store@2.2.24 +- @latticexyz/world@2.2.24 +- @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/world-module-callwithsignature/package.json b/packages/world-module-callwithsignature/package.json index 10c4cad91a..ac689fba9d 100644 --- a/packages/world-module-callwithsignature/package.json +++ b/packages/world-module-callwithsignature/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-module-callwithsignature", - "version": "2.2.23", + "version": "2.2.24", "description": "CallWithSignature world module", "repository": { "type": "git", diff --git a/packages/world-module-erc20/CHANGELOG.md b/packages/world-module-erc20/CHANGELOG.md index cd8ecc5c19..63a32a2ce6 100644 --- a/packages/world-module-erc20/CHANGELOG.md +++ b/packages/world-module-erc20/CHANGELOG.md @@ -1,5 +1,14 @@ # @latticexyz/world-module-erc20 +## 2.2.24 + +### Patch Changes + +- @latticexyz/store@2.2.24 +- @latticexyz/world@2.2.24 +- @latticexyz/world-consumer@2.2.24 +- @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/world-module-erc20/package.json b/packages/world-module-erc20/package.json index 176605c20e..42ed7246ed 100644 --- a/packages/world-module-erc20/package.json +++ b/packages/world-module-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-module-erc20", - "version": "2.2.23", + "version": "2.2.24", "description": "ERC20 world module", "repository": { "type": "git", diff --git a/packages/world-module-metadata/CHANGELOG.md b/packages/world-module-metadata/CHANGELOG.md index 793c095ea2..b9c8171650 100644 --- a/packages/world-module-metadata/CHANGELOG.md +++ b/packages/world-module-metadata/CHANGELOG.md @@ -1,5 +1,13 @@ # @latticexyz/world-module-metadata +## 2.2.24 + +### Patch Changes + +- @latticexyz/store@2.2.24 +- @latticexyz/world@2.2.24 +- @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/world-module-metadata/package.json b/packages/world-module-metadata/package.json index 274deffc57..9800e5cf62 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.23", + "version": "2.2.24", "description": "Metadata world module", "repository": { "type": "git", diff --git a/packages/world-modules/CHANGELOG.md b/packages/world-modules/CHANGELOG.md index 40619e5285..6d750abb5f 100644 --- a/packages/world-modules/CHANGELOG.md +++ b/packages/world-modules/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/world@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/world-modules/package.json b/packages/world-modules/package.json index 2134ecb63e..6587ab67b4 100644 --- a/packages/world-modules/package.json +++ b/packages/world-modules/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-modules", - "version": "2.2.23", + "version": "2.2.24", "description": "World modules", "repository": { "type": "git", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index fb97be5a4c..5711836023 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.2.24 + +### Patch Changes + +- Updated dependencies [0e49b51] + - @latticexyz/common@2.2.24 + - @latticexyz/block-logs-stream@2.2.24 + - @latticexyz/config@2.2.24 + - @latticexyz/protocol-parser@2.2.24 + - @latticexyz/store@2.2.24 + - @latticexyz/schema-type@2.2.24 + ## 2.2.23 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index 5f0f4529ee..998d74402a 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world", - "version": "2.2.23", + "version": "2.2.24", "description": "World framework", "repository": { "type": "git",