Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 29, 2024
1 parent 41433c6 commit 76408fe
Show file tree
Hide file tree
Showing 61 changed files with 333 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-worms-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-coats-bake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/quick-frogs-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-waves-bathe.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-rabbits-appear.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-toys-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-foxes-shave.md

This file was deleted.

41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## Version 2.2.0

Release date: Thu Aug 29 2024

### Minor changes

**[chore(explorer): update world explorer naming (#3069)](https://github.com/latticexyz/mud/commit/0eb25560cfc78354a5e6845c3244375759b71f4c)** (@latticexyz/explorer)

Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future.

Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md).

### Patch changes

**[fix(common): route all actions through viem client (#3071)](https://github.com/latticexyz/mud/commit/69cd0a1ba0450f3407ec5865334079653503fa86)** (@latticexyz/common)

Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed.

**[build: use shx from dev deps (#3085)](https://github.com/latticexyz/mud/commit/c0bb0da58966b49c51570de9e3e031bee78b8473)** (create-mud)

Templates now use `shx` to run shell commands in scripts for better Windows compatibility.

**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/config, @latticexyz/store)

Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects.

**[fix(create-mud): update changeset package name + description (#3066)](https://github.com/latticexyz/mud/commit/bd4dffcabd6c6715df213e6c0c8b0631c9afc0b7)** (create-mud)

New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services.

**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/cli, @latticexyz/world)

Add a strongly typed `namespaceLabel` to the system config output.
It corresponds to the `label` of the namespace the system belongs to and can't be set manually.

**[feat(cli,world): register system ABI onchain (#3050)](https://github.com/latticexyz/mud/commit/31caecc95be72fe94efd1df8cba2b5435fa39bb4)** (@latticexyz/cli)

In addition to table labels, system labels and ABIs are now registered onchain during deploy.

---

## Version 2.1.1

Release date: Tue Aug 20 2024
Expand Down
41 changes: 41 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## Version 2.2.0

Release date: Thu Aug 29 2024

### Minor changes

**[chore(explorer): update world explorer naming (#3069)](https://github.com/latticexyz/mud/commit/0eb25560cfc78354a5e6845c3244375759b71f4c)** (@latticexyz/explorer)

Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future.

Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md).

### Patch changes

**[fix(common): route all actions through viem client (#3071)](https://github.com/latticexyz/mud/commit/69cd0a1ba0450f3407ec5865334079653503fa86)** (@latticexyz/common)

Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed.

**[build: use shx from dev deps (#3085)](https://github.com/latticexyz/mud/commit/c0bb0da58966b49c51570de9e3e031bee78b8473)** (create-mud)

Templates now use `shx` to run shell commands in scripts for better Windows compatibility.

**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/config, @latticexyz/store)

Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects.

**[fix(create-mud): update changeset package name + description (#3066)](https://github.com/latticexyz/mud/commit/bd4dffcabd6c6715df213e6c0c8b0631c9afc0b7)** (create-mud)

New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services.

**[feat(world): add namespaceLabel to system config (#3057)](https://github.com/latticexyz/mud/commit/04c675c946a0707956f38daad3fe516fde4a33a2)** (@latticexyz/cli, @latticexyz/world)

Add a strongly typed `namespaceLabel` to the system config output.
It corresponds to the `label` of the namespace the system belongs to and can't be set manually.

**[feat(cli,world): register system ABI onchain (#3050)](https://github.com/latticexyz/mud/commit/31caecc95be72fe94efd1df8cba2b5435fa39bb4)** (@latticexyz/cli)

In addition to table labels, system labels and ABIs are now registered onchain during deploy.

---

## Version 2.1.1

Release date: Tue Aug 20 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.0

## 2.1.1

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

## 2.2.0

### Patch Changes

- Updated dependencies [69cd0a1]
- @latticexyz/common@2.2.0

## 2.1.1

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

## 2.2.0

### Patch Changes

- 04c675c: Add a strongly typed `namespaceLabel` to the system config output.
It corresponds to the `label` of the namespace the system belongs to and can't be set manually.
- 31caecc: In addition to table labels, system labels and ABIs are now registered onchain during deploy.
- Updated dependencies [69cd0a1]
- Updated dependencies [04c675c]
- Updated dependencies [04c675c]
- @latticexyz/common@2.2.0
- @latticexyz/config@2.2.0
- @latticexyz/store@2.2.0
- @latticexyz/world@2.2.0
- @latticexyz/protocol-parser@2.2.0
- @latticexyz/world-module-metadata@2.2.0
- @latticexyz/abi-ts@2.2.0
- @latticexyz/gas-report@2.2.0
- @latticexyz/schema-type@2.2.0
- @latticexyz/utils@2.2.0

## 2.1.1

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

## 2.2.0

### Patch Changes

- 69cd0a1: Updated all custom Viem actions to properly call other actions via `getAction` so they can be composed.
- @latticexyz/schema-type@2.2.0

## 2.1.1

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

## 2.2.0

### Patch Changes

- 04c675c: Fixed a few type issues with `namespaceLabel` in tables and added/clarified TSDoc for config input/output objects.
- Updated dependencies [69cd0a1]
- @latticexyz/common@2.2.0
- @latticexyz/schema-type@2.2.0

## 2.1.1

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

## 2.2.0

### Patch Changes

- 28fd732: Templates now use `shx` to run shell commands in scripts for better Windows compatibility.
- 1a96544: New projects created with `pnpm create mud` now include the World Explorer and SQLite indexer running as additional services.

## 2.1.1

### 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.1.1",
"version": "2.2.0",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @latticexyz/dev-tools

## 2.2.0

### Patch Changes

- Updated dependencies [69cd0a1]
- Updated dependencies [04c675c]
- Updated dependencies [04c675c]
- @latticexyz/common@2.2.0
- @latticexyz/store@2.2.0
- @latticexyz/world@2.2.0
- @latticexyz/store-sync@2.2.0
- @latticexyz/react@2.2.0
- @latticexyz/recs@2.2.0
- @latticexyz/schema-type@2.2.0
- @latticexyz/utils@2.2.0

## 2.1.1

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

## 2.2.0

### Minor Changes

- f1d8d71: Initial release of the `@latticexyz/explorer` package. World Explorer is a standalone tool designed to explore and manage worlds. This initial release supports local worlds, with plans to extend support to any world in the future.

Read more on how to get started or contribute in the [World Explorer README](https://github.com/latticexyz/mud/blob/main/packages/explorer/README.md).

### Patch Changes

- Updated dependencies [69cd0a1]
- Updated dependencies [04c675c]
- Updated dependencies [04c675c]
- @latticexyz/common@2.2.0
- @latticexyz/store@2.2.0
- @latticexyz/world@2.2.0
- @latticexyz/protocol-parser@2.2.0
- @latticexyz/store-sync@2.2.0
- @latticexyz/schema-type@2.2.0
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.1.1",
"version": "2.2.0",
"description": "World Explorer is a tool for visually exploring and manipulating the state of worlds",
"type": "module",
"bin": {
Expand Down
7 changes: 7 additions & 0 deletions packages/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @latticexyz/faucet

## 2.2.0

### Patch Changes

- Updated dependencies [69cd0a1]
- @latticexyz/common@2.2.0

## 2.1.1

### 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.1.1",
"version": "2.2.0",
"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.0

## 2.1.1

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

## 2.2.0

### Patch Changes

- Updated dependencies [69cd0a1]
- Updated dependencies [04c675c]
- @latticexyz/common@2.2.0
- @latticexyz/config@2.2.0
- @latticexyz/schema-type@2.2.0

## 2.1.1

### 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.1.1",
"version": "2.2.0",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 76408fe

Please sign in to comment.