diff --git a/.changeset/clean-worms-walk.md b/.changeset/clean-worms-walk.md deleted file mode 100644 index 409a44a0f9..0000000000 --- a/.changeset/clean-worms-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/common": patch ---- - -Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed. diff --git a/.changeset/odd-coats-bake.md b/.changeset/odd-coats-bake.md deleted file mode 100644 index 1027ecea3a..0000000000 --- a/.changeset/odd-coats-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-mud": patch ---- - -Templates now use `shx` to run shell commands in scripts for better Windows compatibility. diff --git a/.changeset/quick-frogs-fold.md b/.changeset/quick-frogs-fold.md deleted file mode 100644 index 4b79d1ec92..0000000000 --- a/.changeset/quick-frogs-fold.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@latticexyz/config": patch -"@latticexyz/store": patch ---- - -Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects. diff --git a/.changeset/real-waves-bathe.md b/.changeset/real-waves-bathe.md deleted file mode 100644 index 2dbf46f92f..0000000000 --- a/.changeset/real-waves-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-mud": patch ---- - -New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services. diff --git a/.changeset/swift-rabbits-appear.md b/.changeset/swift-rabbits-appear.md deleted file mode 100644 index 49b97b3a44..0000000000 --- a/.changeset/swift-rabbits-appear.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@latticexyz/explorer": minor ---- - -Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future. - -Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). diff --git a/.changeset/tasty-toys-deliver.md b/.changeset/tasty-toys-deliver.md deleted file mode 100644 index 5a438a7b31..0000000000 --- a/.changeset/tasty-toys-deliver.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@latticexyz/cli": patch -"@latticexyz/world": patch ---- - -Add a strongly typed `namespaceLabel` to the system config output. -It corresponds to the `label` of the namespace the system belongs to and can't be set manually. diff --git a/.changeset/ten-foxes-shave.md b/.changeset/ten-foxes-shave.md deleted file mode 100644 index a9261af31e..0000000000 --- a/.changeset/ten-foxes-shave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/cli": patch ---- - -In addition to table labels, system labels and ABIs are now registered onchain during deploy. diff --git a/CHANGELOG.md b/CHANGELOG.md index 280fd6c3c3..4bc0fc1502 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,44 @@ +## Version 2.2.0 + +Release date: Fri Aug 30 2024 + +### Minor changes + +**[chore(explorer): update world explorer naming (#3069)](https://github.com/latticexyz/mud/commit/0eb25560cfc78354a5e6845c3244375759b71f4c)** (@latticexyz/explorer) + +Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future. + +Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). + +### Patch changes + +**[fix(common): route all actions through viem client (#3071)](https://github.com/latticexyz/mud/commit/69cd0a1ba0450f3407ec5865334079653503fa86)** (@latticexyz/common) + +Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed. + +**[build: use shx from dev deps (#3085)](https://github.com/latticexyz/mud/commit/c0bb0da58966b49c51570de9e3e031bee78b8473)** (create-mud) + +Templates now use `shx` to run shell commands in scripts for better Windows compatibility. + +**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/config, @latticexyz/store) + +Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects. + +**[fix(create-mud): update changeset package name + description (#3066)](https://github.com/latticexyz/mud/commit/bd4dffcabd6c6715df213e6c0c8b0631c9afc0b7)** (create-mud) + +New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services. + +**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/cli, @latticexyz/world) + +Add a strongly typed `namespaceLabel` to the system config output. +It corresponds to the `label` of the namespace the system belongs to and can't be set manually. + +**[feat(cli,world): register system ABI onchain (#3050)](https://github.com/latticexyz/mud/commit/31caecc95be72fe94efd1df8cba2b5435fa39bb4)** (@latticexyz/cli) + +In addition to table labels, system labels and ABIs are now registered onchain during deploy. + +--- + ## Version 2.1.1 Release date: Tue Aug 20 2024 diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index 280fd6c3c3..4bc0fc1502 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -1,3 +1,44 @@ +## Version 2.2.0 + +Release date: Fri Aug 30 2024 + +### Minor changes + +**[chore(explorer): update world explorer naming (#3069)](https://github.com/latticexyz/mud/commit/0eb25560cfc78354a5e6845c3244375759b71f4c)** (@latticexyz/explorer) + +Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future. + +Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). + +### Patch changes + +**[fix(common): route all actions through viem client (#3071)](https://github.com/latticexyz/mud/commit/69cd0a1ba0450f3407ec5865334079653503fa86)** (@latticexyz/common) + +Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed. + +**[build: use shx from dev deps (#3085)](https://github.com/latticexyz/mud/commit/c0bb0da58966b49c51570de9e3e031bee78b8473)** (create-mud) + +Templates now use `shx` to run shell commands in scripts for better Windows compatibility. + +**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/config, @latticexyz/store) + +Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects. + +**[fix(create-mud): update changeset package name + description (#3066)](https://github.com/latticexyz/mud/commit/bd4dffcabd6c6715df213e6c0c8b0631c9afc0b7)** (create-mud) + +New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services. + +**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/cli, @latticexyz/world) + +Add a strongly typed `namespaceLabel` to the system config output. +It corresponds to the `label` of the namespace the system belongs to and can't be set manually. + +**[feat(cli,world): register system ABI onchain (#3050)](https://github.com/latticexyz/mud/commit/31caecc95be72fe94efd1df8cba2b5435fa39bb4)** (@latticexyz/cli) + +In addition to table labels, system labels and ABIs are now registered onchain during deploy. + +--- + ## Version 2.1.1 Release date: Tue Aug 20 2024 diff --git a/packages/abi-ts/CHANGELOG.md b/packages/abi-ts/CHANGELOG.md index dd065c3033..782e96cd96 100644 --- a/packages/abi-ts/CHANGELOG.md +++ b/packages/abi-ts/CHANGELOG.md @@ -1,5 +1,7 @@ # @latticexyz/abi-ts +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/packages/abi-ts/package.json b/packages/abi-ts/package.json index 46c93e9bde..c4289f96ed 100644 --- a/packages/abi-ts/package.json +++ b/packages/abi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/abi-ts", - "version": "2.1.1", + "version": "2.2.0", "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 3b76ca1462..efbbbf718a 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.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] + - @latticexyz/common@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/block-logs-stream/package.json b/packages/block-logs-stream/package.json index 310c14097a..90289074d3 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.1.1", + "version": "2.2.0", "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 b25d2af9a2..0d23f06d17 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 04c675c: Add a strongly typed `namespaceLabel` to the system config output. + It corresponds to the `label` of the namespace the system belongs to and can't be set manually. +- 31caecc: In addition to table labels, system labels and ABIs are now registered onchain during deploy. +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/world-module-metadata@2.2.0 + - @latticexyz/abi-ts@2.2.0 + - @latticexyz/gas-report@2.2.0 + - @latticexyz/schema-type@2.2.0 + - @latticexyz/utils@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a6dfff1f89..6aa80e2508 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/cli", - "version": "2.1.1", + "version": "2.2.0", "description": "Command line interface for mud", "repository": { "type": "git", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index a5f9edc996..f5972c7641 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 69cd0a1: Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed. + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index fc2165b194..a502bf543e 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/common", - "version": "2.1.1", + "version": "2.2.0", "description": "Common low level logic shared between packages", "repository": { "type": "git", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 9497cc8296..b3121ca7e6 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 04c675c: Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects. +- Updated dependencies [69cd0a1] + - @latticexyz/common@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 4ef63ad73c..19bb9724f7 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/config", - "version": "2.1.1", + "version": "2.2.0", "description": "Config for Store and World", "repository": { "type": "git", diff --git a/packages/create-mud/CHANGELOG.md b/packages/create-mud/CHANGELOG.md index 55ed2ba40a..7c1d2b04ef 100644 --- a/packages/create-mud/CHANGELOG.md +++ b/packages/create-mud/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 28fd732: Templates now use `shx` to run shell commands in scripts for better Windows compatibility. +- 1a96544: New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services. + ## 2.1.1 ### Patch Changes diff --git a/packages/create-mud/package.json b/packages/create-mud/package.json index ff1468f41a..c8bbbecfe4 100644 --- a/packages/create-mud/package.json +++ b/packages/create-mud/package.json @@ -1,6 +1,6 @@ { "name": "create-mud", - "version": "2.1.1", + "version": "2.2.0", "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 dd3d17e758..e052cd1e84 100644 --- a/packages/dev-tools/CHANGELOG.md +++ b/packages/dev-tools/CHANGELOG.md @@ -1,5 +1,21 @@ # @latticexyz/dev-tools +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/store-sync@2.2.0 + - @latticexyz/react@2.2.0 + - @latticexyz/recs@2.2.0 + - @latticexyz/schema-type@2.2.0 + - @latticexyz/utils@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 5a0aa7f24f..e076f4cc67 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/dev-tools", - "version": "2.1.1", + "version": "2.2.0", "description": "MUD developer tools", "repository": { "type": "git", diff --git a/packages/explorer/CHANGELOG.md b/packages/explorer/CHANGELOG.md new file mode 100644 index 0000000000..68ef32a296 --- /dev/null +++ b/packages/explorer/CHANGELOG.md @@ -0,0 +1,21 @@ +# @latticexyz/explorer + +## 2.2.0 + +### Minor Changes + +- f1d8d71: Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future. + + Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/store-sync@2.2.0 + - @latticexyz/schema-type@2.2.0 diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 8303f72bd7..d1c122c783 100644 --- a/packages/explorer/package.json +++ b/packages/explorer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/explorer", - "version": "2.1.1", + "version": "2.2.0", "description": "World Explorer is a tool for visually exploring and manipulating the state of worlds", "type": "module", "bin": { diff --git a/packages/faucet/CHANGELOG.md b/packages/faucet/CHANGELOG.md index af6fc26b35..5707704e15 100644 --- a/packages/faucet/CHANGELOG.md +++ b/packages/faucet/CHANGELOG.md @@ -1,5 +1,12 @@ # @latticexyz/faucet +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] + - @latticexyz/common@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/faucet/package.json b/packages/faucet/package.json index 6f631c42b8..63366ec2d4 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/faucet", - "version": "2.1.1", + "version": "2.2.0", "description": "Faucet API for Lattice testnet", "repository": { "type": "git", diff --git a/packages/gas-report/CHANGELOG.md b/packages/gas-report/CHANGELOG.md index cbcb7fd86f..17fe7223c3 100644 --- a/packages/gas-report/CHANGELOG.md +++ b/packages/gas-report/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index 2890207730..d6b01d42d9 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/gas-report", - "version": "2.1.1", + "version": "2.2.0", "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 14b3a04797..3f65d67ebc 100644 --- a/packages/protocol-parser/CHANGELOG.md +++ b/packages/protocol-parser/CHANGELOG.md @@ -1,5 +1,15 @@ # @latticexyz/protocol-parser +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json index 594270147e..deaa299f03 100644 --- a/packages/protocol-parser/package.json +++ b/packages/protocol-parser/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/protocol-parser", - "version": "2.1.1", + "version": "2.2.0", "description": "Parser utilities for the MUD protocol", "repository": { "type": "git", diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 300219c1eb..29d400bf2f 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,5 +1,16 @@ # @latticexyz/query +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/query/package.json b/packages/query/package.json index 6cdbb57e18..00900cb2e1 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/query", - "version": "2.1.1", + "version": "2.2.0", "description": "Tools for interacting with the MUD query API", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ce144feffe..d8c446478f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] + - @latticexyz/store@2.2.0 + - @latticexyz/recs@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7ed906ffb1..73c35ac5d7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/react", - "version": "2.1.1", + "version": "2.2.0", "description": "React tools for MUD client.", "repository": { "type": "git", diff --git a/packages/recs/CHANGELOG.md b/packages/recs/CHANGELOG.md index 01f2c811e6..655144e4dc 100644 --- a/packages/recs/CHANGELOG.md +++ b/packages/recs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- @latticexyz/schema-type@2.2.0 +- @latticexyz/utils@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/recs/package.json b/packages/recs/package.json index 4c93785306..0364cbf301 100644 --- a/packages/recs/package.json +++ b/packages/recs/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/recs", - "version": "2.1.1", + "version": "2.2.0", "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 3a6896674f..1f82305a1c 100644 --- a/packages/schema-type/CHANGELOG.md +++ b/packages/schema-type/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/schema-type/package.json b/packages/schema-type/package.json index 6e6628ad6b..267300cbea 100644 --- a/packages/schema-type/package.json +++ b/packages/schema-type/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/schema-type", - "version": "2.1.1", + "version": "2.2.0", "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 26ae3292e2..93ff7b64c9 100644 --- a/packages/solhint-config-mud/CHANGELOG.md +++ b/packages/solhint-config-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/packages/solhint-config-mud/package.json b/packages/solhint-config-mud/package.json index 9ec8a4ed1e..edd262df1e 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.1.1", + "version": "2.2.0", "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 26ae3292e2..93ff7b64c9 100644 --- a/packages/solhint-plugin-mud/CHANGELOG.md +++ b/packages/solhint-plugin-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/packages/solhint-plugin-mud/package.json b/packages/solhint-plugin-mud/package.json index fc12cf189d..8909c055af 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.1.1", + "version": "2.2.0", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/store-indexer/CHANGELOG.md b/packages/store-indexer/CHANGELOG.md index 026e458af8..8b54d0e472 100644 --- a/packages/store-indexer/CHANGELOG.md +++ b/packages/store-indexer/CHANGELOG.md @@ -1,5 +1,17 @@ # @latticexyz/store-indexer +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/block-logs-stream@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/store-sync@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/store-indexer/package.json b/packages/store-indexer/package.json index 64dc83df17..a83ba502d4 100644 --- a/packages/store-indexer/package.json +++ b/packages/store-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-indexer", - "version": "2.1.1", + "version": "2.2.0", "description": "Minimal Typescript indexer for Store", "repository": { "type": "git", diff --git a/packages/store-sync/CHANGELOG.md b/packages/store-sync/CHANGELOG.md index a6ae3d4fea..79bd5780c3 100644 --- a/packages/store-sync/CHANGELOG.md +++ b/packages/store-sync/CHANGELOG.md @@ -1,5 +1,22 @@ # @latticexyz/store-sync +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/block-logs-stream@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/query@2.2.0 + - @latticexyz/recs@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/store-sync/package.json b/packages/store-sync/package.json index 984a6e142d..cbb8f664cb 100644 --- a/packages/store-sync/package.json +++ b/packages/store-sync/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-sync", - "version": "2.1.1", + "version": "2.2.0", "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 47dbf38b0d..d389f99d60 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 04c675c: Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects. +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index 8b65300137..3cd3e8359a 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store", - "version": "2.1.1", + "version": "2.2.0", "description": "Store", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 8e5f409a4e..cfe20ab15f 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/packages/utils/package.json b/packages/utils/package.json index 3b9ce521ac..c99d8a752b 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/utils", - "version": "2.1.1", + "version": "2.2.0", "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 bcab630758..a4100bb9cc 100644 --- a/packages/world-module-metadata/CHANGELOG.md +++ b/packages/world-module-metadata/CHANGELOG.md @@ -1,5 +1,15 @@ # @latticexyz/world-module-metadata +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/world-module-metadata/package.json b/packages/world-module-metadata/package.json index 92ee37858f..d3cb27a265 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.1.1", + "version": "2.2.0", "description": "Metadata world module", "repository": { "type": "git", diff --git a/packages/world-modules/CHANGELOG.md b/packages/world-modules/CHANGELOG.md index efd954e958..388c77376c 100644 --- a/packages/world-modules/CHANGELOG.md +++ b/packages/world-modules/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/world-modules/package.json b/packages/world-modules/package.json index 6b5beb119a..2a7df2ceab 100644 --- a/packages/world-modules/package.json +++ b/packages/world-modules/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-modules", - "version": "2.1.1", + "version": "2.2.0", "description": "World modules", "repository": { "type": "git", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index 18488e5932..1e21a0cfa1 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 04c675c: Add a strongly typed `namespaceLabel` to the system config output. + It corresponds to the `label` of the namespace the system belongs to and can't be set manually. +- Updated dependencies [69cd0a1] +- Updated dependencies [04c675c] + - @latticexyz/common@2.2.0 + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index a824949fa6..86a2afabef 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world", - "version": "2.1.1", + "version": "2.2.0", "description": "World framework", "repository": { "type": "git", diff --git a/test/mock-game-contracts/CHANGELOG.md b/test/mock-game-contracts/CHANGELOG.md index 7d7aae9012..e571cc7568 100644 --- a/test/mock-game-contracts/CHANGELOG.md +++ b/test/mock-game-contracts/CHANGELOG.md @@ -1,5 +1,7 @@ # mock-game-contracts +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/test/mock-game-contracts/package.json b/test/mock-game-contracts/package.json index 425c7d36a5..594f163e0d 100644 --- a/test/mock-game-contracts/package.json +++ b/test/mock-game-contracts/package.json @@ -1,6 +1,6 @@ { "name": "mock-game-contracts", - "version": "2.1.1", + "version": "2.2.0", "private": true, "license": "MIT", "scripts": { diff --git a/test/ts-benchmarks/CHANGELOG.md b/test/ts-benchmarks/CHANGELOG.md index 9a6de69634..12dec42dcf 100644 --- a/test/ts-benchmarks/CHANGELOG.md +++ b/test/ts-benchmarks/CHANGELOG.md @@ -1,5 +1,7 @@ # ts-benchmarks +## 2.2.0 + ## 2.1.1 ## 2.1.0 diff --git a/test/ts-benchmarks/package.json b/test/ts-benchmarks/package.json index fa31d01c95..9792edaf0c 100644 --- a/test/ts-benchmarks/package.json +++ b/test/ts-benchmarks/package.json @@ -1,6 +1,6 @@ { "name": "ts-benchmarks", - "version": "2.1.1", + "version": "2.2.0", "private": true, "license": "MIT", "scripts": {