diff --git a/.changeset/clean-worms-walk.md b/.changeset/clean-worms-walk.md deleted file mode 100644 index 409a44a0f95..00000000000 --- 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/quick-frogs-fold.md b/.changeset/quick-frogs-fold.md deleted file mode 100644 index 4b79d1ec922..00000000000 --- 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 2dbf46f92fe..00000000000 --- 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 49b97b3a449..00000000000 --- 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 5a438a7b311..00000000000 --- 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 a9261af31e4..00000000000 --- 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 280fd6c3c37..641a355282e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +## Version 2.2.0 + +Release date: Tue Aug 27 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. + +**[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 280fd6c3c37..641a355282e 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -1,3 +1,40 @@ +## Version 2.2.0 + +Release date: Tue Aug 27 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. + +**[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 dd065c3033b..782e96cd96c 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 4e85ef83ff6..12a359b0564 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 3b76ca1462d..efbbbf718a9 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 d5e9258016a..496e0b5ad50 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 b25d2af9a2d..0d23f06d176 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 c012614bf34..a959790f235 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 a5f9edc996b..f5972c76412 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 aabbcc8cd4d..67aeea75c10 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 9497cc8296a..b3121ca7e65 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 be7da7b5d4b..37fb226ac04 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 55ed2ba40a3..204f97a6d3c 100644 --- a/packages/create-mud/CHANGELOG.md +++ b/packages/create-mud/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- 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 4591330b89a..f64b5d92d14 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 dd3d17e7586..e052cd1e84a 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 dd5c032042c..c4e207d426b 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 00000000000..68ef32a296a --- /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 37ae8460770..17bfc21b387 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 af6fc26b352..5707704e157 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 1a0468087d6..445e39ff705 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 cbcb7fd86fe..17fe7223c34 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 12765916a2e..e8086517ea3 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 14b3a04797d..3f65d67ebc7 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 d477df1bd86..e3ff0cf2faf 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 300219c1eb3..29d400bf2f0 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 fb3c2ea6dff..8ae75b11b19 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 ce144feffe6..d8c446478fa 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 e4d73da919f..91f4bb499e0 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 01f2c811e69..655144e4dcb 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 74f961fc2d5..fdff7d84793 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 3a6896674f2..1f82305a1c5 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 34f147e3244..fbbc04af8a9 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 26ae3292e22..93ff7b64c94 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 55ac2795490..92c913e998d 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 26ae3292e22..93ff7b64c94 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 172b65a9f08..af5ea0d4c54 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 026e458af81..8b54d0e472c 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 b25370f965c..a0536228eb7 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 a6ae3d4fea7..79bd5780c31 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 d757a8b0db8..ef178ee0b09 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 47dbf38b0da..d389f99d603 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 09a1978fc5a..6b1a3db07c6 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 8e5f409a4e2..cfe20ab15f7 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 4a9ada12e8f..661d40d06f8 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 bcab6307583..a4100bb9cca 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 980575a713c..dc8af053118 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 efd954e9588..388c77376c9 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 f28b8c776b0..41b462002dd 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 18488e59329..1e21a0cfa14 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 91cd52dc58d..25ad84e3880 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 7d7aae90125..e571cc7568a 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 a94c9608692..14520d5e3e0 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 9a6de696341..12dec42dcf2 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 fa31d01c95b..9792edaf0ca 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": {