Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 28, 2022
1 parent 28cce1e commit 7d78c07
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 30 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

### Features

- v2 endpoint for pruned snapshot that returns entities as raw bytes ([#215](https://github.com/latticexyz/mud/issues/215)) ([28cce1e](https://github.com/latticexyz/mud/commit/28cce1e8a1240d72363fe786704e7fe976f7c995))

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages/ri/*"
],
"version": "1.23.1",
"version": "1.24.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/cli

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
"version": "1.23.1",
"version": "1.24.0",
"description": "Command line interface for mud",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -36,9 +36,9 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@latticexyz/solecs": "^1.23.1",
"@latticexyz/std-contracts": "^1.23.1",
"@latticexyz/utils": "^1.23.1",
"@latticexyz/solecs": "^1.24.0",
"@latticexyz/std-contracts": "^1.24.0",
"@latticexyz/utils": "^1.24.0",
"chalk": "^5.0.1",
"clear": "^0.1.0",
"commander": "^9.2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/ecs-browser/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/ecs-browser

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/ecs-browser
Expand Down
10 changes: 5 additions & 5 deletions packages/ecs-browser/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/ecs-browser",
"version": "1.23.1",
"version": "1.24.0",
"description": "Component Browser for RECS",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -20,10 +20,10 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/phaserx": "^1.23.1",
"@latticexyz/recs": "^1.23.1",
"@latticexyz/std-client": "^1.23.1",
"@latticexyz/utils": "^1.23.1",
"@latticexyz/phaserx": "^1.24.0",
"@latticexyz/recs": "^1.24.0",
"@latticexyz/std-client": "^1.24.0",
"@latticexyz/utils": "^1.24.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/network/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

### Features

- v2 endpoint for pruned snapshot that returns entities as raw bytes ([#215](https://github.com/latticexyz/mud/issues/215)) ([28cce1e](https://github.com/latticexyz/mud/commit/28cce1e8a1240d72363fe786704e7fe976f7c995))

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/network
Expand Down
10 changes: 5 additions & 5 deletions packages/network/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/network",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"source": "src/index.ts",
"main": "src/index.ts",
"engines": {
Expand All @@ -28,10 +28,10 @@
"@ethersproject/abi": "^5.6.0",
"@ethersproject/providers": "^5.6.1",
"@improbable-eng/grpc-web": "^0.15.0",
"@latticexyz/recs": "^1.23.1",
"@latticexyz/services": "^1.23.1",
"@latticexyz/solecs": "^1.23.1",
"@latticexyz/utils": "^1.23.1",
"@latticexyz/recs": "^1.24.0",
"@latticexyz/services": "^1.24.0",
"@latticexyz/solecs": "^1.24.0",
"@latticexyz/utils": "^1.24.0",
"@protobuf-ts/grpcweb-transport": "^2.7.0",
"@types/google-protobuf": "^3.15.6",
"@types/jest": "^27.4.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/noise/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/noise

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/noise
Expand Down
2 changes: 1 addition & 1 deletion packages/noise/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/noise",
"version": "1.23.1",
"version": "1.24.0",
"source": "ts/index.ts",
"main": "dist/index.js",
"types": "dist/types.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/phaserx/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/phaserx

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/phaserx
Expand Down
4 changes: 2 additions & 2 deletions packages/phaserx/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/phaserx",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"source": "src/index.ts",
"main": "src/index.ts",
"repository": {
Expand All @@ -21,7 +21,7 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/utils": "^1.23.1",
"@latticexyz/utils": "^1.24.0",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/recs/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/recs

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/recs
Expand Down
4 changes: 2 additions & 2 deletions packages/recs/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/recs",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"source": "src/index.ts",
"main": "src/index.ts",
"type": "module",
Expand All @@ -22,7 +22,7 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/utils": "^1.23.1",
"@latticexyz/utils": "^1.24.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/services/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

### Features

- v2 endpoint for pruned snapshot that returns entities as raw bytes ([#215](https://github.com/latticexyz/mud/issues/215)) ([28cce1e](https://github.com/latticexyz/mud/commit/28cce1e8a1240d72363fe786704e7fe976f7c995))

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/services
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/services",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"description": "MUD services for enhanced interactions with on-chain ECS state",
"main": "protobuf/ts",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/solecs/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/solecs

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/solecs
Expand Down
2 changes: 1 addition & 1 deletion packages/solecs/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/solecs",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"description": "Solidity Entity Component System",
"types": "./types/ethers-contracts/",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/std-client/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/std-client

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/std-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/std-client",
"version": "1.23.1",
"version": "1.24.0",
"description": "Standard library for MUD client.",
"license": "MIT",
"source": "src/index.ts",
Expand All @@ -21,10 +21,10 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/network": "^1.23.1",
"@latticexyz/recs": "^1.23.1",
"@latticexyz/solecs": "^1.23.1",
"@latticexyz/utils": "^1.23.1",
"@latticexyz/network": "^1.24.0",
"@latticexyz/recs": "^1.24.0",
"@latticexyz/solecs": "^1.24.0",
"@latticexyz/utils": "^1.24.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/std-contracts/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

**Note:** Version bump only for package @latticexyz/std-contracts

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/std-contracts
Expand Down
4 changes: 2 additions & 2 deletions packages/std-contracts/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/std-contracts",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"description": "MUD Contracts Standard Library",
"types": "./types/ethers-contracts/",
"repository": {
Expand All @@ -25,7 +25,7 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/solecs": "^1.23.1",
"@latticexyz/solecs": "^1.24.0",
"@rari-capital/solmate": "https://github.com/Rari-Capital/solmate.git#b6ae78e6ff490f8fec7695c7b65d06e5614f1b65",
"@typechain/ethers-v5": "^9.0.0",
"ds-test": "https://github.com/dapphub/ds-test.git#c7a36fb236f298e04edf28e2fee385b80f53945f",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.24.0](https://github.com/latticexyz/mud/compare/v1.23.1...v1.24.0) (2022-10-28)

### Features

- v2 endpoint for pruned snapshot that returns entities as raw bytes ([#215](https://github.com/latticexyz/mud/issues/215)) ([28cce1e](https://github.com/latticexyz/mud/commit/28cce1e8a1240d72363fe786704e7fe976f7c995))

## [1.23.1](https://github.com/latticexyz/mud/compare/v1.23.0...v1.23.1) (2022-10-28)

**Note:** Version bump only for package @latticexyz/utils
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/utils",
"license": "MIT",
"version": "1.23.1",
"version": "1.24.0",
"type": "module",
"source": "src/index.ts",
"main": "src/index.ts",
Expand Down

0 comments on commit 7d78c07

Please sign in to comment.