Skip to content

Commit cb64d91

Browse files
chore: release v2.2.24
1 parent bd97268 commit cb64d91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+326
-41
lines changed

.changeset/poor-pianos-retire.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-carpets-cheer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Version 2.2.24
2+
3+
Release date: Fri Aug 29 2025
4+
5+
### Patch changes
6+
7+
**[fix(explorer): validate sql queries (#3793)](https://github.com/latticexyz/mud/commit/6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2)** (@latticexyz/explorer)
8+
9+
SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.
10+
11+
**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer)
12+
13+
Caching is now disabled for API routes.
14+
15+
---
16+
117
## Version 2.2.23
218

319
Release date: Mon Aug 25 2025

docs/data/changelog.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
11
[
2+
{
3+
"version": "2.2.24",
4+
"date": "2025-08-29T13:14:15.644Z",
5+
"changes": {
6+
"patch": [
7+
{
8+
"packages": [
9+
{
10+
"package": "@latticexyz/explorer",
11+
"type": "patch"
12+
}
13+
],
14+
"description": "\nSQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.",
15+
"type": 0,
16+
"commitHash": "6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2",
17+
"authorName": "Karolis Ramanauskas",
18+
"authorEmail": "hello@karolisram.com",
19+
"title": "fix(explorer): validate sql queries (#3793)"
20+
},
21+
{
22+
"packages": [
23+
{
24+
"package": "@latticexyz/explorer",
25+
"type": "patch"
26+
}
27+
],
28+
"description": "\nCaching is now disabled for API routes.",
29+
"type": 0,
30+
"commitHash": "bd97268cd2037f6372211e05367605636b1ee78e",
31+
"authorName": "Karolis Ramanauskas",
32+
"authorEmail": "hello@karolisram.com",
33+
"title": "fix(explorer): disable caching for API routes (#3807)"
34+
}
35+
],
36+
"minor": [],
37+
"major": []
38+
}
39+
},
240
{
341
"version": "2.2.23",
442
"date": "2025-08-25T02:48:07.555Z",

docs/pages/changelog.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Version 2.2.24
2+
3+
Release date: Fri Aug 29 2025
4+
5+
### Patch changes
6+
7+
**[fix(explorer): validate sql queries (#3793)](https://github.com/latticexyz/mud/commit/6031ec8e7f3b47a789c4c31750f9cfe8c2ccfdf2)** (@latticexyz/explorer)
8+
9+
SQL queries in the tables viewer are now validated before execution, with errors highlighted and described directly in the editor.
10+
11+
**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer)
12+
13+
Caching is now disabled for API routes.
14+
15+
---
16+
117
## Version 2.2.23
218

319
Release date: Mon Aug 25 2025

packages/abi-ts/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @latticexyz/abi-ts
22

3+
## 2.2.24
4+
35
## 2.2.23
46

57
## 2.2.22

packages/abi-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/abi-ts",
3-
"version": "2.2.23",
3+
"version": "2.2.24",
44
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
55
"repository": {
66
"type": "git",

packages/block-logs-stream/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @latticexyz/block-logs-stream
22

3+
## 2.2.24
4+
5+
### Patch Changes
6+
7+
- @latticexyz/common@2.2.24
8+
39
## 2.2.23
410

511
### Patch Changes

packages/block-logs-stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/block-logs-stream",
3-
"version": "2.2.23",
3+
"version": "2.2.24",
44
"description": "Create a stream of EVM block logs for events",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 2.2.24
4+
5+
### Patch Changes
6+
7+
- @latticexyz/abi-ts@2.2.24
8+
- @latticexyz/block-logs-stream@2.2.24
9+
- @latticexyz/common@2.2.24
10+
- @latticexyz/config@2.2.24
11+
- @latticexyz/gas-report@2.2.24
12+
- @latticexyz/protocol-parser@2.2.24
13+
- @latticexyz/schema-type@2.2.24
14+
- @latticexyz/store@2.2.24
15+
- @latticexyz/store-sync@2.2.24
16+
- @latticexyz/utils@2.2.24
17+
- @latticexyz/world@2.2.24
18+
- @latticexyz/world-module-callwithsignature@2.2.24
19+
- @latticexyz/world-module-metadata@2.2.24
20+
321
## 2.2.23
422

523
### Patch Changes

0 commit comments

Comments
 (0)