diff --git a/.changeset/cuddly-pandas-fail.md b/.changeset/cuddly-pandas-fail.md
deleted file mode 100644
index 5844680334..0000000000
--- a/.changeset/cuddly-pandas-fail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@latticexyz/explorer": patch
----
-
-Fixed an issue where live queries were running while paused and vice versa.
diff --git a/.changeset/five-berries-act.md b/.changeset/five-berries-act.md
deleted file mode 100644
index 746eecd2ab..0000000000
--- a/.changeset/five-berries-act.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@latticexyz/explorer": patch
----
-
-Added 'Copy to Clipboard' button to relevant sections for easier data copying.
diff --git a/.changeset/swift-poets-tan.md b/.changeset/swift-poets-tan.md
deleted file mode 100644
index 82d0122065..0000000000
--- a/.changeset/swift-poets-tan.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@latticexyz/explorer": patch
----
-
-SQL query execution time in Explore table is now measured and displayed.
diff --git a/docs/data/changelog.json b/docs/data/changelog.json
index d0795dd5ec..26e3acb5af 100644
--- a/docs/data/changelog.json
+++ b/docs/data/changelog.json
@@ -1,4 +1,56 @@
[
+ {
+ "version": "2.2.16",
+ "date": "2025-01-17T16:14:48.470Z",
+ "changes": {
+ "patch": [
+ {
+ "packages": [
+ {
+ "package": "@latticexyz/explorer",
+ "type": "patch"
+ }
+ ],
+ "description": "\nFixed an issue where live queries were running while paused and vice versa.",
+ "type": 0,
+ "commitHash": "59389b1e37bc84664972231989ce7fdc739cce42",
+ "authorName": "Kevin Ingersoll",
+ "authorEmail": "kingersoll@gmail.com",
+ "title": "docs: add changeset for bug fix (#3463)"
+ },
+ {
+ "packages": [
+ {
+ "package": "@latticexyz/explorer",
+ "type": "patch"
+ }
+ ],
+ "description": "\nAdded 'Copy to Clipboard' button to relevant sections for easier data copying.",
+ "type": 0,
+ "commitHash": "54e5c06dd4606d2484a790cd1d531931d634d7a1",
+ "authorName": "Karolis Ramanauskas",
+ "authorEmail": "hello@karolisram.com",
+ "title": "feat(explorer): copy button (#3423)"
+ },
+ {
+ "packages": [
+ {
+ "package": "@latticexyz/explorer",
+ "type": "patch"
+ }
+ ],
+ "description": "\nSQL query execution time in Explore table is now measured and displayed.",
+ "type": 0,
+ "commitHash": "05c7298412805fbc5a2eae489d567ec405414abc",
+ "authorName": "Karolis Ramanauskas",
+ "authorEmail": "hello@karolisram.com",
+ "title": "feat(explorer): query execution time (#3444)"
+ }
+ ],
+ "minor": [],
+ "major": []
+ }
+ },
{
"version": "2.2.15",
"date": "2025-01-17T11:35:44.397Z",
diff --git a/docs/pages/changelog.mdx b/docs/pages/changelog.mdx
index c8c93f5fb9..93ca144002 100644
--- a/docs/pages/changelog.mdx
+++ b/docs/pages/changelog.mdx
@@ -1,272 +1,20 @@
-## Version 2.2.15
+## Version 2.2.16
Release date: Fri Jan 17 2025
### Patch changes
-**[feat: add `getRecords` util to fetch records from indexer, update deployer and explorer to use indexer (#3385)](https://github.com/latticexyz/mud/commit/b819749268918559589c12451d88ec1f933182d8)** (@latticexyz/explorer)
+**[docs: add changeset for bug fix (#3463)](https://github.com/latticexyz/mud/commit/59389b1e37bc84664972231989ce7fdc739cce42)** (@latticexyz/explorer)
-Improved the performance of the explorer's `Interact` tab by fetching the ABI from an indexer instead of from an Ethereum RPC if available.
+Fixed an issue where live queries were running while paused and vice versa.
-**[feat(explorer): buffer transactions (#3365)](https://github.com/latticexyz/mud/commit/07b6be82ace9654ce043e616e28b347f3121f415)** (@latticexyz/explorer)
+**[feat(explorer): copy button (#3423)](https://github.com/latticexyz/mud/commit/54e5c06dd4606d2484a790cd1d531931d634d7a1)** (@latticexyz/explorer)
-The transactions list in the explorer is now updated every 100ms instead of on every incoming transaction, to improve performance when there are many incoming transactions.
+Added 'Copy to Clipboard' button to relevant sections for easier data copying.
-**[feat(config): import mud config with tsx (#3290)](https://github.com/latticexyz/mud/commit/9580d29aa0a181e3ded9c79de185ff1778c6daf0)** (@latticexyz/config)
+**[feat(explorer): query execution time (#3444)](https://github.com/latticexyz/mud/commit/05c7298412805fbc5a2eae489d567ec405414abc)** (@latticexyz/explorer)
-Replaced esbuild with tsx to load MUD config in an effort to resolve issues with loading multiple MUD configs in parallel.
-
-**[feat(cli): fetch world deploy block number if available (#3417)](https://github.com/latticexyz/mud/commit/1e092407da570f8ba52e89e73dda50cdff161a93)** (@latticexyz/cli)
-
-When upgrading an existing world, the deployer now attempts to read the deploy block number from the `worlds.json` file. If it is found, the `HelloWorld` and `HelloStore` event are fetched from this block instead of searching for the events starting from the genesis block.
-
-**[feat(explorer): indicate unsaved query changes (#3446)](https://github.com/latticexyz/mud/commit/53f7906b37b8f6ae27bee3236f62787ffca35806)** (@latticexyz/explorer)
-
-The SQL editor now shows an indicator if the query has changed since it was last run.
-
-**[feat(entrykit): initial release (#3419)](https://github.com/latticexyz/mud/commit/971ffedb9cb88982bab1f03f4f3818dbae11c68a)** (@latticexyz/entrykit)
-
-Initial, experimental release of EntryKit.
-
-**[fix(explorer): type-based sorting (#3340)](https://github.com/latticexyz/mud/commit/722f4b4c48b9e49509a47e5a23f1ce45dbe9999d)** (@latticexyz/explorer)
-
-The columns in the Explore tab table are now sorted correctly according to their types.
-
-**[feat(store-sync): update watchLogs rpc response type (#3356)](https://github.com/latticexyz/mud/commit/1770620af19746578b99a996f380f5117bfdd053)** (@latticexyz/store-sync)
-
-Updated the `watchLogs` util to accept the updated RPC response type.
-
-**[feat(explorer): pause/resume live query (#3445)](https://github.com/latticexyz/mud/commit/35cb94ae06a24157303ec3311f2639f36d4e2e6f)** (@latticexyz/explorer)
-
-SQL live queries in the Explore view table can now be paused and resumed.
-
-**[feat(explorer): key columns indicator (#3447)](https://github.com/latticexyz/mud/commit/7fa68f6717ecd3fc2c734ca31c842c1242175cbe)** (@latticexyz/explorer)
-
-Indicated MUD schema key columns in the table view of the Explore tab.
-
-**[feat(explorer): show event logs for interact function (#3418)](https://github.com/latticexyz/mud/commit/1a2b3c8f585e72b0f8aae42a1c11abef7193059b)** (@latticexyz/explorer)
-
-The functions in the Interact tab now display the emitted logs with the block explorer URL for the submitted transaction.
-
-**[feat(explorer): bundled transactions support (#3313)](https://github.com/latticexyz/mud/commit/059240612a3ba74d3e16dfb3b1b2c7276a6ebe1d)** (@latticexyz/explorer)
-
-Added support for ERC-4337 bundled transactions, monitoring them by either listening to chain blocks or using the `observer` transport wrapper. Each user operation within a bundled transaction is displayed as an individual transaction in the Observe tab.
-
-**[fix(world): use WorldContextConsumerLib.\_msgSender() instead of msg.sender (#3436)](https://github.com/latticexyz/mud/commit/653f378403c7e4f234f87dec20c9dfe523f0def0)** (@latticexyz/world)
-
-Use `WorldContextConsumerLib._msgSender()` instead of `msg.sender` in system libraries.
-
-**[fix(explorer): format default sql query (#3363)](https://github.com/latticexyz/mud/commit/0facee02cd70b7f8cd09a7faec59972ba95453d1)** (@latticexyz/explorer)
-
-When accessing a new table in Explore tab, the SQL editor now encloses all column names in double quotes in order to prevent invalid queries.
-
-**[chore: add changeset for cli PR #3350 (#3353)](https://github.com/latticexyz/mud/commit/3168f1f56abce047a639582b50bf1aa2c7906c90)** (@latticexyz/cli)
-
-Deployer now retrieves resource tags by fetching logs to work around RPC rate limiting issues.
-
-**[feat(vite-plugin-mud): add MUD vite plugin (#3449)](https://github.com/latticexyz/mud/commit/70f224ac8214c54c9c55b170f9c900030967f1b1)** (vite-plugin-mud)
-
-Initial release of Vite plugin for MUD projects.
-
-This will soon be included by default in MUD templates, but you can add to an existing MUD project with:
-
-```
-pnpm add -D vite@^6 vite-plugin-mud
-```
-
-And use like:
-
-```ts
-// vite.config.ts
-import { defineConfig } from "vite";
-import { mud } from "vite-plugin-mud";
-
-export default defineConfig({
- plugins: [mud({ worldsFile: "worlds.json" })],
-});
-```
-
-```json
-// tsconfig.json
-{
- "compilerOptions": {
- "types": ["vite/client", "vite-plugin-mud/env"]
- }
-}
-```
-
-**[fix(explorer): fetch latest abi (#3370)](https://github.com/latticexyz/mud/commit/3258a6d66251aa87514e5e63456f989a34bd1b8b)** (@latticexyz/explorer)
-
-The latest ABI changes are now consistently fetched correctly.
-
-**[fix(explorer): switch to fetchBlockLogs (#3352)](https://github.com/latticexyz/mud/commit/2be543f7f0936f5dc94c13613da679d8634dfc27)** (@latticexyz/explorer)
-
-Fixed world ABI fetching in Rhodolite.
-
-**[fix(world): switch to TS for ABIs in utils (#3429)](https://github.com/latticexyz/mud/commit/2d2aa0867580dd910cc772b5cdd42c802e8652e3)** (@latticexyz/world)
-
-Moved TS utils over to using hardcoded ABIs instead of ones imported from `.abi.json` files to fix some internal type resolution issues.
-
-**[feat(store-sync): add react provider and hook (#3451)](https://github.com/latticexyz/mud/commit/5f493cd8368e6571ef196d607dcd6de2815f799e)** (@latticexyz/store-sync)
-
-Added an experimental `@latticexyz/store-sync/react` export with a `SyncProvider` and `useSync` hook. This allows for easier syncing MUD data to React apps.
-
-Note that this is currently only usable with Stash and assumes you are also using Wagmi in your React app.
-
-```tsx
-import { WagmiProvider } from "wagmi";
-import { QueryClientProvider } from "@tanstack/react-query";
-import { SyncProvider } from "@latticexyz/store-sync/react";
-import { createSyncAdapter } from "@latticexyz/store-sync/internal";
-
-export function App() {
- return (
-
-
-
- {children}
-
-
-
- );
-}
-```
-
-**[fix(store-sync): apply logs from buffer in watchLogs (#3346)](https://github.com/latticexyz/mud/commit/cd9fd0abd859f1d83baafc93a91e238d81726928)** (@latticexyz/store-sync)
-
-Fixed a bug in `watchLogs` where logs from the buffer were not applied during the initial sync.
-
-**[feat(explorer): decoded callFrom transactions (#3364)](https://github.com/latticexyz/mud/commit/d542357350b85654bc65f3befad22a3509c4ddb6)** (@latticexyz/explorer)
-
-Transactions in `Observe` tab now display decoded `callFrom` function calls.
-
-**[chore: remove catalog usage, move viem to peer deps (#3405)](https://github.com/latticexyz/mud/commit/09e9bd533704e7c1885872a8a1f9dca9e78bda4b)** (@latticexyz/block-logs-stream, @latticexyz/common, @latticexyz/config, @latticexyz/dev-tools, @latticexyz/explorer, @latticexyz/faucet, @latticexyz/protocol-parser, @latticexyz/schema-type, @latticexyz/stash, @latticexyz/store-indexer, @latticexyz/store-sync, @latticexyz/store, @latticexyz/world)
-
-Moved viem to peer dependencies to ensure a single, consistent version is installed in downstream projects.
-
-**[fix(cli): throw error on schema changes (#3336)](https://github.com/latticexyz/mud/commit/ee388ed599b051400a6f1fc5d4c5d369e466ad92)** (@latticexyz/cli)
-
-Deployer will now throw an error if it detects an already registered table with a different schema than the one you are trying to deploy.
-
-**[feat(store-consumer): extract store consumer contracts (#3345)](https://github.com/latticexyz/mud/commit/d17a9be933cf4dbf869e26e6f9ee070444048312)** (@latticexyz/store-consumer, @latticexyz/world-module-erc20)
-
-Extracted StoreConsumer base contracts into an independent package.
-Added a `registerNamespace` boolean to `WithWorld` to provide more control over namespace registration.
-
-**[feat(explorer): get observer url from chain config (#3366)](https://github.com/latticexyz/mud/commit/88b9daf1e01bd8675e31c455155759a3ef2af4f8)** (@latticexyz/explorer)
-
-Observer transport now uses the `blockExplorers.worldsExplorer.url` from the chain config if no `explorerUrl` is provided.
-
-**[feat(explorer): run query shortcut (#3443)](https://github.com/latticexyz/mud/commit/cfdfcc1c8e1d21a6336c608760bb76aa04aebefd)** (@latticexyz/explorer)
-
-SQL queries can be executed using the Cmd/Ctrl + Enter shortcut.
-
-**[fix(explorer): format default sql query (#3307)](https://github.com/latticexyz/mud/commit/9c1ca41560e2b3b319976794a73807f391e78b1b)** (@latticexyz/explorer)
-
-When accessing a new table in Explore tab, the SQL editor now encloses column names that are also PostgreSQL keywords in double quotes in order to prevent invalid queries.
-
-**[feat(stash): clean up mutations, emit updates as a list (#3376)](https://github.com/latticexyz/mud/commit/96f1473887e609cab366a4ba6caab9b62033cfb6)** (@latticexyz/stash)
-
-Consolidated how state changes are applied and subscribers notified. Stash subscribers now receive an ordered list of state updates rather than an object.
-
-**[fix(world): library imports and overloaded system functions (#3395)](https://github.com/latticexyz/mud/commit/ba5191c3d6f74b3c4982afd465cf449d23d70bb7)** (@latticexyz/world)
-
-Fixes relative system imports in system libraries and adds support for overloaded system functions.
-
-**[feat(cli): allow deploy salt to be a string (#3432)](https://github.com/latticexyz/mud/commit/74090950d81c6713d981806af5c1197e804b56bf)** (@latticexyz/cli)
-
-In addition to a hex `--salt`, deploy commands now accept a string salt for world deployment, which will get converted to a hex.
-
-```
-pnpm mud deploy --salt hello
-```
-
-**[fix(cli): don't overload system abi type (#3455)](https://github.com/latticexyz/mud/commit/8fcf9c8f508ec818696f366a41f2b8a2e42c11b1)** (@latticexyz/cli)
-
-Fixed an issue with overloaded system ABI types.
-
-**[feat(store): add getRecord and getStaticDataLocation helpers (#3430)](https://github.com/latticexyz/mud/commit/1b477d476a666ccffafc6eb266d1732b90bc28f9)** (@latticexyz/store)
-
-Added internal `getRecord` and `getStaticDataLocation` helpers.
-
-**[feat: add `getRecords` util to fetch records from indexer, update deployer and explorer to use indexer (#3385)](https://github.com/latticexyz/mud/commit/b819749268918559589c12451d88ec1f933182d8)** (@latticexyz/store-sync, @latticexyz/world)
-
-Added a `getRecords` util to fetch table records from an indexer or RPC.
-
-Migrated the `getFunctions` and `getWorldAbi` utils from `@latticexyz/world` to `@latticexyz/store-sync/world` to allow `getFunctions` and `getWorldAbi` to use `getRecords` internally without circular dependencies.
-
-**[feat: add `getRecords` util to fetch records from indexer, update deployer and explorer to use indexer (#3385)](https://github.com/latticexyz/mud/commit/b819749268918559589c12451d88ec1f933182d8)** (@latticexyz/cli)
-
-Added an `indexerUrl` option to the `mud deploy` and `mud pull` CLI commands to read table records from an indexer instead of fetching logs from an Ethereum RPC.
-
-**[feat(stash): add useRecord and useRecords hooks (#3450)](https://github.com/latticexyz/mud/commit/16242b74d5985720b4efca26e1e22e38bb463788)** (@latticexyz/stash)
-
-Added `useRecord` and `useRecords` hooks for convenience.
-
-```ts
-import { useRecords } from "@latticexyz/stash/react";
-
-const players = useRecords({ stash, table: Position });
-```
-
-```ts
-import { useRecord } from "@latticexyz/stash/react";
-
-const player = useRecord({ stash, table: Position, key: { player: "0x..." } });
-```
-
-**[fix(abi-ts): ts output should use as const (#3348)](https://github.com/latticexyz/mud/commit/534039428496bcededc62d2e450d29d7bac42475)** (@latticexyz/abi-ts)
-
-Using a TS extension (rather than DTS) now correctly includes `as const` in the TS output.
-
-**[fix(world): use fetchLogs in getFunctions (#3338)](https://github.com/latticexyz/mud/commit/22674ad244f59afd6bd364a3dd44df36992dd35f)** (@latticexyz/world)
-
-`getFunctions` now internally uses `fetchLogs` for better handling of block range errors.
-
-**[feat(explorer): export table data (#3380)](https://github.com/latticexyz/mud/commit/b0b42a9e0cca0e31fb31d1e00b78c3015b6f5663)** (@latticexyz/explorer)
-
-Added support for exporting table data in CSV, JSON, and TXT formats.
-
-**[feat(common): loosen client type in tx queue (#3408)](https://github.com/latticexyz/mud/commit/9d7188754ad7f6df6b190bf6618b598cb1d895c4)** (@latticexyz/common)
-
-Loosened `publicClient` type for `transactionQueue` action decorator and `writeContract` and `sendTransaction` actions so that they can be used with plain, undecorated Viem clients.
-
-**[feat(world): rework types for callFrom viem action (#3414)](https://github.com/latticexyz/mud/commit/509a3ccbac9b552a086f93b735d48e739153bead)** (@latticexyz/world)
-
-Reworked `callFrom` action to use `getAction` internally, rather than a decorated Viem client, and updated types to better match Viem.
-
-**[feat(explorer): show results from query functions (#3448)](https://github.com/latticexyz/mud/commit/c681aa6250eb8c3914a75fd45cdf32abc2d60746)** (@latticexyz/explorer)
-
-In the Explore tab, the view table now displays results generated by SQL query functions.
-
-**[fix(store-sync): reconnect unresponsive watchLogs socket (#3301)](https://github.com/latticexyz/mud/commit/9ddc874ecbe8671c197619a23bdeac2bee57174e)** (@latticexyz/store-sync)
-
-Experimental pending logs watcher now reconnects if it loses connection or times out.
-
-**[feat: system libraries (#3374)](https://github.com/latticexyz/mud/commit/09536b0614a03478fa0f53ec8beefef80455387d)** (@latticexyz/store, @latticexyz/world)
-
-Adds an experimental feature to automatically generate Solidity libraries from systems, making it easier to perform calls between systems.
-
-**[feat(store-sync): use client instead of decorated public client (#3441)](https://github.com/latticexyz/mud/commit/a6fe15cc524a7a2ed39a1f93d3e4f41a4e251697)** (@latticexyz/store-sync)
-
-All sync methods using a `publicClient` argument now accept a plain Viem `Client` rather than a decorated `PublicClient`, allowing for more flexibility and better tree-shaking for lighter bundles.
-
-**[feat(explorer): get observer url from chain config (#3366)](https://github.com/latticexyz/mud/commit/88b9daf1e01bd8675e31c455155759a3ef2af4f8)** (@latticexyz/common)
-
-Updated Rhodolite chain config.
-
-**[feat(world): add SystemCall.staticcall (#3381)](https://github.com/latticexyz/mud/commit/275c867182df9f1e22a6d4f0901a494c40e29f9a)** (@latticexyz/world)
-
-Add a SystemCall.staticcall function that performs a staticcall without executing hooks.
-
-**[feat(paymaster): add simple GenerousPaymaster for local development (#3422)](https://github.com/latticexyz/mud/commit/a7625b97410346b1187e66803dde5194084312fd)** (@latticexyz/paymaster)
-
-Added `GenerousPaymaster`, a simple paymaster that sponsors all user operations for local development purposes.
+SQL query execution time in Explore table is now measured and displayed.
---
diff --git a/packages/abi-ts/CHANGELOG.md b/packages/abi-ts/CHANGELOG.md
index f851c40b78..7e4a7d6984 100644
--- a/packages/abi-ts/CHANGELOG.md
+++ b/packages/abi-ts/CHANGELOG.md
@@ -1,5 +1,7 @@
# @latticexyz/abi-ts
+## 2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/abi-ts/package.json b/packages/abi-ts/package.json
index 22af832c05..0fff1cedc5 100644
--- a/packages/abi-ts/package.json
+++ b/packages/abi-ts/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/abi-ts",
- "version": "2.2.15",
+ "version": "2.2.16",
"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 df19b4027e..4de4198225 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.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/block-logs-stream/package.json b/packages/block-logs-stream/package.json
index 1ee62b3e40..a9b45aa738 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.2.15",
+ "version": "2.2.16",
"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 5080b3d381..399ac1a67e 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -1,5 +1,22 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/abi-ts@2.2.16
+- @latticexyz/block-logs-stream@2.2.16
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/gas-report@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/store-sync@2.2.16
+- @latticexyz/utils@2.2.16
+- @latticexyz/world@2.2.16
+- @latticexyz/world-module-metadata@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/cli/package.json b/packages/cli/package.json
index bf59e07f99..4422b5d304 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Command line interface for mud",
"repository": {
"type": "git",
diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md
index 957865a408..721a9f59ce 100644
--- a/packages/common/CHANGELOG.md
+++ b/packages/common/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/schema-type@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/common/package.json b/packages/common/package.json
index 123e8f0d4f..fbedbc31c7 100644
--- a/packages/common/package.json
+++ b/packages/common/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/common",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Common low level logic shared between packages",
"repository": {
"type": "git",
diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md
index 1a9651465a..aa14d60871 100644
--- a/packages/config/CHANGELOG.md
+++ b/packages/config/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/schema-type@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/config/package.json b/packages/config/package.json
index efe3eeac45..94ff778d5b 100644
--- a/packages/config/package.json
+++ b/packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/config",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Config for Store and World",
"repository": {
"type": "git",
diff --git a/packages/create-mud/CHANGELOG.md b/packages/create-mud/CHANGELOG.md
index 61c11f77b4..d66ce77caf 100644
--- a/packages/create-mud/CHANGELOG.md
+++ b/packages/create-mud/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log
+## 2.2.16
+
## 2.2.15
## 2.2.14
diff --git a/packages/create-mud/package.json b/packages/create-mud/package.json
index d2fabd14d4..3ce9b99f11 100644
--- a/packages/create-mud/package.json
+++ b/packages/create-mud/package.json
@@ -1,6 +1,6 @@
{
"name": "create-mud",
- "version": "2.2.15",
+ "version": "2.2.16",
"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 df57bbb7bc..e3a68a91bb 100644
--- a/packages/dev-tools/CHANGELOG.md
+++ b/packages/dev-tools/CHANGELOG.md
@@ -1,5 +1,18 @@
# @latticexyz/dev-tools
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/react@2.2.16
+- @latticexyz/recs@2.2.16
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/store-sync@2.2.16
+- @latticexyz/utils@2.2.16
+- @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/dev-tools/package.json b/packages/dev-tools/package.json
index e18237de31..d75a1b0f91 100644
--- a/packages/dev-tools/package.json
+++ b/packages/dev-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/dev-tools",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "MUD developer tools",
"repository": {
"type": "git",
diff --git a/packages/entrykit/CHANGELOG.md b/packages/entrykit/CHANGELOG.md
index ccb16bbb85..f9d10473b4 100644
--- a/packages/entrykit/CHANGELOG.md
+++ b/packages/entrykit/CHANGELOG.md
@@ -1,5 +1,17 @@
# @latticexyz/entrykit
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/paymaster@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/world@2.2.16
+- @latticexyz/world-modules@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/entrykit/package.json b/packages/entrykit/package.json
index f54133834c..b783cebded 100644
--- a/packages/entrykit/package.json
+++ b/packages/entrykit/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/entrykit",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "User onboarding flows for MUD apps",
"repository": {
"type": "git",
diff --git a/packages/explorer/CHANGELOG.md b/packages/explorer/CHANGELOG.md
index 26d1099872..95fc150352 100644
--- a/packages/explorer/CHANGELOG.md
+++ b/packages/explorer/CHANGELOG.md
@@ -1,5 +1,22 @@
# @latticexyz/explorer
+## 2.2.16
+
+### Patch Changes
+
+- 59389b1: Fixed an issue where live queries were running while paused and vice versa.
+- 54e5c06: Added 'Copy to Clipboard' button to relevant sections for easier data copying.
+- 05c7298: SQL query execution time in Explore table is now measured and displayed.
+ - @latticexyz/block-logs-stream@2.2.16
+ - @latticexyz/common@2.2.16
+ - @latticexyz/config@2.2.16
+ - @latticexyz/protocol-parser@2.2.16
+ - @latticexyz/schema-type@2.2.16
+ - @latticexyz/store@2.2.16
+ - @latticexyz/store-indexer@2.2.16
+ - @latticexyz/store-sync@2.2.16
+ - @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/explorer/package.json b/packages/explorer/package.json
index a3dc540f02..2cccd46039 100644
--- a/packages/explorer/package.json
+++ b/packages/explorer/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/explorer",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "World Explorer is a tool for visually exploring and manipulating the state of worlds",
"type": "module",
"exports": {
diff --git a/packages/faucet/CHANGELOG.md b/packages/faucet/CHANGELOG.md
index 41a1ad3f65..d5e396210c 100644
--- a/packages/faucet/CHANGELOG.md
+++ b/packages/faucet/CHANGELOG.md
@@ -1,5 +1,11 @@
# @latticexyz/faucet
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/faucet/package.json b/packages/faucet/package.json
index 62c1acb2ab..56ccee1812 100644
--- a/packages/faucet/package.json
+++ b/packages/faucet/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/faucet",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Faucet API for Lattice testnet",
"repository": {
"type": "git",
diff --git a/packages/gas-report/CHANGELOG.md b/packages/gas-report/CHANGELOG.md
index 320df8c4da..a0428e6e46 100644
--- a/packages/gas-report/CHANGELOG.md
+++ b/packages/gas-report/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log
+## 2.2.16
+
## 2.2.15
## 2.2.14
diff --git a/packages/gas-report/package.json b/packages/gas-report/package.json
index 285c1fb5e5..20860f6d52 100644
--- a/packages/gas-report/package.json
+++ b/packages/gas-report/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/gas-report",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
diff --git a/packages/paymaster/CHANGELOG.md b/packages/paymaster/CHANGELOG.md
index 17e1b17deb..7760fc1adb 100644
--- a/packages/paymaster/CHANGELOG.md
+++ b/packages/paymaster/CHANGELOG.md
@@ -1,5 +1,7 @@
# @latticexyz/paymaster
+## 2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/paymaster/package.json b/packages/paymaster/package.json
index b4bdad576f..94b5848920 100644
--- a/packages/paymaster/package.json
+++ b/packages/paymaster/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/paymaster",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Paymaster contracts",
"repository": {
"type": "git",
diff --git a/packages/protocol-parser/CHANGELOG.md b/packages/protocol-parser/CHANGELOG.md
index 7affe01d2f..45e9bd7194 100644
--- a/packages/protocol-parser/CHANGELOG.md
+++ b/packages/protocol-parser/CHANGELOG.md
@@ -1,5 +1,13 @@
# @latticexyz/protocol-parser
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/schema-type@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/protocol-parser/package.json b/packages/protocol-parser/package.json
index de3aa20c6a..58fd276015 100644
--- a/packages/protocol-parser/package.json
+++ b/packages/protocol-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/protocol-parser",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md
index 358050bfee..cb42d6c9b0 100644
--- a/packages/react/CHANGELOG.md
+++ b/packages/react/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/recs@2.2.16
+- @latticexyz/store@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/react/package.json b/packages/react/package.json
index 98ab5d1999..16b72f194a 100644
--- a/packages/react/package.json
+++ b/packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/react",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "React tools for MUD client.",
"repository": {
"type": "git",
diff --git a/packages/recs/CHANGELOG.md b/packages/recs/CHANGELOG.md
index c76a5a31ab..efce5802fa 100644
--- a/packages/recs/CHANGELOG.md
+++ b/packages/recs/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/utils@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/recs/package.json b/packages/recs/package.json
index b674e090bf..f0f054d4f6 100644
--- a/packages/recs/package.json
+++ b/packages/recs/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/recs",
- "version": "2.2.15",
+ "version": "2.2.16",
"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 509af757ba..37464097a4 100644
--- a/packages/schema-type/CHANGELOG.md
+++ b/packages/schema-type/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log
+## 2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/schema-type/package.json b/packages/schema-type/package.json
index 767d0fa93f..f2bd8b7456 100644
--- a/packages/schema-type/package.json
+++ b/packages/schema-type/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/schema-type",
- "version": "2.2.15",
+ "version": "2.2.16",
"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 f53999a0d9..63e46462ed 100644
--- a/packages/solhint-config-mud/CHANGELOG.md
+++ b/packages/solhint-config-mud/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log
+## 2.2.16
+
## 2.2.15
## 2.2.14
diff --git a/packages/solhint-config-mud/package.json b/packages/solhint-config-mud/package.json
index b3e875ef49..0260998766 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.2.15",
+ "version": "2.2.16",
"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 f53999a0d9..63e46462ed 100644
--- a/packages/solhint-plugin-mud/CHANGELOG.md
+++ b/packages/solhint-plugin-mud/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log
+## 2.2.16
+
## 2.2.15
## 2.2.14
diff --git a/packages/solhint-plugin-mud/package.json b/packages/solhint-plugin-mud/package.json
index 1326cd8039..a825721d57 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.2.15",
+ "version": "2.2.16",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
diff --git a/packages/stash/CHANGELOG.md b/packages/stash/CHANGELOG.md
index 55b2d5b69e..bb44f4efcd 100644
--- a/packages/stash/CHANGELOG.md
+++ b/packages/stash/CHANGELOG.md
@@ -1,5 +1,15 @@
# @latticexyz/stash
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/stash/package.json b/packages/stash/package.json
index de8916da9d..83da9b6888 100644
--- a/packages/stash/package.json
+++ b/packages/stash/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/stash",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "High performance client store and query engine for MUD",
"repository": {
"type": "git",
diff --git a/packages/store-consumer/CHANGELOG.md b/packages/store-consumer/CHANGELOG.md
index 8fbb308953..220c177ad1 100644
--- a/packages/store-consumer/CHANGELOG.md
+++ b/packages/store-consumer/CHANGELOG.md
@@ -1,5 +1,13 @@
# @latticexyz/store-consumer
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/store-consumer/package.json b/packages/store-consumer/package.json
index ef1d72b2fa..1341ab9daa 100644
--- a/packages/store-consumer/package.json
+++ b/packages/store-consumer/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/store-consumer",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Store Consumer Contracts",
"repository": {
"type": "git",
diff --git a/packages/store-indexer/CHANGELOG.md b/packages/store-indexer/CHANGELOG.md
index d30553a2f9..d3a4b8ed6e 100644
--- a/packages/store-indexer/CHANGELOG.md
+++ b/packages/store-indexer/CHANGELOG.md
@@ -1,5 +1,15 @@
# @latticexyz/store-indexer
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/block-logs-stream@2.2.16
+- @latticexyz/common@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/store-sync@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/store-indexer/package.json b/packages/store-indexer/package.json
index 434bfd875a..bbbaeeb1af 100644
--- a/packages/store-indexer/package.json
+++ b/packages/store-indexer/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/store-indexer",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Minimal Typescript indexer for Store",
"repository": {
"type": "git",
diff --git a/packages/store-sync/CHANGELOG.md b/packages/store-sync/CHANGELOG.md
index e0c5c6f587..881b745b54 100644
--- a/packages/store-sync/CHANGELOG.md
+++ b/packages/store-sync/CHANGELOG.md
@@ -1,5 +1,19 @@
# @latticexyz/store-sync
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/block-logs-stream@2.2.16
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/recs@2.2.16
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/stash@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/store-sync/package.json b/packages/store-sync/package.json
index 28c61dc7ca..a0649e4791 100644
--- a/packages/store-sync/package.json
+++ b/packages/store-sync/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/store-sync",
- "version": "2.2.15",
+ "version": "2.2.16",
"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 fc2f8a4432..8d9eb3b4b9 100644
--- a/packages/store/CHANGELOG.md
+++ b/packages/store/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/schema-type@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/store/package.json b/packages/store/package.json
index 6dde1298c5..d6bad80fb9 100644
--- a/packages/store/package.json
+++ b/packages/store/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/store",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "Store",
"repository": {
"type": "git",
diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md
index 37eff93705..11f63005e6 100644
--- a/packages/utils/CHANGELOG.md
+++ b/packages/utils/CHANGELOG.md
@@ -1,5 +1,7 @@
# Change Log
+## 2.2.16
+
## 2.2.15
## 2.2.14
diff --git a/packages/utils/package.json b/packages/utils/package.json
index 8944852c75..525370cc1b 100644
--- a/packages/utils/package.json
+++ b/packages/utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/utils",
- "version": "2.2.15",
+ "version": "2.2.16",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
diff --git a/packages/vite-plugin-mud/CHANGELOG.md b/packages/vite-plugin-mud/CHANGELOG.md
index f505d847e4..c83d325ee5 100644
--- a/packages/vite-plugin-mud/CHANGELOG.md
+++ b/packages/vite-plugin-mud/CHANGELOG.md
@@ -1,5 +1,7 @@
# vite-plugin-mud
+## 2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/vite-plugin-mud/package.json b/packages/vite-plugin-mud/package.json
index ca044096df..a5e3c48557 100644
--- a/packages/vite-plugin-mud/package.json
+++ b/packages/vite-plugin-mud/package.json
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-mud",
- "version": "2.2.15",
+ "version": "2.2.16",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
diff --git a/packages/world-module-erc20/CHANGELOG.md b/packages/world-module-erc20/CHANGELOG.md
index e0d97950a8..31fb9fb865 100644
--- a/packages/world-module-erc20/CHANGELOG.md
+++ b/packages/world-module-erc20/CHANGELOG.md
@@ -1,5 +1,14 @@
# @latticexyz/world-module-erc20
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/store-consumer@2.2.16
+- @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/world-module-erc20/package.json b/packages/world-module-erc20/package.json
index 5395256ff9..f06a427acc 100644
--- a/packages/world-module-erc20/package.json
+++ b/packages/world-module-erc20/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/world-module-erc20",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "ERC20 world module",
"repository": {
"type": "git",
diff --git a/packages/world-module-metadata/CHANGELOG.md b/packages/world-module-metadata/CHANGELOG.md
index 12acb1e630..1fa4dfd2d8 100644
--- a/packages/world-module-metadata/CHANGELOG.md
+++ b/packages/world-module-metadata/CHANGELOG.md
@@ -1,5 +1,13 @@
# @latticexyz/world-module-metadata
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/world-module-metadata/package.json b/packages/world-module-metadata/package.json
index 43f6b80751..48c3e41151 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.2.15",
+ "version": "2.2.16",
"description": "Metadata world module",
"repository": {
"type": "git",
diff --git a/packages/world-modules/CHANGELOG.md b/packages/world-modules/CHANGELOG.md
index ab12ca9dfe..578e8d3693 100644
--- a/packages/world-modules/CHANGELOG.md
+++ b/packages/world-modules/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+- @latticexyz/world@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/world-modules/package.json b/packages/world-modules/package.json
index c76663e17b..70aa46d6d5 100644
--- a/packages/world-modules/package.json
+++ b/packages/world-modules/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/world-modules",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "World modules",
"repository": {
"type": "git",
diff --git a/packages/world/CHANGELOG.md b/packages/world/CHANGELOG.md
index 17df642e38..1f04a5aeb2 100644
--- a/packages/world/CHANGELOG.md
+++ b/packages/world/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+## 2.2.16
+
+### Patch Changes
+
+- @latticexyz/block-logs-stream@2.2.16
+- @latticexyz/common@2.2.16
+- @latticexyz/config@2.2.16
+- @latticexyz/protocol-parser@2.2.16
+- @latticexyz/schema-type@2.2.16
+- @latticexyz/store@2.2.16
+
## 2.2.15
### Patch Changes
diff --git a/packages/world/package.json b/packages/world/package.json
index fef0416022..b12b9f4ee7 100644
--- a/packages/world/package.json
+++ b/packages/world/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/world",
- "version": "2.2.15",
+ "version": "2.2.16",
"description": "World framework",
"repository": {
"type": "git",