Skip to content

chore: release v2.2.23 #3775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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/curly-frogs-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-pets-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-rules-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-suits-jog.md

This file was deleted.

24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Version 2.2.23

Release date: Fri Jun 27 2025

### Patch changes

**[feat(explorer): show explored world title (#3751)](https://github.com/latticexyz/mud/commit/9c9d8eab9fea5aeaf8f3ed8b2f13bd35add462b9)** (@latticexyz/explorer)

Address and name of verified worlds are now shown in the navigation tab.

**[feat(store-sync): include registered system functions in ABI (#3776)](https://github.com/latticexyz/mud/commit/a7ce36bd855c91c1a0e7a515c6ed7422ef59973d)** (@latticexyz/store-sync)

`getSystemAbis` will now include the ABIs of registered functions.

**[feat(explorer): abi search and filter (#3773)](https://github.com/latticexyz/mud/commit/e1c2958b99c9fe4c7189ab24938e0978ff85a75f)** (@latticexyz/explorer)

ABI in the "Decode" page can now be searched and filtered.

**[fix(explorer): encode big integer arguments (#3777)](https://github.com/latticexyz/mud/commit/c9a7e15b89f6e4486abcb46c3a75c213741816a4)** (@latticexyz/explorer)

Big integer values are now encoded correctly when calling functions from "Interact" page.

---

## Version 2.2.22

Release date: Thu Jun 26 2025
Expand Down
66 changes: 66 additions & 0 deletions docs/data/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,70 @@
[
{
"version": "2.2.23",
"date": "2025-06-27T19:36:58.933Z",
"changes": {
"patch": [
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nAddress and name of verified worlds are now shown in the navigation tab.",
"type": 0,
"commitHash": "9c9d8eab9fea5aeaf8f3ed8b2f13bd35add462b9",
"authorName": "Karolis Ramanauskas",
"authorEmail": "[email protected]",
"title": "feat(explorer): show explored world title (#3751)"
},
{
"packages": [
{
"package": "@latticexyz/store-sync",
"type": "patch"
}
],
"description": "\n`getSystemAbis` will now include the ABIs of registered functions.",
"type": 0,
"commitHash": "a7ce36bd855c91c1a0e7a515c6ed7422ef59973d",
"authorName": "Kevin Ingersoll",
"authorEmail": "[email protected]",
"title": "feat(store-sync): include registered system functions in ABI (#3776)"
},
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nABI in the \"Decode\" page can now be searched and filtered.",
"type": 0,
"commitHash": "e1c2958b99c9fe4c7189ab24938e0978ff85a75f",
"authorName": "Karolis Ramanauskas",
"authorEmail": "[email protected]",
"title": "feat(explorer): abi search and filter (#3773)"
},
{
"packages": [
{
"package": "@latticexyz/explorer",
"type": "patch"
}
],
"description": "\nBig integer values are now encoded correctly when calling functions from \"Interact\" page.",
"type": 0,
"commitHash": "c9a7e15b89f6e4486abcb46c3a75c213741816a4",
"authorName": "Karolis Ramanauskas",
"authorEmail": "[email protected]",
"title": "fix(explorer): encode big integer arguments (#3777)"
}
],
"minor": [],
"major": []
}
},
{
"version": "2.2.22",
"date": "2025-06-26T17:30:23.341Z",
Expand Down
24 changes: 24 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## Version 2.2.23

Release date: Fri Jun 27 2025

### Patch changes

**[feat(explorer): show explored world title (#3751)](https://github.com/latticexyz/mud/commit/9c9d8eab9fea5aeaf8f3ed8b2f13bd35add462b9)** (@latticexyz/explorer)

Address and name of verified worlds are now shown in the navigation tab.

**[feat(store-sync): include registered system functions in ABI (#3776)](https://github.com/latticexyz/mud/commit/a7ce36bd855c91c1a0e7a515c6ed7422ef59973d)** (@latticexyz/store-sync)

`getSystemAbis` will now include the ABIs of registered functions.

**[feat(explorer): abi search and filter (#3773)](https://github.com/latticexyz/mud/commit/e1c2958b99c9fe4c7189ab24938e0978ff85a75f)** (@latticexyz/explorer)

ABI in the "Decode" page can now be searched and filtered.

**[fix(explorer): encode big integer arguments (#3777)](https://github.com/latticexyz/mud/commit/c9a7e15b89f6e4486abcb46c3a75c213741816a4)** (@latticexyz/explorer)

Big integer values are now encoded correctly when calling functions from "Interact" page.

---

## Version 2.2.22

Release date: Thu Jun 26 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.23

## 2.2.22

## 2.2.21
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.22",
"version": "2.2.23",
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/block-logs-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latticexyz/block-logs-stream

## 2.2.23

### Patch Changes

- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"description": "Create a stream of EVM block logs for events",
"repository": {
"type": "git",
Expand Down
19 changes: 19 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Change Log

## 2.2.23

### Patch Changes

- Updated dependencies [a7ce36b]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"description": "Command line interface for mud",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.2.23

### Patch Changes

- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"description": "Common low level logic shared between packages",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.23

### Patch Changes

- @latticexyz/[email protected]
- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"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.23

## 2.2.22

### 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.22",
"version": "2.2.23",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <[email protected]>",
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.23

### Patch Changes

- Updated dependencies [a7ce36b]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/entrykit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @latticexyz/entrykit

## 2.2.23

### Patch Changes

- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"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.23

### Patch Changes

- 9c9d8ea: Address and name of verified worlds are now shown in the navigation tab.
- e1c2958: ABI in the "Decode" page can now be searched and filtered.
- c9a7e15: Big integer values are now encoded correctly when calling functions from "Interact" page.
- Updated dependencies [a7ce36b]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]
- @latticexyz/[email protected]

## 2.2.22

### 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.22",
"version": "2.2.23",
"description": "World Explorer is a tool for visually exploring and manipulating the state of worlds",
"type": "module",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @latticexyz/faucet

## 2.2.23

### Patch Changes

- @latticexyz/[email protected]

## 2.2.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/faucet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/faucet",
"version": "2.2.22",
"version": "2.2.23",
"description": "Faucet API for Lattice testnet",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/gas-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.2.23

## 2.2.22

## 2.2.21
Expand Down
2 changes: 1 addition & 1 deletion packages/gas-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/gas-report",
"version": "2.2.22",
"version": "2.2.23",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
Expand Down
Loading