Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Dec 2, 2022
1 parent 8e32f98 commit 950b04b
Show file tree
Hide file tree
Showing 24 changed files with 86 additions and 30 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

### Features

- **cli:** hot system replacement, new commands (deploy-contracts, codegen-libdeploy, devnode, types, test, create) ([#277](https://github.com/latticexyz/mud/issues/277)) ([8e32f98](https://github.com/latticexyz/mud/commit/8e32f983208c37839bc3e347058dbc7e49b6247e))

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.29.0",
"version": "1.30.0",
"npmClient": "yarn",
"useWorkspaces": true,
"conventionalCommits": true,
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

### Features

- **cli:** hot system replacement, new commands (deploy-contracts, codegen-libdeploy, devnode, types, test, create) ([#277](https://github.com/latticexyz/mud/issues/277)) ([8e32f98](https://github.com/latticexyz/mud/commit/8e32f983208c37839bc3e347058dbc7e49b6247e))

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

### Features
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
"version": "1.29.0",
"version": "1.30.0",
"description": "Command line interface for mud",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -37,10 +37,10 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@latticexyz/services": "^1.29.0",
"@latticexyz/solecs": "^1.29.0",
"@latticexyz/std-contracts": "^1.29.0",
"@latticexyz/utils": "^1.29.0",
"@latticexyz/services": "^1.30.0",
"@latticexyz/solecs": "^1.30.0",
"@latticexyz/std-contracts": "^1.30.0",
"@latticexyz/utils": "^1.30.0",
"@typechain/ethers-v5": "^10.1.1",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/ecs-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/ecs-browser
Expand Down
8 changes: 4 additions & 4 deletions packages/ecs-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/ecs-browser",
"version": "1.29.0",
"version": "1.30.0",
"description": "Component Browser for RECS",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -20,9 +20,9 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/recs": "^1.29.0",
"@latticexyz/std-client": "^1.29.0",
"@latticexyz/utils": "^1.29.0",
"@latticexyz/recs": "^1.30.0",
"@latticexyz/std-client": "^1.30.0",
"@latticexyz/utils": "^1.30.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/network/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/network
Expand Down
10 changes: 5 additions & 5 deletions packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/network",
"license": "MIT",
"version": "1.29.0",
"version": "1.30.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.29.0",
"@latticexyz/services": "^1.29.0",
"@latticexyz/solecs": "^1.29.0",
"@latticexyz/utils": "^1.29.0",
"@latticexyz/recs": "^1.30.0",
"@latticexyz/services": "^1.30.0",
"@latticexyz/solecs": "^1.30.0",
"@latticexyz/utils": "^1.30.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
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/noise
Expand Down
2 changes: 1 addition & 1 deletion packages/noise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/noise",
"version": "1.29.0",
"version": "1.30.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
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/phaserx
Expand Down
4 changes: 2 additions & 2 deletions packages/phaserx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/phaserx",
"license": "MIT",
"version": "1.29.0",
"version": "1.30.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.29.0",
"@latticexyz/utils": "^1.30.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
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/recs
Expand Down
4 changes: 2 additions & 2 deletions packages/recs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/recs",
"license": "MIT",
"version": "1.29.0",
"version": "1.30.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.29.0",
"@latticexyz/utils": "^1.30.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
"@types/jest": "^27.4.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/services
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/services",
"license": "MIT",
"version": "1.29.0",
"version": "1.30.0",
"description": "MUD services for enhanced interactions with on-chain ECS state",
"main": "protobuf/ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/solecs/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

### Features

- **cli:** hot system replacement, new commands (deploy-contracts, codegen-libdeploy, devnode, types, test, create) ([#277](https://github.com/latticexyz/mud/issues/277)) ([8e32f98](https://github.com/latticexyz/mud/commit/8e32f983208c37839bc3e347058dbc7e49b6247e))

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/solecs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/solecs",
"license": "MIT",
"version": "1.29.0",
"version": "1.30.0",
"description": "Solidity Entity Component System",
"types": "./types/ethers-contracts/",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/std-client/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

**Note:** Version bump only for package @latticexyz/std-client
Expand Down
10 changes: 5 additions & 5 deletions packages/std-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/std-client",
"version": "1.29.0",
"version": "1.30.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.29.0",
"@latticexyz/recs": "^1.29.0",
"@latticexyz/solecs": "^1.29.0",
"@latticexyz/utils": "^1.29.0",
"@latticexyz/network": "^1.30.0",
"@latticexyz/recs": "^1.30.0",
"@latticexyz/solecs": "^1.30.0",
"@latticexyz/utils": "^1.30.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/std-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

### Features

- **cli:** hot system replacement, new commands (deploy-contracts, codegen-libdeploy, devnode, types, test, create) ([#277](https://github.com/latticexyz/mud/issues/277)) ([8e32f98](https://github.com/latticexyz/mud/commit/8e32f983208c37839bc3e347058dbc7e49b6247e))

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/std-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@latticexyz/std-contracts",
"license": "MIT",
"version": "1.29.0",
"version": "1.30.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.29.0",
"@latticexyz/solecs": "^1.30.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
4 changes: 4 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
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.30.0](https://github.com/latticexyz/mud/compare/v1.29.0...v1.30.0) (2022-12-02)

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

# [1.29.0](https://github.com/latticexyz/mud/compare/v1.28.1...v1.29.0) (2022-11-29)

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

0 comments on commit 950b04b

Please sign in to comment.