Skip to content

Commit

Permalink
Version Packages (#3111)
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 2, 2024
1 parent 603b2ab commit a34a484
Show file tree
Hide file tree
Showing 59 changed files with 269 additions and 42 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-hairs-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-dogs-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-nails-appear.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Version 2.2.1

Release date: Sun Sep 01 2024

### Patch changes

**[fix(store-sync): handle TransactionReceiptNotFoundError (#3115)](https://github.com/latticexyz/mud/commit/603b2ab6631c4f38fca0d9092d255578061987aa)** (@latticexyz/store-sync)

Improved error handling of `TransactionReceiptNotFoundError` in `waitForTransaction` when Viem versions aren't aligned.

**[fix(cli): deployer should wait for prereq txs (#3113)](https://github.com/latticexyz/mud/commit/0738d295f802be28524d517d75efe3b5837f10c1)** (@latticexyz/cli)

Deployer now waits for prerequisite transactions before continuing.

**[fix(common): use pending block tag in tx queue (#3073)](https://github.com/latticexyz/mud/commit/c0764a5e7d3a6a5291198dfe802fe060a0b54da9)** (@latticexyz/common)

`writeContract` and `sendTransaction` actions now use `pending` block tag when estimating gas. This aligns with previous behavior before changes in the last version.

---

## Version 2.2.0

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

Release date: Sun Sep 01 2024

### Patch changes

**[fix(store-sync): handle TransactionReceiptNotFoundError (#3115)](https://github.com/latticexyz/mud/commit/603b2ab6631c4f38fca0d9092d255578061987aa)** (@latticexyz/store-sync)

Improved error handling of `TransactionReceiptNotFoundError` in `waitForTransaction` when Viem versions aren't aligned.

**[fix(cli): deployer should wait for prereq txs (#3113)](https://github.com/latticexyz/mud/commit/0738d295f802be28524d517d75efe3b5837f10c1)** (@latticexyz/cli)

Deployer now waits for prerequisite transactions before continuing.

**[fix(common): use pending block tag in tx queue (#3073)](https://github.com/latticexyz/mud/commit/c0764a5e7d3a6a5291198dfe802fe060a0b54da9)** (@latticexyz/common)

`writeContract` and `sendTransaction` actions now use `pending` block tag when estimating gas. This aligns with previous behavior before changes in the last version.

---

## Version 2.2.0

Release date: Fri Aug 30 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.1

## 2.2.0

## 2.1.1
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.0",
"version": "2.2.1",
"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.1

### Patch Changes

- Updated dependencies [c0764a5]
- @latticexyz/common@2.2.1

## 2.2.0

### 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.0",
"version": "2.2.1",
"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.1

### Patch Changes

- 0738d29: Deployer now waits for prerequisite transactions before continuing.
- Updated dependencies [c0764a5]
- @latticexyz/common@2.2.1
- @latticexyz/config@2.2.1
- @latticexyz/protocol-parser@2.2.1
- @latticexyz/store@2.2.1
- @latticexyz/world@2.2.1
- @latticexyz/world-module-metadata@2.2.1
- @latticexyz/abi-ts@2.2.1
- @latticexyz/gas-report@2.2.1
- @latticexyz/schema-type@2.2.1
- @latticexyz/utils@2.2.1

## 2.2.0

### 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.0",
"version": "2.2.1",
"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.1

### Patch Changes

- c0764a5: `writeContract` and `sendTransaction` actions now use `pending` block tag when estimating gas. This aligns with previous behavior before changes in the last version.
- @latticexyz/schema-type@2.2.1

## 2.2.0

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

## 2.2.1

### Patch Changes

- Updated dependencies [c0764a5]
- @latticexyz/common@2.2.1
- @latticexyz/schema-type@2.2.1

## 2.2.0

### 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.0",
"version": "2.2.1",
"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.1

## 2.2.0

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

## 2.2.1

### Patch Changes

- Updated dependencies [603b2ab]
- Updated dependencies [c0764a5]
- @latticexyz/store-sync@2.2.1
- @latticexyz/common@2.2.1
- @latticexyz/store@2.2.1
- @latticexyz/world@2.2.1
- @latticexyz/react@2.2.1
- @latticexyz/recs@2.2.1
- @latticexyz/schema-type@2.2.1
- @latticexyz/utils@2.2.1

## 2.2.0

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

## 2.2.1

### Patch Changes

- Updated dependencies [603b2ab]
- Updated dependencies [c0764a5]
- @latticexyz/store-sync@2.2.1
- @latticexyz/common@2.2.1
- @latticexyz/protocol-parser@2.2.1
- @latticexyz/store@2.2.1
- @latticexyz/world@2.2.1
- @latticexyz/schema-type@2.2.1

## 2.2.0

### Minor 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.0",
"version": "2.2.1",
"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.1

### Patch Changes

- Updated dependencies [c0764a5]
- @latticexyz/common@2.2.1

## 2.2.0

### 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.0",
"version": "2.2.1",
"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.1

## 2.2.0

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

## 2.2.1

### Patch Changes

- Updated dependencies [c0764a5]
- @latticexyz/common@2.2.1
- @latticexyz/config@2.2.1
- @latticexyz/schema-type@2.2.1

## 2.2.0

### 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.0",
"version": "2.2.1",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @latticexyz/query

## 2.2.1

### Patch Changes

- Updated dependencies [c0764a5]
- @latticexyz/common@2.2.1
- @latticexyz/config@2.2.1
- @latticexyz/store@2.2.1
- @latticexyz/schema-type@2.2.1

## 2.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/query",
"version": "2.2.0",
"version": "2.2.1",
"description": "Tools for interacting with the MUD query API",
"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.1

### Patch Changes

- @latticexyz/store@2.2.1
- @latticexyz/recs@2.2.1

## 2.2.0

### 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.0",
"version": "2.2.1",
"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.1

### Patch Changes

- @latticexyz/schema-type@2.2.1
- @latticexyz/utils@2.2.1

## 2.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/recs",
"version": "2.2.0",
"version": "2.2.1",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/schema-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.2.1

## 2.2.0

## 2.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/schema-type",
"version": "2.2.0",
"version": "2.2.1",
"description": "SchemaType enum for various languages",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/solhint-config-mud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.2.1

## 2.2.0

## 2.1.1
Expand Down
Loading

0 comments on commit a34a484

Please sign in to comment.