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 398f1afeff..0000000000 --- a/.changeset/swift-rabbits-appear.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@latticexyz/explorer": minor ---- - -Initial release of the @latticexyz/explorer package. 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 [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/CHANGELOG.md b/CHANGELOG.md index 280fd6c3c3..d753e0bc09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## Version 2.2.0 + +Release date: Tue Aug 27 2024 + +### Minor changes + +**[feat: explorer package (#3001)](https://github.com/latticexyz/mud/commit/f1d8d71e9a68f6de816a7cc1d974b9cbd78a6282)** (@latticexyz/explorer) + +Initial release of the @latticexyz/explorer package. 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 [Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). + +### Patch changes + +**[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. + +--- + ## Version 2.1.1 Release date: Tue Aug 20 2024 diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index 280fd6c3c3..d753e0bc09 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -1,3 +1,32 @@ +## Version 2.2.0 + +Release date: Tue Aug 27 2024 + +### Minor changes + +**[feat: explorer package (#3001)](https://github.com/latticexyz/mud/commit/f1d8d71e9a68f6de816a7cc1d974b9cbd78a6282)** (@latticexyz/explorer) + +Initial release of the @latticexyz/explorer package. 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 [Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). + +### Patch changes + +**[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. + +--- + ## 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 4e85ef83ff..12a359b056 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..81acb9c532 100644 --- a/packages/block-logs-stream/CHANGELOG.md +++ b/packages/block-logs-stream/CHANGELOG.md @@ -1,5 +1,11 @@ # @latticexyz/block-logs-stream +## 2.2.0 + +### Patch Changes + +- @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 d5e9258016..496e0b5ad5 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..1a8743f999 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,24 @@ # 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 [04c675c] +- Updated dependencies [04c675c] + - @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/common@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 35c3475523..a445da9b0b 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..2ff6df10fa 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- @latticexyz/schema-type@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index aabbcc8cd4..67aeea75c1 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..75f42ec9fc 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,13 @@ # 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. + - @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 be7da7b5d4..37fb226ac0 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..204f97a6d3 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 4591330b89..f64b5d92d1 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..613b3ec079 100644 --- a/packages/dev-tools/CHANGELOG.md +++ b/packages/dev-tools/CHANGELOG.md @@ -1,5 +1,20 @@ # @latticexyz/dev-tools +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/store-sync@2.2.0 + - @latticexyz/react@2.2.0 + - @latticexyz/common@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 dd5c032042..c4e207d426 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..40b99ffdff --- /dev/null +++ b/packages/explorer/CHANGELOG.md @@ -0,0 +1,20 @@ +# @latticexyz/explorer + +## 2.2.0 + +### Minor Changes + +- f1d8d71: Initial release of the @latticexyz/explorer package. 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 [Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md). + +### Patch Changes + +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/store-sync@2.2.0 + - @latticexyz/common@2.2.0 + - @latticexyz/schema-type@2.2.0 diff --git a/packages/explorer/package.json b/packages/explorer/package.json index 120615479b..44c0af6472 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": "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..976e88ccfc 100644 --- a/packages/faucet/CHANGELOG.md +++ b/packages/faucet/CHANGELOG.md @@ -1,5 +1,11 @@ # @latticexyz/faucet +## 2.2.0 + +### Patch Changes + +- @latticexyz/common@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/faucet/package.json b/packages/faucet/package.json index 1a0468087d..445e39ff70 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 12765916a2..e8086517ea 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..f960aab846 100644 --- a/packages/protocol-parser/CHANGELOG.md +++ b/packages/protocol-parser/CHANGELOG.md @@ -1,5 +1,14 @@ # @latticexyz/protocol-parser +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] + - @latticexyz/config@2.2.0 + - @latticexyz/common@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 d477df1bd8..e3ff0cf2fa 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..9d647f1027 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,5 +1,15 @@ # @latticexyz/query +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/common@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 fb3c2ea6df..8ae75b11b1 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 e4d73da919..91f4bb499e 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 74f961fc2d..fdff7d8479 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 34f147e324..fbbc04af8a 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 55ac279549..92c913e998 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 172b65a9f0..af5ea0d4c5 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..b4e5d132ba 100644 --- a/packages/store-indexer/CHANGELOG.md +++ b/packages/store-indexer/CHANGELOG.md @@ -1,5 +1,16 @@ # @latticexyz/store-indexer +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] + - @latticexyz/store@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/store-sync@2.2.0 + - @latticexyz/block-logs-stream@2.2.0 + - @latticexyz/common@2.2.0 + ## 2.1.1 ### Patch Changes diff --git a/packages/store-indexer/package.json b/packages/store-indexer/package.json index b25370f965..a0536228eb 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..71fba934ab 100644 --- a/packages/store-sync/CHANGELOG.md +++ b/packages/store-sync/CHANGELOG.md @@ -1,5 +1,21 @@ # @latticexyz/store-sync +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/query@2.2.0 + - @latticexyz/block-logs-stream@2.2.0 + - @latticexyz/common@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 d757a8b0db..ef178ee0b0 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..f1e7a388bb 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,16 @@ # 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 [04c675c] + - @latticexyz/config@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/common@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 09a1978fc5..6b1a3db07c 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 4a9ada12e8..661d40d06f 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 980575a713..dc8af05311 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..c4ddc7d175 100644 --- a/packages/world-modules/CHANGELOG.md +++ b/packages/world-modules/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.2.0 + +### Patch Changes + +- Updated dependencies [04c675c] +- Updated dependencies [04c675c] + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/world@2.2.0 + - @latticexyz/common@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 f28b8c776b..41b462002d 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..5dce58beda 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,18 @@ # 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 [04c675c] + - @latticexyz/config@2.2.0 + - @latticexyz/store@2.2.0 + - @latticexyz/protocol-parser@2.2.0 + - @latticexyz/common@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 91cd52dc58..25ad84e388 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 a94c960869..14520d5e3e 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": {