Skip to content

Commit

Permalink
Version Packages (#2745)
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 Apr 27, 2024
1 parent 0c1136a commit 75ed6f1
Show file tree
Hide file tree
Showing 53 changed files with 257 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/eighty-actors-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-otters-warn.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tall-steaks-give.md

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## Version 2.0.8

Release date: Sat Apr 27 2024

### Patch changes

**[fix(store-indexer): allow empty env variable (#2746)](https://github.com/latticexyz/mud/commit/9c599b87bb02db5ae9a9389085b61bde48af9e4a)** (@latticexyz/store-indexer)

Added support for an empty `STORE_ADDRESS=` environment variable.
This previously would fail the input validation, now it behaves the same way as not setting the `STORE_ADDRESS` variable at all.

**[fix(cli): fix verify with sourcify for dependencies (#2750)](https://github.com/latticexyz/mud/commit/b4eb795ee5a6f8d250d3b3513fe72c5530f69c43)** (@latticexyz/cli)

Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier.

**[feat(common): add redstone chain config (#2749)](https://github.com/latticexyz/mud/commit/f23318ede18d0b10cf1f4c51dd24a373a5e5f740)** (@latticexyz/common)

Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet.

```ts
import { garnet, redstone } from "@latticexyz/common/chains";
```

---

## Version 2.0.7

Release date: Thu Apr 25 2024
Expand Down
25 changes: 25 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## Version 2.0.8

Release date: Sat Apr 27 2024

### Patch changes

**[fix(store-indexer): allow empty env variable (#2746)](https://github.com/latticexyz/mud/commit/9c599b87bb02db5ae9a9389085b61bde48af9e4a)** (@latticexyz/store-indexer)

Added support for an empty `STORE_ADDRESS=` environment variable.
This previously would fail the input validation, now it behaves the same way as not setting the `STORE_ADDRESS` variable at all.

**[fix(cli): fix verify with sourcify for dependencies (#2750)](https://github.com/latticexyz/mud/commit/b4eb795ee5a6f8d250d3b3513fe72c5530f69c43)** (@latticexyz/cli)

Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier.

**[feat(common): add redstone chain config (#2749)](https://github.com/latticexyz/mud/commit/f23318ede18d0b10cf1f4c51dd24a373a5e5f740)** (@latticexyz/common)

Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet.

```ts
import { garnet, redstone } from "@latticexyz/common/chains";
```

---

## Version 2.0.7

Release date: Thu Apr 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.0.8

## 2.0.7

## 2.0.6
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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8

## 2.0.7

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

## 2.0.8

### Patch Changes

- b4eb795e: Patched `mud verify` to properly verify store, world, and world-modules contracts. Currently only `sourcify` is fully supported and is the default verifier.
- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8
- @latticexyz/config@2.0.8
- @latticexyz/protocol-parser@2.0.8
- @latticexyz/store@2.0.8
- @latticexyz/world@2.0.8
- @latticexyz/world-modules@2.0.8
- @latticexyz/abi-ts@2.0.8
- @latticexyz/gas-report@2.0.8
- @latticexyz/schema-type@2.0.8
- @latticexyz/services@2.0.8
- @latticexyz/utils@2.0.8

## 2.0.7

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

## 2.0.8

### Patch Changes

- df4781ac: Added Garnet testnet and Redstone mainnet chain configs and deprecated Lattice Testnet.

```ts
import { garnet, redstone } from "@latticexyz/common/chains";
```

- @latticexyz/schema-type@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8
- @latticexyz/schema-type@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8
- @latticexyz/store@2.0.8
- @latticexyz/store-sync@2.0.8
- @latticexyz/world@2.0.8
- @latticexyz/react@2.0.8
- @latticexyz/recs@2.0.8
- @latticexyz/schema-type@2.0.8
- @latticexyz/utils@2.0.8

## 2.0.7

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions 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.0.7",
"version": "2.0.8",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,12 +51,12 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@latticexyz/common": "2.0.7",
"@latticexyz/recs": "2.0.7",
"@latticexyz/store": "2.0.7",
"@latticexyz/store-sync": "2.0.7",
"@latticexyz/utils": "2.0.7",
"@latticexyz/world": "2.0.7"
"@latticexyz/common": "2.0.8",
"@latticexyz/recs": "2.0.8",
"@latticexyz/store": "2.0.8",
"@latticexyz/store-sync": "2.0.8",
"@latticexyz/utils": "2.0.8",
"@latticexyz/world": "2.0.8"
},
"publishConfig": {
"access": "public"
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.0.8

### Patch Changes

- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

## 2.0.7

## 2.0.6
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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8
- @latticexyz/config@2.0.8
- @latticexyz/schema-type@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- Updated dependencies [df4781ac]
- @latticexyz/common@2.0.8
- @latticexyz/config@2.0.8
- @latticexyz/store@2.0.8
- @latticexyz/schema-type@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- @latticexyz/store@2.0.8
- @latticexyz/recs@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

### Patch Changes

- @latticexyz/schema-type@2.0.8
- @latticexyz/utils@2.0.8

## 2.0.7

### 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.0.7",
"version": "2.0.8",
"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.0.8

## 2.0.7

## 2.0.6
Expand Down
Loading

0 comments on commit 75ed6f1

Please sign in to comment.