Skip to content

Commit 1c8b7f2

Browse files
chore: release v2.2.19 (#3580)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 900ac35 commit 1c8b7f2

Some content is hidden

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

64 files changed

+298
-35
lines changed

.changeset/clean-mugs-admire.md

-5
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Version 2.2.19
2+
3+
Release date: Thu Feb 06 2025
4+
5+
### Patch changes
6+
7+
**[fix(entrykit): improve fee handling (#3577)](https://github.com/latticexyz/mud/commit/900ac35deebfa260bafb1697d15e95eef855cd69)** (@latticexyz/entrykit)
8+
9+
Improved fee handling for known chains.
10+
11+
---
12+
113
## Version 2.2.18
214

315
Release date: Wed Feb 05 2025

docs/data/changelog.json

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
[
2+
{
3+
"version": "2.2.19",
4+
"date": "2025-02-06T11:26:05.805Z",
5+
"changes": {
6+
"patch": [
7+
{
8+
"packages": [
9+
{
10+
"package": "@latticexyz/entrykit",
11+
"type": "patch"
12+
}
13+
],
14+
"description": "\nImproved fee handling for known chains.",
15+
"type": 0,
16+
"commitHash": "900ac35deebfa260bafb1697d15e95eef855cd69",
17+
"authorName": "Kevin Ingersoll",
18+
"authorEmail": "kingersoll@gmail.com",
19+
"title": "fix(entrykit): improve fee handling (#3577)"
20+
}
21+
],
22+
"minor": [],
23+
"major": []
24+
}
25+
},
226
{
327
"version": "2.2.18",
428
"date": "2025-02-05T23:28:20.207Z",

docs/pages/changelog.mdx

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Version 2.2.19
2+
3+
Release date: Thu Feb 06 2025
4+
5+
### Patch changes
6+
7+
**[fix(entrykit): improve fee handling (#3577)](https://github.com/latticexyz/mud/commit/900ac35deebfa260bafb1697d15e95eef855cd69)** (@latticexyz/entrykit)
8+
9+
Improved fee handling for known chains.
10+
11+
---
12+
113
## Version 2.2.18
214

315
Release date: Wed Feb 05 2025

packages/abi-ts/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @latticexyz/abi-ts
22

3+
## 2.2.19
4+
35
## 2.2.18
46

57
## 2.2.17

packages/abi-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/abi-ts",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @latticexyz/block-logs-stream
22

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

511
### Patch Changes

packages/block-logs-stream/package.json

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

packages/cli/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

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

523
### Patch Changes

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/cli",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Command line interface for mud",
55
"repository": {
66
"type": "git",

packages/common/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/schema-type@2.2.19
8+
39
## 2.2.18
410

511
### Patch Changes

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/common",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Common low level logic shared between packages",
55
"repository": {
66
"type": "git",

packages/config/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/common@2.2.19
8+
- @latticexyz/schema-type@2.2.19
9+
310
## 2.2.18
411

512
### Patch Changes

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/config",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Config for Store and World",
55
"repository": {
66
"type": "git",

packages/create-mud/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 2.2.19
4+
35
## 2.2.18
46

57
### Patch Changes

packages/create-mud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-mud",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Create a new MUD project",
55
"license": "MIT",
66
"author": "Lattice <mud@lattice.xyz>",

packages/dev-tools/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @latticexyz/dev-tools
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/common@2.2.19
8+
- @latticexyz/react@2.2.19
9+
- @latticexyz/recs@2.2.19
10+
- @latticexyz/schema-type@2.2.19
11+
- @latticexyz/store@2.2.19
12+
- @latticexyz/store-sync@2.2.19
13+
- @latticexyz/utils@2.2.19
14+
- @latticexyz/world@2.2.19
15+
316
## 2.2.18
417

518
### Patch Changes

packages/dev-tools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/dev-tools",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "MUD developer tools",
55
"repository": {
66
"type": "git",

packages/entrykit/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @latticexyz/entrykit
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- 900ac35: Improved fee handling for known chains.
8+
- @latticexyz/common@2.2.19
9+
- @latticexyz/config@2.2.19
10+
- @latticexyz/paymaster@2.2.19
11+
- @latticexyz/protocol-parser@2.2.19
12+
- @latticexyz/store@2.2.19
13+
- @latticexyz/world@2.2.19
14+
- @latticexyz/world-module-callwithsignature@2.2.19
15+
316
## 2.2.18
417

518
### Patch Changes

packages/entrykit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/entrykit",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "User onboarding flows for MUD apps",
55
"repository": {
66
"type": "git",

packages/explorer/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @latticexyz/explorer
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/block-logs-stream@2.2.19
8+
- @latticexyz/common@2.2.19
9+
- @latticexyz/config@2.2.19
10+
- @latticexyz/protocol-parser@2.2.19
11+
- @latticexyz/schema-type@2.2.19
12+
- @latticexyz/store@2.2.19
13+
- @latticexyz/store-indexer@2.2.19
14+
- @latticexyz/store-sync@2.2.19
15+
- @latticexyz/world@2.2.19
16+
317
## 2.2.18
418

519
### Patch Changes

packages/explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/explorer",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "World Explorer is a tool for visually exploring and manipulating the state of worlds",
55
"type": "module",
66
"exports": {

packages/faucet/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @latticexyz/faucet
22

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

511
### Patch Changes

packages/faucet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/faucet",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Faucet API for Lattice testnet",
55
"repository": {
66
"type": "git",

packages/gas-report/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 2.2.19
4+
35
## 2.2.18
46

57
## 2.2.17

packages/gas-report/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/gas-report",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Gas reporter for specific lines within forge tests",
55
"repository": {
66
"type": "git",

packages/paymaster/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @latticexyz/paymaster
22

3+
## 2.2.19
4+
35
## 2.2.18
46

57
## 2.2.17

packages/paymaster/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/paymaster",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Paymaster contracts",
55
"repository": {
66
"type": "git",

packages/protocol-parser/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @latticexyz/protocol-parser
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/common@2.2.19
8+
- @latticexyz/config@2.2.19
9+
- @latticexyz/schema-type@2.2.19
10+
311
## 2.2.18
412

513
### Patch Changes

packages/protocol-parser/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/protocol-parser",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "Parser utilities for the MUD protocol",
55
"repository": {
66
"type": "git",

packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/recs@2.2.19
8+
- @latticexyz/store@2.2.19
9+
310
## 2.2.18
411

512
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/react",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"description": "React tools for MUD client.",
55
"repository": {
66
"type": "git",

packages/recs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 2.2.19
4+
5+
### Patch Changes
6+
7+
- @latticexyz/schema-type@2.2.19
8+
- @latticexyz/utils@2.2.19
9+
310
## 2.2.18
411

512
### Patch Changes

packages/recs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/recs",
3-
"version": "2.2.18",
3+
"version": "2.2.19",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/latticexyz/mud.git",

packages/schema-type/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## 2.2.19
4+
35
## 2.2.18
46

57
## 2.2.17

0 commit comments

Comments
 (0)