Skip to content

Commit

Permalink
Version Packages (#2834)
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 May 15, 2024
1 parent fe9d726 commit 69b5c15
Show file tree
Hide file tree
Showing 50 changed files with 218 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-eagles-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-moose-run.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 2.0.11

Release date: Wed May 15 2024

### Patch changes

**[build: bump to node 18.20.2, pnpm 9.1.1 (#2831)](https://github.com/latticexyz/mud/commit/63e5d2d51192adc0a1f977a269097a03d7bf119d)** (create-mud)

Added pnpm 9 to project's `engines`.

**[fix(cli): fixed module artifactPath imports (#2832)](https://github.com/latticexyz/mud/commit/fe9d726371ddfd99f0b4ffa4b1e64b817417cfd3)** (@latticexyz/cli)

Fixed imports of module artifacts via `artifactPath` and removed unused `@latticexyz/world-modules` dependency.

---

## Version 2.0.10

Release date: Tue May 14 2024
Expand Down
16 changes: 16 additions & 0 deletions docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Version 2.0.11

Release date: Wed May 15 2024

### Patch changes

**[build: bump to node 18.20.2, pnpm 9.1.1 (#2831)](https://github.com/latticexyz/mud/commit/63e5d2d51192adc0a1f977a269097a03d7bf119d)** (create-mud)

Added pnpm 9 to project's `engines`.

**[fix(cli): fixed module artifactPath imports (#2832)](https://github.com/latticexyz/mud/commit/fe9d726371ddfd99f0b4ffa4b1e64b817417cfd3)** (@latticexyz/cli)

Fixed imports of module artifacts via `artifactPath` and removed unused `@latticexyz/world-modules` dependency.

---

## Version 2.0.10

Release date: Tue May 14 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.11

## 2.0.10

## 2.0.9
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.10",
"version": "2.0.11",
"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.0.11

### Patch Changes

- @latticexyz/common@2.0.11

## 2.0.10

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

## 2.0.11

### Patch Changes

- fe9d7263: Fixed imports of module artifacts via `artifactPath` and removed unused `@latticexyz/world-modules` dependency.
- @latticexyz/abi-ts@2.0.11
- @latticexyz/common@2.0.11
- @latticexyz/config@2.0.11
- @latticexyz/gas-report@2.0.11
- @latticexyz/protocol-parser@2.0.11
- @latticexyz/schema-type@2.0.11
- @latticexyz/store@2.0.11
- @latticexyz/utils@2.0.11
- @latticexyz/world@2.0.11

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.0.11

### Patch Changes

- @latticexyz/schema-type@2.0.11

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.0.11

### Patch Changes

- @latticexyz/common@2.0.11
- @latticexyz/schema-type@2.0.11

## 2.0.10

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

## 2.0.11

### Patch Changes

- 63e5d2d5: Added pnpm 9 to project's `engines`.

## 2.0.10

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

## 2.0.11

### Patch Changes

- @latticexyz/common@2.0.11
- @latticexyz/react@2.0.11
- @latticexyz/recs@2.0.11
- @latticexyz/schema-type@2.0.11
- @latticexyz/store@2.0.11
- @latticexyz/store-sync@2.0.11
- @latticexyz/utils@2.0.11
- @latticexyz/world@2.0.11

## 2.0.10

### 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.10",
"version": "2.0.11",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,12 +51,12 @@
"vitest": "0.34.6"
},
"peerDependencies": {
"@latticexyz/common": "2.0.10",
"@latticexyz/recs": "2.0.10",
"@latticexyz/store": "2.0.10",
"@latticexyz/store-sync": "2.0.10",
"@latticexyz/utils": "2.0.10",
"@latticexyz/world": "2.0.10"
"@latticexyz/common": "2.0.11",
"@latticexyz/recs": "2.0.11",
"@latticexyz/store": "2.0.11",
"@latticexyz/store-sync": "2.0.11",
"@latticexyz/utils": "2.0.11",
"@latticexyz/world": "2.0.11"
},
"publishConfig": {
"access": "public"
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.0.11

### Patch Changes

- @latticexyz/common@2.0.11

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.11

## 2.0.10

## 2.0.9
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.10",
"version": "2.0.11",
"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.0.11

### Patch Changes

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

## 2.0.10

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

## 2.0.11

### Patch Changes

- @latticexyz/common@2.0.11
- @latticexyz/config@2.0.11
- @latticexyz/schema-type@2.0.11
- @latticexyz/store@2.0.11

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.11

### Patch Changes

- @latticexyz/recs@2.0.11
- @latticexyz/store@2.0.11

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.11

### Patch Changes

- @latticexyz/[email protected]
- @latticexyz/[email protected]

## 2.0.10

### 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.10",
"version": "2.0.11",
"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.11

## 2.0.10

## 2.0.9
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.0.10",
"version": "2.0.11",
"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.0.11

## 2.0.10

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

## 2.0.11

## 2.0.10

## 2.0.9
Expand Down
2 changes: 1 addition & 1 deletion packages/solhint-plugin-mud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solhint-plugin-mud",
"version": "2.0.10",
"version": "2.0.11",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
Loading

0 comments on commit 69b5c15

Please sign in to comment.