Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/poor-pianos-retire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-cameras-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-carpets-cheer.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-melons-relate.md

This file was deleted.

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Version 2.2.24

Release date: Tue Sep 30 2025

### Patch changes

**[fix(explorer): validate sql queries (#3793)](https://github.com/latticexyz/mud/commit/6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2)** (@latticexyz/explorer)

SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.

**[fix(explorer): preserve sql query formatting (#3810)](https://github.com/latticexyz/mud/commit/1f509ee224cadd4254e7bbb7a268b519f65e4495)** (@latticexyz/explorer)

Formatting is now preserved when re-running SQL queries.

**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer)

Caching is now disabled for API routes.

**[feat(cli): save deployed contracts info (#3816)](https://github.com/latticexyz/mud/commit/0e49b51ba934438e49c7f098e78d6e3ddf7567fb)** (@latticexyz/cli, @latticexyz/common)

The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address.

The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file.

---

## Version 2.2.23

Release date: Mon Aug 25 2025
Expand Down
70 changes: 70 additions & 0 deletions docs/data/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,74 @@
[
{
"version": "2.2.24",
"date": "2025-09-30T20:36:36.861Z",
"changes": {
"patch": [
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nSQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.",
"type": 0,
"commitHash": "6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2",
"authorName": "Karolis Ramanauskas",
"authorEmail": "hello@karolisram.com",
"title": "fix(explorer): validate sql queries (#3793)"
},
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nFormatting is now preserved when re-running SQL queries.",
"type": 0,
"commitHash": "1f509ee224cadd4254e7bbb7a268b519f65e4495",
"authorName": "Karolis Ramanauskas",
"authorEmail": "hello@karolisram.com",
"title": "fix(explorer): preserve sql query formatting (#3810)"
},
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nCaching is now disabled for API routes.",
"type": 0,
"commitHash": "bd97268cd2037f6372211e05367605636b1ee78e",
"authorName": "Karolis Ramanauskas",
"authorEmail": "hello@karolisram.com",
"title": "fix(explorer): disable caching for API routes (#3807)"
},
{
"packages": [
{
"package": "@latticexyz/cli",
"type": "patch"
},
{
"package": "@latticexyz/common",
"type": "patch"
}
],
"description": "\nThe `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address.\n\nThe `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file.",
"type": 0,
"commitHash": "0e49b51ba934438e49c7f098e78d6e3ddf7567fb",
"authorName": "Dhvani Patel",
"authorEmail": "dhvani.patel@uwaterloo.ca",
"title": "feat(cli): save deployed contracts info (#3816)"
}
],
"minor": [],
"major": []
}
},
{
"version": "2.2.23",
"date": "2025-08-25T02:48:07.555Z",
Expand Down
26 changes: 26 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Version 2.2.24

Release date: Tue Sep 30 2025

### Patch changes

**[fix(explorer): validate sql queries (#3793)](https://github.com/latticexyz/mud/commit/6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2)** (@latticexyz/explorer)

SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.

**[fix(explorer): preserve sql query formatting (#3810)](https://github.com/latticexyz/mud/commit/1f509ee224cadd4254e7bbb7a268b519f65e4495)** (@latticexyz/explorer)

Formatting is now preserved when re-running SQL queries.

**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer)

Caching is now disabled for API routes.

**[feat(cli): save deployed contracts info (#3816)](https://github.com/latticexyz/mud/commit/0e49b51ba934438e49c7f098e78d6e3ddf7567fb)** (@latticexyz/cli, @latticexyz/common)

The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address.

The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file.

---

## Version 2.2.23

Release date: Mon Aug 25 2025
Expand Down
2 changes: 2 additions & 0 deletions packages/abi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/abi-ts

## 2.2.24

## 2.2.23

## 2.2.22
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/abi-ts",
"version": "2.2.23",
"version": "2.2.24",
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/block-logs-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latticexyz/block-logs-stream

## 2.2.24

### Patch Changes

- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-logs-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/block-logs-stream",
"version": "2.2.23",
"version": "2.2.24",
"description": "Create a stream of EVM block logs for events",
"repository": {
"type": "git",
Expand Down
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Change Log

## 2.2.24

### Patch Changes

- 0e49b51: The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address.

The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file.

- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24
- @latticexyz/block-logs-stream@2.2.24
- @latticexyz/config@2.2.24
- @latticexyz/protocol-parser@2.2.24
- @latticexyz/store@2.2.24
- @latticexyz/store-sync@2.2.24
- @latticexyz/world@2.2.24
- @latticexyz/world-module-callwithsignature@2.2.24
- @latticexyz/world-module-metadata@2.2.24
- @latticexyz/abi-ts@2.2.24
- @latticexyz/gas-report@2.2.24
- @latticexyz/schema-type@2.2.24
- @latticexyz/utils@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
"version": "2.2.23",
"version": "2.2.24",
"description": "Command line interface for mud",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 2.2.24

### Patch Changes

- 0e49b51: The `mud deploy` command now includes the addresses of all deployed contracts and libraries in the deployment file. Previously, it only included the world address.

The `mud test` command now includes an optional 'saveDeployment' flag to enable the deployment info from the test run to be saved to a file.

- @latticexyz/schema-type@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/common",
"version": "2.2.23",
"version": "2.2.24",
"description": "Common low level logic shared between packages",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.2.24

### Patch Changes

- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24
- @latticexyz/schema-type@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/config",
"version": "2.2.23",
"version": "2.2.24",
"description": "Config for Store and World",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-mud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mud",
"version": "2.2.23",
"version": "2.2.24",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <mud@lattice.xyz>",
Expand Down
14 changes: 14 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @latticexyz/dev-tools

## 2.2.24

### Patch Changes

- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24
- @latticexyz/store@2.2.24
- @latticexyz/store-sync@2.2.24
- @latticexyz/world@2.2.24
- @latticexyz/react@2.2.24
- @latticexyz/recs@2.2.24
- @latticexyz/schema-type@2.2.24
- @latticexyz/utils@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/dev-tools",
"version": "2.2.23",
"version": "2.2.24",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/entrykit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @latticexyz/entrykit

## 2.2.24

### Patch Changes

- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24
- @latticexyz/config@2.2.24
- @latticexyz/protocol-parser@2.2.24
- @latticexyz/store@2.2.24
- @latticexyz/world@2.2.24
- @latticexyz/world-module-callwithsignature@2.2.24
- @latticexyz/id.place@2.2.24
- @latticexyz/paymaster@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/entrykit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/entrykit",
"version": "2.2.23",
"version": "2.2.24",
"description": "User onboarding flows for MUD apps",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @latticexyz/explorer

## 2.2.24

### Patch Changes

- 6031ec8: SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.
- 1f509ee: Formatting is now preserved when re-running SQL queries.
- bd97268: Caching is now disabled for API routes.
- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24
- @latticexyz/block-logs-stream@2.2.24
- @latticexyz/config@2.2.24
- @latticexyz/protocol-parser@2.2.24
- @latticexyz/store@2.2.24
- @latticexyz/store-indexer@2.2.24
- @latticexyz/store-sync@2.2.24
- @latticexyz/world@2.2.24
- @latticexyz/schema-type@2.2.24

## 2.2.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/explorer",
"version": "2.2.23",
"version": "2.2.24",
"description": "World Explorer is a tool for visually exploring and manipulating the state of worlds",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latticexyz/faucet

## 2.2.24

### Patch Changes

- Updated dependencies [0e49b51]
- @latticexyz/common@2.2.24

## 2.2.23

### Patch Changes
Expand Down
Loading