Skip to content

Commit 04f52f1

Browse files
chore: release v2.2.24
1 parent 1f509ee commit 04f52f1

Some content is hidden

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

68 files changed

+349
-46
lines changed

.changeset/poor-pianos-retire.md

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

.changeset/stupid-cameras-greet.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: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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): preserve sql query formatting (#3810)](https://github.com/latticexyz/mud/commit/1f509ee224cadd4254e7bbb7a268b519f65e4495)** (@latticexyz/explorer)
12+
13+
Formatting is now preserved when re-running SQL queries.
14+
15+
**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer)
16+
17+
Caching is now disabled for API routes.
18+
19+
---
20+
121
## Version 2.2.23
222

323
Release date: Mon Aug 25 2025

docs/data/changelog.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11
[
2+
{
3+
"version": "2.2.24",
4+
"date": "2025-08-29T13:31:24.286Z",
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": "[email protected]",
19+
"title": "fix(explorer): validate sql queries (#3793)"
20+
},
21+
{
22+
"packages": [
23+
{
24+
"package": "@latticexyz/explorer",
25+
"type": "patch"
26+
}
27+
],
28+
"description": "\nFormatting is now preserved when re-running SQL queries.",
29+
"type": 0,
30+
"commitHash": "1f509ee224cadd4254e7bbb7a268b519f65e4495",
31+
"authorName": "Karolis Ramanauskas",
32+
"authorEmail": "[email protected]",
33+
"title": "fix(explorer): preserve sql query formatting (#3810)"
34+
},
35+
{
36+
"packages": [
37+
{
38+
"package": "@latticexyz/explorer",
39+
"type": "patch"
40+
}
41+
],
42+
"description": "\nCaching is now disabled for API routes.",
43+
"type": 0,
44+
"commitHash": "bd97268cd2037f6372211e05367605636b1ee78e",
45+
"authorName": "Karolis Ramanauskas",
46+
"authorEmail": "[email protected]",
47+
"title": "fix(explorer): disable caching for API routes (#3807)"
48+
}
49+
],
50+
"minor": [],
51+
"major": []
52+
}
53+
},
254
{
355
"version": "2.2.23",
456
"date": "2025-08-25T02:48:07.555Z",

docs/pages/changelog.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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): preserve sql query formatting (#3810)](https://github.com/latticexyz/mud/commit/1f509ee224cadd4254e7bbb7a268b519f65e4495)** (@latticexyz/explorer)
12+
13+
Formatting is now preserved when re-running SQL queries.
14+
15+
**[fix(explorer): disable caching for API routes (#3807)](https://github.com/latticexyz/mud/commit/bd97268cd2037f6372211e05367605636b1ee78e)** (@latticexyz/explorer)
16+
17+
Caching is now disabled for API routes.
18+
19+
---
20+
121
## Version 2.2.23
222

323
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",

0 commit comments

Comments
 (0)