From b8280b5011e85357df499d0d4b5665bdd23061db Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 28 Jul 2023 10:19:26 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 6 ++++- packages/block-logs-stream/CHANGELOG.md | 9 ++++++++ packages/block-logs-stream/package.json | 2 +- packages/cli/CHANGELOG.md | 28 ++++++++++++++++++++++++ packages/cli/package.json | 2 +- packages/common/CHANGELOG.md | 7 ++++++ 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 | 12 ++++++++++ packages/dev-tools/package.json | 10 ++++----- packages/ecs-browser/CHANGELOG.md | 9 ++++++++ packages/ecs-browser/package.json | 2 +- packages/gas-report/CHANGELOG.md | 2 ++ packages/gas-report/package.json | 2 +- packages/network/CHANGELOG.md | 14 ++++++++++++ packages/network/package.json | 2 +- packages/noise/CHANGELOG.md | 2 ++ packages/noise/package.json | 2 +- packages/phaserx/CHANGELOG.md | 7 ++++++ packages/phaserx/package.json | 2 +- packages/protocol-parser/CHANGELOG.md | 8 +++++++ packages/protocol-parser/package.json | 2 +- packages/react/CHANGELOG.md | 9 ++++++++ packages/react/package.json | 2 +- packages/recs/CHANGELOG.md | 18 +++++++++++++++ packages/recs/package.json | 2 +- packages/schema-type/CHANGELOG.md | 6 +++++ packages/schema-type/package.json | 2 +- packages/services/CHANGELOG.md | 6 +++++ packages/services/package.json | 2 +- packages/solecs/CHANGELOG.md | 2 ++ packages/solecs/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/std-client/CHANGELOG.md | 28 ++++++++++++++++++++++++ packages/std-client/package.json | 2 +- packages/std-contracts/CHANGELOG.md | 2 ++ packages/std-contracts/package.json | 2 +- packages/store-cache/CHANGELOG.md | 10 +++++++++ packages/store-cache/package.json | 2 +- packages/store-sync/CHANGELOG.md | 12 ++++++++++ packages/store-sync/package.json | 2 +- packages/store/CHANGELOG.md | 10 +++++++++ packages/store/package.json | 2 +- packages/utils/CHANGELOG.md | 7 ++++++ packages/utils/package.json | 2 +- packages/world/CHANGELOG.md | 11 ++++++++++ packages/world/package.json | 2 +- 53 files changed, 268 insertions(+), 31 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 78fbeae2a97..9738a14bf84 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -30,15 +30,18 @@ "@latticexyz/world": "1.42.0" }, "changesets": [ + "big-goats-prove", "eighty-tigers-argue", "fast-ears-hug", "itchy-kids-relax", "many-phones-study", + "mean-pans-study", "modern-bikes-build", "nasty-waves-divide", "nice-pandas-knock", "olive-parrots-move", "perfect-mangos-cry", + "pink-horses-deny", "quick-numbers-flash", "rare-planes-draw", "selfish-cycles-retire", @@ -48,6 +51,7 @@ "strange-candles-shout", "strange-ducks-float", "thin-buses-reply", - "tricky-frogs-beam" + "tricky-frogs-beam", + "weak-mails-cross" ] } diff --git a/packages/block-logs-stream/CHANGELOG.md b/packages/block-logs-stream/CHANGELOG.md index 170ff2344af..88ee6671ac0 100644 --- a/packages/block-logs-stream/CHANGELOG.md +++ b/packages/block-logs-stream/CHANGELOG.md @@ -1,5 +1,14 @@ # @latticexyz/block-logs-stream +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/config@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/block-logs-stream/package.json b/packages/block-logs-stream/package.json index c65a046ac30..a1f055f07eb 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.0.0-next.0", + "version": "2.0.0-next.1", "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 8033dbe93ae..45e58d92087 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- [#1206](https://github.com/latticexyz/mud/pull/1206) [`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b) Thanks [@holic](https://github.com/holic)! - Generated `contractComponents` now properly import `World` as type + +- [#1195](https://github.com/latticexyz/mud/pull/1195) [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd) Thanks [@holic](https://github.com/holic)! - Update RECS components with v2 key/value schemas. This helps with encoding/decoding composite keys and strong types for keys/values. + + This may break if you were previously dependent on `component.id`, `component.metadata.componentId`, or `component.metadata.tableId`: + + - `component.id` is now the on-chain `bytes32` hex representation of the table ID + - `component.metadata.componentName` is the table name (e.g. `Position`) + - `component.metadata.tableName` is the namespaced table name (e.g. `myworld:Position`) + - `component.metadata.keySchema` is an object with key names and their corresponding ABI types + - `component.metadata.valueSchema` is an object with field names and their corresponding ABI types + +- Updated dependencies [[`3236f799`](https://github.com/latticexyz/mud/commit/3236f799e501be227da6e42e7b41a4928750115c), [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/services@2.0.0-next.1 + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/config@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + - @latticexyz/world@2.0.0-next.1 + - @latticexyz/utils@2.0.0-next.1 + - @latticexyz/gas-report@2.0.0-next.1 + - @latticexyz/solecs@2.0.0-next.1 + - @latticexyz/std-contracts@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 443f77d4c2e..12d34699cd6 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/cli", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Command line interface for mud", "repository": { "type": "git", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 8b0f96e90f5..b38dfa8dba4 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/common/package.json b/packages/common/package.json index 913504d352b..e1c16cfc40a 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/common", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Common low level logic shared between packages", "repository": { "type": "git", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 600de540f4f..a25842d2b40 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 97167c71ef8..25c16ecf4df 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/config", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Config for Store and World", "repository": { "type": "git", diff --git a/packages/create-mud/CHANGELOG.md b/packages/create-mud/CHANGELOG.md index 6da28de26b6..64d17a6edc3 100644 --- a/packages/create-mud/CHANGELOG.md +++ b/packages/create-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/create-mud/package.json b/packages/create-mud/package.json index 59bb0916289..df39dea0d5f 100644 --- a/packages/create-mud/package.json +++ b/packages/create-mud/package.json @@ -1,6 +1,6 @@ { "name": "create-mud", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "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 6e8ab1fb500..97f51ced416 100644 --- a/packages/dev-tools/CHANGELOG.md +++ b/packages/dev-tools/CHANGELOG.md @@ -1,5 +1,17 @@ # @latticexyz/dev-tools +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]: + - @latticexyz/std-client@2.0.0-next.1 + - @latticexyz/network@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/world@2.0.0-next.1 + - @latticexyz/react@2.0.0-next.1 + - @latticexyz/utils@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 1e8bc30740c..9a7f1d52685 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/dev-tools", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "MUD developer tools", "repository": { "type": "git", @@ -49,10 +49,10 @@ "vitest": "0.31.4" }, "peerDependencies": { - "@latticexyz/network": "2.0.0-next.0", - "@latticexyz/std-client": "2.0.0-next.0", - "@latticexyz/utils": "2.0.0-next.0", - "@latticexyz/world": "2.0.0-next.0" + "@latticexyz/network": "2.0.0-next.1", + "@latticexyz/std-client": "2.0.0-next.1", + "@latticexyz/utils": "2.0.0-next.1", + "@latticexyz/world": "2.0.0-next.1" }, "publishConfig": { "access": "public" diff --git a/packages/ecs-browser/CHANGELOG.md b/packages/ecs-browser/CHANGELOG.md index 4ba8554b597..4819bdbaad8 100644 --- a/packages/ecs-browser/CHANGELOG.md +++ b/packages/ecs-browser/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]: + - @latticexyz/std-client@2.0.0-next.1 + - @latticexyz/recs@2.0.0-next.1 + - @latticexyz/utils@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/ecs-browser/package.json b/packages/ecs-browser/package.json index 5b0d506419f..1cb7b53a429 100644 --- a/packages/ecs-browser/package.json +++ b/packages/ecs-browser/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/ecs-browser", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Component Browser for RECS", "repository": { "type": "git", diff --git a/packages/gas-report/CHANGELOG.md b/packages/gas-report/CHANGELOG.md index 3142a43f4a1..552b0de5016 100644 --- a/packages/gas-report/CHANGELOG.md +++ b/packages/gas-report/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index 91298ffa0c3..afe9c8d17d8 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/gas-report", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Gas reporter for specific lines within forge tests", "repository": { "type": "git", diff --git a/packages/network/CHANGELOG.md b/packages/network/CHANGELOG.md index 27254774ef3..af881800147 100644 --- a/packages/network/CHANGELOG.md +++ b/packages/network/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`3236f799`](https://github.com/latticexyz/mud/commit/3236f799e501be227da6e42e7b41a4928750115c), [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]: + - @latticexyz/services@2.0.0-next.1 + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/recs@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + - @latticexyz/world@2.0.0-next.1 + - @latticexyz/utils@2.0.0-next.1 + - @latticexyz/solecs@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/network/package.json b/packages/network/package.json index 2d47dc50f77..0c773301a2d 100644 --- a/packages/network/package.json +++ b/packages/network/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/network", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/noise/CHANGELOG.md b/packages/noise/CHANGELOG.md index 909fd2841dd..885f03e4c1f 100644 --- a/packages/noise/CHANGELOG.md +++ b/packages/noise/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/noise/package.json b/packages/noise/package.json index 7a03c172b7f..3f06771e55d 100644 --- a/packages/noise/package.json +++ b/packages/noise/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/noise", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "license": "MIT", "type": "module", "exports": { diff --git a/packages/phaserx/CHANGELOG.md b/packages/phaserx/CHANGELOG.md index fc7e820464d..3008ff8e789 100644 --- a/packages/phaserx/CHANGELOG.md +++ b/packages/phaserx/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies []: + - @latticexyz/utils@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/phaserx/package.json b/packages/phaserx/package.json index 2c46aecc02d..4af5e4914b6 100644 --- a/packages/phaserx/package.json +++ b/packages/phaserx/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/phaserx", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/protocol-parser/CHANGELOG.md b/packages/protocol-parser/CHANGELOG.md index 86b3d6f5690..9e3792703e3 100644 --- a/packages/protocol-parser/CHANGELOG.md +++ b/packages/protocol-parser/CHANGELOG.md @@ -1,5 +1,13 @@ # @latticexyz/protocol-parser +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json index e5272606d96..c340f7660cd 100644 --- a/packages/protocol-parser/package.json +++ b/packages/protocol-parser/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/protocol-parser", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Parser utilities for the MUD protocol", "repository": { "type": "git", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 893e61296b3..9afaa1623b5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]: + - @latticexyz/recs@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + - @latticexyz/store-cache@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 72d54a04dd5..f3ba944dbce 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/react", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "React tools for MUD client.", "repository": { "type": "git", diff --git a/packages/recs/CHANGELOG.md b/packages/recs/CHANGELOG.md index d8391e781d5..a892df238c8 100644 --- a/packages/recs/CHANGELOG.md +++ b/packages/recs/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- [#1195](https://github.com/latticexyz/mud/pull/1195) [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd) Thanks [@holic](https://github.com/holic)! - Update RECS components with v2 key/value schemas. This helps with encoding/decoding composite keys and strong types for keys/values. + + This may break if you were previously dependent on `component.id`, `component.metadata.componentId`, or `component.metadata.tableId`: + + - `component.id` is now the on-chain `bytes32` hex representation of the table ID + - `component.metadata.componentName` is the table name (e.g. `Position`) + - `component.metadata.tableName` is the namespaced table name (e.g. `myworld:Position`) + - `component.metadata.keySchema` is an object with key names and their corresponding ABI types + - `component.metadata.valueSchema` is an object with field names and their corresponding ABI types + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/utils@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/recs/package.json b/packages/recs/package.json index 2a83e496964..f1016cfdcea 100644 --- a/packages/recs/package.json +++ b/packages/recs/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/recs", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "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 87bd04d59c2..07f3bdee336 100644 --- a/packages/schema-type/CHANGELOG.md +++ b/packages/schema-type/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0-next.1 + +### Minor Changes + +- [#1196](https://github.com/latticexyz/mud/pull/1196) [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07) Thanks [@holic](https://github.com/holic)! - add type narrowing `isStaticAbiType` + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/schema-type/package.json b/packages/schema-type/package.json index d22d4736073..8359220b20e 100644 --- a/packages/schema-type/package.json +++ b/packages/schema-type/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/schema-type", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "SchemaType enum for various languages", "repository": { "type": "git", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index af1b1d64200..5e1cb9198b9 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- [#1116](https://github.com/latticexyz/mud/pull/1116) [`3236f799`](https://github.com/latticexyz/mud/commit/3236f799e501be227da6e42e7b41a4928750115c) Thanks [@authcall](https://github.com/authcall)! - protocol-parser in Go + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/services/package.json b/packages/services/package.json index f6f1589f34e..68172e8f6ff 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/services", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "MUD services for enhanced interactions with on-chain ECS state", "repository": { "type": "git", diff --git a/packages/solecs/CHANGELOG.md b/packages/solecs/CHANGELOG.md index 37b870fea71..302792aeb7a 100644 --- a/packages/solecs/CHANGELOG.md +++ b/packages/solecs/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/solecs/package.json b/packages/solecs/package.json index 42a459096c3..32b0ffd8e41 100644 --- a/packages/solecs/package.json +++ b/packages/solecs/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/solecs", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Solidity Entity Component System", "repository": { "type": "git", diff --git a/packages/solhint-config-mud/CHANGELOG.md b/packages/solhint-config-mud/CHANGELOG.md index da3ed97883e..c804e256a5d 100644 --- a/packages/solhint-config-mud/CHANGELOG.md +++ b/packages/solhint-config-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 All notable changes to this project will be documented in this file. diff --git a/packages/solhint-config-mud/package.json b/packages/solhint-config-mud/package.json index 950cb06b82d..a2ee399c425 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.0.0-next.0", + "version": "2.0.0-next.1", "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 da3ed97883e..c804e256a5d 100644 --- a/packages/solhint-plugin-mud/CHANGELOG.md +++ b/packages/solhint-plugin-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 All notable changes to this project will be documented in this file. diff --git a/packages/solhint-plugin-mud/package.json b/packages/solhint-plugin-mud/package.json index aad68cd4e74..909da43ef55 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.0.0-next.0", + "version": "2.0.0-next.1", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/std-client/CHANGELOG.md b/packages/std-client/CHANGELOG.md index 4c940d9b630..e18770bf1ed 100644 --- a/packages/std-client/CHANGELOG.md +++ b/packages/std-client/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- [#1206](https://github.com/latticexyz/mud/pull/1206) [`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b) Thanks [@holic](https://github.com/holic)! - Generated `contractComponents` now properly import `World` as type + +- [#1195](https://github.com/latticexyz/mud/pull/1195) [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd) Thanks [@holic](https://github.com/holic)! - Update RECS components with v2 key/value schemas. This helps with encoding/decoding composite keys and strong types for keys/values. + + This may break if you were previously dependent on `component.id`, `component.metadata.componentId`, or `component.metadata.tableId`: + + - `component.id` is now the on-chain `bytes32` hex representation of the table ID + - `component.metadata.componentName` is the table name (e.g. `Position`) + - `component.metadata.tableName` is the namespaced table name (e.g. `myworld:Position`) + - `component.metadata.keySchema` is an object with key names and their corresponding ABI types + - `component.metadata.valueSchema` is an object with field names and their corresponding ABI types + +- Updated dependencies [[`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]: + - @latticexyz/cli@2.0.0-next.1 + - @latticexyz/recs@2.0.0-next.1 + - @latticexyz/network@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/config@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + - @latticexyz/store-cache@2.0.0-next.1 + - @latticexyz/world@2.0.0-next.1 + - @latticexyz/utils@2.0.0-next.1 + - @latticexyz/solecs@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/std-client/package.json b/packages/std-client/package.json index 38ede79c5a4..888c75f3bb4 100644 --- a/packages/std-client/package.json +++ b/packages/std-client/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/std-client", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Standard library for MUD client.", "repository": { "type": "git", diff --git a/packages/std-contracts/CHANGELOG.md b/packages/std-contracts/CHANGELOG.md index 00b22b7f08b..61e2c56abe9 100644 --- a/packages/std-contracts/CHANGELOG.md +++ b/packages/std-contracts/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/std-contracts/package.json b/packages/std-contracts/package.json index 81727f613c7..b70ccc72e7b 100644 --- a/packages/std-contracts/package.json +++ b/packages/std-contracts/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/std-contracts", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "MUD Contracts Standard Library", "repository": { "type": "git", diff --git a/packages/store-cache/CHANGELOG.md b/packages/store-cache/CHANGELOG.md index dedfd98bb8d..a8275ccc9e0 100644 --- a/packages/store-cache/CHANGELOG.md +++ b/packages/store-cache/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/config@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/store-cache/package.json b/packages/store-cache/package.json index 20312772119..013f9247f45 100644 --- a/packages/store-cache/package.json +++ b/packages/store-cache/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-cache", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Database to replicate Store contract state on a TypeScript client", "repository": { "type": "git", diff --git a/packages/store-sync/CHANGELOG.md b/packages/store-sync/CHANGELOG.md index 3111308f118..453f0e6e1ba 100644 --- a/packages/store-sync/CHANGELOG.md +++ b/packages/store-sync/CHANGELOG.md @@ -1,5 +1,17 @@ # @latticexyz/store-sync +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/block-logs-stream@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/protocol-parser@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + - @latticexyz/store-cache@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/store-sync/package.json b/packages/store-sync/package.json index fb6b4b36339..7a3eaab5f72 100644 --- a/packages/store-sync/package.json +++ b/packages/store-sync/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-sync", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "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 c38ca4f06fe..568aa518632 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/config@2.0.0-next.1 + - @latticexyz/gas-report@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/store/package.json b/packages/store/package.json index 8c160dc9a45..6edc74e9da6 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "Store", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index e0407bdf069..4854a045d30 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies []: + - @latticexyz/common@2.0.0-next.1 + ## 2.0.0-next.0 ### Patch Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 9cdd2865aa9..3305a173831 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/utils", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index 40ccdaaa50d..9928bfa2b08 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.0.0-next.1 + +### Patch Changes + +- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]: + - @latticexyz/schema-type@2.0.0-next.1 + - @latticexyz/common@2.0.0-next.1 + - @latticexyz/config@2.0.0-next.1 + - @latticexyz/store@2.0.0-next.1 + - @latticexyz/gas-report@2.0.0-next.1 + ## 2.0.0-next.0 ### Minor Changes diff --git a/packages/world/package.json b/packages/world/package.json index ed0ad417ba1..165935038f1 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world", - "version": "2.0.0-next.0", + "version": "2.0.0-next.1", "description": "World framework", "repository": { "type": "git",