From d32af8531c13cf6748cfc84ba8d745c131332506 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:19:52 +0000 Subject: [PATCH] Version Packages --- .changeset/eighty-actors-live.md | 6 ------ .changeset/sour-otters-warn.md | 5 ----- .changeset/tall-steaks-give.md | 9 --------- CHANGELOG.md | 25 ++++++++++++++++++++++++ docs/pages/changelog.mdx | 25 ++++++++++++++++++++++++ packages/abi-ts/CHANGELOG.md | 2 ++ packages/abi-ts/package.json | 2 +- packages/block-logs-stream/CHANGELOG.md | 7 +++++++ packages/block-logs-stream/package.json | 2 +- packages/cli/CHANGELOG.md | 18 +++++++++++++++++ packages/cli/package.json | 2 +- packages/common/CHANGELOG.md | 12 ++++++++++++ packages/common/package.json | 2 +- packages/config/CHANGELOG.md | 8 ++++++++ packages/config/package.json | 2 +- packages/create-mud/CHANGELOG.md | 2 ++ packages/create-mud/package.json | 2 +- packages/dev-tools/CHANGELOG.md | 14 +++++++++++++ packages/dev-tools/package.json | 14 ++++++------- packages/faucet/CHANGELOG.md | 7 +++++++ packages/faucet/package.json | 2 +- packages/gas-report/CHANGELOG.md | 2 ++ packages/gas-report/package.json | 2 +- packages/protocol-parser/CHANGELOG.md | 9 +++++++++ packages/protocol-parser/package.json | 2 +- packages/query/CHANGELOG.md | 10 ++++++++++ packages/query/package.json | 2 +- packages/react/CHANGELOG.md | 7 +++++++ packages/react/package.json | 2 +- packages/recs/CHANGELOG.md | 7 +++++++ packages/recs/package.json | 2 +- packages/schema-type/CHANGELOG.md | 2 ++ packages/schema-type/package.json | 2 +- packages/services/CHANGELOG.md | 2 ++ packages/services/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/store-indexer/CHANGELOG.md | 13 ++++++++++++ packages/store-indexer/package.json | 2 +- packages/store-sync/CHANGELOG.md | 15 ++++++++++++++ packages/store-sync/package.json | 2 +- packages/store/CHANGELOG.md | 10 ++++++++++ packages/store/package.json | 2 +- packages/utils/CHANGELOG.md | 2 ++ packages/utils/package.json | 2 +- packages/world-modules/CHANGELOG.md | 11 +++++++++++ packages/world-modules/package.json | 2 +- packages/world/CHANGELOG.md | 11 +++++++++++ packages/world/package.json | 2 +- test/mock-game-contracts/CHANGELOG.md | 2 ++ test/mock-game-contracts/package.json | 2 +- 53 files changed, 257 insertions(+), 50 deletions(-) delete mode 100644 .changeset/eighty-actors-live.md delete mode 100644 .changeset/sour-otters-warn.md delete mode 100644 .changeset/tall-steaks-give.md diff --git a/.changeset/eighty-actors-live.md b/.changeset/eighty-actors-live.md deleted file mode 100644 index df0ec3bd03..0000000000 --- a/.changeset/eighty-actors-live.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@latticexyz/store-indexer": patch ---- - -Added support for an empty `STORE_ADDRESS=` environment variable. -This previously would fail the input validation, now it behaves the same way as not setting the `STORE_ADDRESS` variable at all. diff --git a/.changeset/sour-otters-warn.md b/.changeset/sour-otters-warn.md deleted file mode 100644 index f1adaa4463..0000000000 --- a/.changeset/sour-otters-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@latticexyz/cli": patch ---- - -Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier. diff --git a/.changeset/tall-steaks-give.md b/.changeset/tall-steaks-give.md deleted file mode 100644 index 58c15e398e..0000000000 --- a/.changeset/tall-steaks-give.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@latticexyz/common": patch ---- - -Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet. - -```ts -import { garnet, redstone } from "@latticexyz/common/chains"; -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0071118c..9a30b65604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## Version 2.0.8 + +Release date: Sat Apr 27 2024 + +### Patch changes + +**[fix(store-indexer): allow empty env variable (#2746)](https://github.com/latticexyz/mud/commit/9c599b87bb02db5ae9a9389085b61bde48af9e4a)** (@latticexyz/store-indexer) + +Added support for an empty `STORE_ADDRESS=` environment variable. +This previously would fail the input validation, now it behaves the same way as not setting the `STORE_ADDRESS` variable at all. + +**[fix(cli): fix verify with sourcify for dependencies (#2750)](https://github.com/latticexyz/mud/commit/b4eb795ee5a6f8d250d3b3513fe72c5530f69c43)** (@latticexyz/cli) + +Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier. + +**[feat(common): add redstone chain config (#2749)](https://github.com/latticexyz/mud/commit/f23318ede18d0b10cf1f4c51dd24a373a5e5f740)** (@latticexyz/common) + +Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet. + +```ts +import { garnet, redstone } from "@latticexyz/common/chains"; +``` + +--- + ## Version 2.0.7 Release date: Thu Apr 25 2024 diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx index cc0071118c..9a30b65604 100644 --- a/docs/pages/changelog.mdx +++ b/docs/pages/changelog.mdx @@ -1,3 +1,28 @@ +## Version 2.0.8 + +Release date: Sat Apr 27 2024 + +### Patch changes + +**[fix(store-indexer): allow empty env variable (#2746)](https://github.com/latticexyz/mud/commit/9c599b87bb02db5ae9a9389085b61bde48af9e4a)** (@latticexyz/store-indexer) + +Added support for an empty `STORE_ADDRESS=` environment variable. +This previously would fail the input validation, now it behaves the same way as not setting the `STORE_ADDRESS` variable at all. + +**[fix(cli): fix verify with sourcify for dependencies (#2750)](https://github.com/latticexyz/mud/commit/b4eb795ee5a6f8d250d3b3513fe72c5530f69c43)** (@latticexyz/cli) + +Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier. + +**[feat(common): add redstone chain config (#2749)](https://github.com/latticexyz/mud/commit/f23318ede18d0b10cf1f4c51dd24a373a5e5f740)** (@latticexyz/common) + +Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet. + +```ts +import { garnet, redstone } from "@latticexyz/common/chains"; +``` + +--- + ## Version 2.0.7 Release date: Thu Apr 25 2024 diff --git a/packages/abi-ts/CHANGELOG.md b/packages/abi-ts/CHANGELOG.md index c6d04c7c57..67ac28bbf8 100644 --- a/packages/abi-ts/CHANGELOG.md +++ b/packages/abi-ts/CHANGELOG.md @@ -1,5 +1,7 @@ # @latticexyz/abi-ts +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/abi-ts/package.json b/packages/abi-ts/package.json index 8468019d8b..54f61b87b6 100644 --- a/packages/abi-ts/package.json +++ b/packages/abi-ts/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/abi-ts", - "version": "2.0.7", + "version": "2.0.8", "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 e47ade704f..d5f91f7487 100644 --- a/packages/block-logs-stream/CHANGELOG.md +++ b/packages/block-logs-stream/CHANGELOG.md @@ -1,5 +1,12 @@ # @latticexyz/block-logs-stream +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/block-logs-stream/package.json b/packages/block-logs-stream/package.json index 06c4e30dee..812b62611a 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.7", + "version": "2.0.8", "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 07fc1bd846..7540fc04e8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- b4eb795e: Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier. +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/protocol-parser@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/world@2.0.8 + - @latticexyz/world-modules@2.0.8 + - @latticexyz/abi-ts@2.0.8 + - @latticexyz/gas-report@2.0.8 + - @latticexyz/schema-type@2.0.8 + - @latticexyz/services@2.0.8 + - @latticexyz/utils@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 957bb52991..1aca9b97b7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/cli", - "version": "2.0.7", + "version": "2.0.8", "description": "Command line interface for mud", "repository": { "type": "git", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index af8b096b98..8922841526 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- df4781ac: Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet. + + ```ts + import { garnet, redstone } from "@latticexyz/common/chains"; + ``` + + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index c5d49870aa..fd8fcfec84 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/common", - "version": "2.0.7", + "version": "2.0.8", "description": "Common low level logic shared between packages", "repository": { "type": "git", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index e00921eba2..74e0715a81 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 1ec5a804e5..44fb6b0926 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/config", - "version": "2.0.7", + "version": "2.0.8", "description": "Config for Store and World", "repository": { "type": "git", diff --git a/packages/create-mud/CHANGELOG.md b/packages/create-mud/CHANGELOG.md index c98055da7b..c9a3fa968e 100644 --- a/packages/create-mud/CHANGELOG.md +++ b/packages/create-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/create-mud/package.json b/packages/create-mud/package.json index 2c7e86599f..ae566ded43 100644 --- a/packages/create-mud/package.json +++ b/packages/create-mud/package.json @@ -1,6 +1,6 @@ { "name": "create-mud", - "version": "2.0.7", + "version": "2.0.8", "description": "Create a new MUD project", "license": "MIT", "author": "Lattice <mud@lattice.xyz>", diff --git a/packages/dev-tools/CHANGELOG.md b/packages/dev-tools/CHANGELOG.md index 419e6869a4..efd627aeeb 100644 --- a/packages/dev-tools/CHANGELOG.md +++ b/packages/dev-tools/CHANGELOG.md @@ -1,5 +1,19 @@ # @latticexyz/dev-tools +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/store-sync@2.0.8 + - @latticexyz/world@2.0.8 + - @latticexyz/react@2.0.8 + - @latticexyz/recs@2.0.8 + - @latticexyz/schema-type@2.0.8 + - @latticexyz/utils@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json index 439a17f9c1..4cdf705120 100644 --- a/packages/dev-tools/package.json +++ b/packages/dev-tools/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/dev-tools", - "version": "2.0.7", + "version": "2.0.8", "description": "MUD developer tools", "repository": { "type": "git", @@ -51,12 +51,12 @@ "vitest": "0.34.6" }, "peerDependencies": { - "@latticexyz/common": "2.0.7", - "@latticexyz/recs": "2.0.7", - "@latticexyz/store": "2.0.7", - "@latticexyz/store-sync": "2.0.7", - "@latticexyz/utils": "2.0.7", - "@latticexyz/world": "2.0.7" + "@latticexyz/common": "2.0.8", + "@latticexyz/recs": "2.0.8", + "@latticexyz/store": "2.0.8", + "@latticexyz/store-sync": "2.0.8", + "@latticexyz/utils": "2.0.8", + "@latticexyz/world": "2.0.8" }, "publishConfig": { "access": "public" diff --git a/packages/faucet/CHANGELOG.md b/packages/faucet/CHANGELOG.md index 9648ad2df0..57cfc30d30 100644 --- a/packages/faucet/CHANGELOG.md +++ b/packages/faucet/CHANGELOG.md @@ -1,5 +1,12 @@ # @latticexyz/faucet +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/faucet/package.json b/packages/faucet/package.json index 07a37d23da..ea2e129700 100644 --- a/packages/faucet/package.json +++ b/packages/faucet/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/faucet", - "version": "2.0.7", + "version": "2.0.8", "description": "Faucet API for Lattice testnet", "repository": { "type": "git", diff --git a/packages/gas-report/CHANGELOG.md b/packages/gas-report/CHANGELOG.md index a87f4f4588..0ec2c57e0a 100644 --- a/packages/gas-report/CHANGELOG.md +++ b/packages/gas-report/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json index 98628bb313..34a2bce82a 100644 --- a/packages/gas-report/package.json +++ b/packages/gas-report/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/gas-report", - "version": "2.0.7", + "version": "2.0.8", "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 5bd3c915bf..6ffcc5475b 100644 --- a/packages/protocol-parser/CHANGELOG.md +++ b/packages/protocol-parser/CHANGELOG.md @@ -1,5 +1,14 @@ # @latticexyz/protocol-parser +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json index 1b9d13e6f7..16463188d4 100644 --- a/packages/protocol-parser/package.json +++ b/packages/protocol-parser/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/protocol-parser", - "version": "2.0.7", + "version": "2.0.8", "description": "Parser utilities for the MUD protocol", "repository": { "type": "git", diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index cb66b14df4..37e40aa5d6 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,5 +1,15 @@ # @latticexyz/query +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/query/package.json b/packages/query/package.json index 79aba5ac4f..dac560e541 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/query", - "version": "2.0.7", + "version": "2.0.8", "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 e05415edbc..5464f82f54 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- @latticexyz/store@2.0.8 +- @latticexyz/recs@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index ab438786f5..7b33c114e7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/react", - "version": "2.0.7", + "version": "2.0.8", "description": "React tools for MUD client.", "repository": { "type": "git", diff --git a/packages/recs/CHANGELOG.md b/packages/recs/CHANGELOG.md index 1bf51f5cc6..26cdcd1062 100644 --- a/packages/recs/CHANGELOG.md +++ b/packages/recs/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- @latticexyz/schema-type@2.0.8 +- @latticexyz/utils@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/recs/package.json b/packages/recs/package.json index 9c0d473b9a..58d8e5fbe3 100644 --- a/packages/recs/package.json +++ b/packages/recs/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/recs", - "version": "2.0.7", + "version": "2.0.8", "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 7a27c6ff5a..971888c3cb 100644 --- a/packages/schema-type/CHANGELOG.md +++ b/packages/schema-type/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/schema-type/package.json b/packages/schema-type/package.json index 9c6fa1fe2c..dd9a4629eb 100644 --- a/packages/schema-type/package.json +++ b/packages/schema-type/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/schema-type", - "version": "2.0.7", + "version": "2.0.8", "description": "SchemaType enum for various languages", "repository": { "type": "git", diff --git a/packages/services/CHANGELOG.md b/packages/services/CHANGELOG.md index d2c5b04495..6ff7c01c86 100644 --- a/packages/services/CHANGELOG.md +++ b/packages/services/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/services/package.json b/packages/services/package.json index dd0a5836a3..e1847052d5 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/services", - "version": "2.0.7", + "version": "2.0.8", "description": "MUD services for enhanced interactions with on-chain ECS state", "repository": { "type": "git", diff --git a/packages/solhint-config-mud/CHANGELOG.md b/packages/solhint-config-mud/CHANGELOG.md index 0ac5e07783..ee011f989c 100644 --- a/packages/solhint-config-mud/CHANGELOG.md +++ b/packages/solhint-config-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/solhint-config-mud/package.json b/packages/solhint-config-mud/package.json index 0b923666a5..1d1220d795 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.7", + "version": "2.0.8", "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 0ac5e07783..ee011f989c 100644 --- a/packages/solhint-plugin-mud/CHANGELOG.md +++ b/packages/solhint-plugin-mud/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/solhint-plugin-mud/package.json b/packages/solhint-plugin-mud/package.json index b195cd5dd7..9898bec5e6 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.7", + "version": "2.0.8", "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 5a983ee900..6f0640bf73 100644 --- a/packages/store-indexer/CHANGELOG.md +++ b/packages/store-indexer/CHANGELOG.md @@ -1,5 +1,18 @@ # @latticexyz/store-indexer +## 2.0.8 + +### Patch Changes + +- 65aa32c2: Added support for an empty `STORE_ADDRESS=` environment variable. + This previously would fail the input validation, now it behaves the same way as not setting the `STORE_ADDRESS` variable at all. +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/block-logs-stream@2.0.8 + - @latticexyz/protocol-parser@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/store-sync@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/store-indexer/package.json b/packages/store-indexer/package.json index c818ac0f01..c2255aea13 100644 --- a/packages/store-indexer/package.json +++ b/packages/store-indexer/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-indexer", - "version": "2.0.7", + "version": "2.0.8", "description": "Minimal Typescript indexer for Store", "repository": { "type": "git", diff --git a/packages/store-sync/CHANGELOG.md b/packages/store-sync/CHANGELOG.md index 9c3315ced4..5f1268695c 100644 --- a/packages/store-sync/CHANGELOG.md +++ b/packages/store-sync/CHANGELOG.md @@ -1,5 +1,20 @@ # @latticexyz/store-sync +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/block-logs-stream@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/protocol-parser@2.0.8 + - @latticexyz/query@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/world@2.0.8 + - @latticexyz/recs@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/store-sync/package.json b/packages/store-sync/package.json index 30487ad1a7..18c2c83408 100644 --- a/packages/store-sync/package.json +++ b/packages/store-sync/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store-sync", - "version": "2.0.7", + "version": "2.0.8", "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 83a6b7100f..9e624e7416 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/protocol-parser@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/store/package.json b/packages/store/package.json index c2af2eef7a..e68f53dc39 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/store", - "version": "2.0.7", + "version": "2.0.8", "description": "Store", "repository": { "type": "git", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index dbfe6a370e..183909faa8 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,7 @@ # Change Log +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/packages/utils/package.json b/packages/utils/package.json index 64b664e9c9..24bc85a3c1 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/utils", - "version": "2.0.7", + "version": "2.0.8", "repository": { "type": "git", "url": "https://github.com/latticexyz/mud.git", diff --git a/packages/world-modules/CHANGELOG.md b/packages/world-modules/CHANGELOG.md index c486209c88..33bc8375d2 100644 --- a/packages/world-modules/CHANGELOG.md +++ b/packages/world-modules/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/world@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/world-modules/package.json b/packages/world-modules/package.json index f0accb92f8..4df7786b5f 100644 --- a/packages/world-modules/package.json +++ b/packages/world-modules/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world-modules", - "version": "2.0.7", + "version": "2.0.8", "description": "World modules", "repository": { "type": "git", diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md index f50a2ae1d7..ba1cde00dc 100644 --- a/packages/world/CHANGELOG.md +++ b/packages/world/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 2.0.8 + +### Patch Changes + +- Updated dependencies [df4781ac] + - @latticexyz/common@2.0.8 + - @latticexyz/config@2.0.8 + - @latticexyz/protocol-parser@2.0.8 + - @latticexyz/store@2.0.8 + - @latticexyz/schema-type@2.0.8 + ## 2.0.7 ### Patch Changes diff --git a/packages/world/package.json b/packages/world/package.json index 456d4f2910..e68e5f0393 100644 --- a/packages/world/package.json +++ b/packages/world/package.json @@ -1,6 +1,6 @@ { "name": "@latticexyz/world", - "version": "2.0.7", + "version": "2.0.8", "description": "World framework", "repository": { "type": "git", diff --git a/test/mock-game-contracts/CHANGELOG.md b/test/mock-game-contracts/CHANGELOG.md index a70bd6d48d..adfffcb2eb 100644 --- a/test/mock-game-contracts/CHANGELOG.md +++ b/test/mock-game-contracts/CHANGELOG.md @@ -1,5 +1,7 @@ # mock-game-contracts +## 2.0.8 + ## 2.0.7 ## 2.0.6 diff --git a/test/mock-game-contracts/package.json b/test/mock-game-contracts/package.json index 85fff5a1a1..e0b9a2ed64 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.0.7", + "version": "2.0.8", "private": true, "license": "MIT", "scripts": {