Skip to content

Commit

Permalink
Version Packages (#3233)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2024
1 parent af26487 commit 798192d
Show file tree
Hide file tree
Showing 58 changed files with 294 additions and 56 deletions.
6 changes: 0 additions & 6 deletions .changeset/heavy-donkeys-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-windows-brake.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/silver-clouds-report.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/spicy-mails-crash.md

This file was deleted.

34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## Version 2.2.10

Release date: Thu Sep 26 2024

### Patch changes

**[fix(world): resolve system namespace label (#3232)](https://github.com/latticexyz/mud/commit/9d7fc8588ef045280b544d2aace0d53a4324c71a)** (@latticexyz/world)

The `namespace` field in a multi-namespace config is now correctly resolved for systems.
This fixes a bug with root systems in a multi-namespace project.

**[fix(explorer): construct sqlite table names (#3234)](https://github.com/latticexyz/mud/commit/e39afda94e23cf11ade7bdc46c7ae6510ddc5e26)** (@latticexyz/explorer)

Fixed table name construction in the explorer query for root tables for SQLite.

**[fix(explorer): various fixes (#3235)](https://github.com/latticexyz/mud/commit/8858e52210693679e7626e25ee4dd9bcf30d7ae8)** (@latticexyz/explorer)

- Tables can be searched by specific values.
- Improved handling of dynamic SQL queries.
- The "Connect" modal is triggered during a write action if the wallet is not connected.
- Toast messages are now dismissible.

**[fix(create-mud): upgrade mprocs (#3236)](https://github.com/latticexyz/mud/commit/af26487ed896a2734f50b16a54d585631b13110d)** (create-mud)

Upgraded mprocs to fix issues with it not running when started via npm script.

You can do the same in an existing MUD project with:

```
pnpm recursive up mprocs@latest
```

---

## Version 2.2.9

Release date: Wed Sep 25 2024
Expand Down
34 changes: 34 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## Version 2.2.10

Release date: Thu Sep 26 2024

### Patch changes

**[fix(world): resolve system namespace label (#3232)](https://github.com/latticexyz/mud/commit/9d7fc8588ef045280b544d2aace0d53a4324c71a)** (@latticexyz/world)

The `namespace` field in a multi-namespace config is now correctly resolved for systems.
This fixes a bug with root systems in a multi-namespace project.

**[fix(explorer): construct sqlite table names (#3234)](https://github.com/latticexyz/mud/commit/e39afda94e23cf11ade7bdc46c7ae6510ddc5e26)** (@latticexyz/explorer)

Fixed table name construction in the explorer query for root tables for SQLite.

**[fix(explorer): various fixes (#3235)](https://github.com/latticexyz/mud/commit/8858e52210693679e7626e25ee4dd9bcf30d7ae8)** (@latticexyz/explorer)

- Tables can be searched by specific values.
- Improved handling of dynamic SQL queries.
- The "Connect" modal is triggered during a write action if the wallet is not connected.
- Toast messages are now dismissible.

**[fix(create-mud): upgrade mprocs (#3236)](https://github.com/latticexyz/mud/commit/af26487ed896a2734f50b16a54d585631b13110d)** (create-mud)

Upgraded mprocs to fix issues with it not running when started via npm script.

You can do the same in an existing MUD project with:

```
pnpm recursive up mprocs@latest
```

---

## Version 2.2.9

Release date: Wed Sep 25 2024
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.10

## 2.2.9

## 2.2.8
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.9",
"version": "2.2.10",
"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.10

### Patch Changes

- @latticexyz/common@2.2.10

## 2.2.9

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

## 2.2.10

### Patch Changes

- Updated dependencies [9d7fc85]
- @latticexyz/world@2.2.10
- @latticexyz/world-module-metadata@2.2.10
- @latticexyz/abi-ts@2.2.10
- @latticexyz/block-logs-stream@2.2.10
- @latticexyz/common@2.2.10
- @latticexyz/config@2.2.10
- @latticexyz/gas-report@2.2.10
- @latticexyz/protocol-parser@2.2.10
- @latticexyz/schema-type@2.2.10
- @latticexyz/store@2.2.10
- @latticexyz/utils@2.2.10

## 2.2.9

### 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.9",
"version": "2.2.10",
"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.10

### Patch Changes

- @latticexyz/schema-type@2.2.10

## 2.2.9

### 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.9",
"version": "2.2.10",
"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.10

### Patch Changes

- @latticexyz/common@2.2.10
- @latticexyz/schema-type@2.2.10

## 2.2.9

### 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.9",
"version": "2.2.10",
"description": "Config for Store and World",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/create-mud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 2.2.10

### Patch Changes

- af26487: Upgraded mprocs to fix issues with it not running when started via npm script.

You can do the same in an existing MUD project with:

```
pnpm recursive up mprocs@latest
```

## 2.2.9

### 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.9",
"version": "2.2.10",
"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.10

### Patch Changes

- Updated dependencies [9d7fc85]
- @latticexyz/world@2.2.10
- @latticexyz/store-sync@2.2.10
- @latticexyz/common@2.2.10
- @latticexyz/react@2.2.10
- @latticexyz/recs@2.2.10
- @latticexyz/schema-type@2.2.10
- @latticexyz/store@2.2.10
- @latticexyz/utils@2.2.10

## 2.2.9

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

## 2.2.10

### Patch Changes

- e39afda: Fixed table name construction in the explorer query for root tables for SQLite.
- 8858e52: - Tables can be searched by specific values.
- Improved handling of dynamic SQL queries.
- The "Connect" modal is triggered during a write action if the wallet is not connected.
- Toast messages are now dismissible.
- Updated dependencies [9d7fc85]
- @latticexyz/world@2.2.10
- @latticexyz/store-sync@2.2.10
- @latticexyz/store-indexer@2.2.10
- @latticexyz/common@2.2.10
- @latticexyz/config@2.2.10
- @latticexyz/protocol-parser@2.2.10
- @latticexyz/schema-type@2.2.10
- @latticexyz/store@2.2.10

## 2.2.9

### 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.9",
"version": "2.2.10",
"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.10

### Patch Changes

- @latticexyz/common@2.2.10

## 2.2.9

### 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.9",
"version": "2.2.10",
"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.10

## 2.2.9

## 2.2.8
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.9",
"version": "2.2.10",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @latticexyz/protocol-parser

## 2.2.10

### Patch Changes

- @latticexyz/common@2.2.10
- @latticexyz/config@2.2.10
- @latticexyz/schema-type@2.2.10

## 2.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/protocol-parser",
"version": "2.2.9",
"version": "2.2.10",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.10

### Patch Changes

- @latticexyz/recs@2.2.10
- @latticexyz/store@2.2.10

## 2.2.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/react",
"version": "2.2.9",
"version": "2.2.10",
"description": "React tools for MUD client.",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/recs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.2.10

### Patch Changes

- @latticexyz/schema-type@2.2.10
- @latticexyz/utils@2.2.10

## 2.2.9

### Patch Changes
Expand Down
Loading

0 comments on commit 798192d

Please sign in to comment.