Skip to content

Commit 2e513a4

Browse files
committedFeb 16, 2023
chore(release): publish v1.36.1
1 parent 4228c1e commit 2e513a4

28 files changed

+93
-37
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package mud
9+
610
# [1.36.0](https://github.com/latticexyz/mud/compare/v1.35.0...v1.36.0) (2023-02-16)
711

812
### Bug Fixes

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.36.0",
5+
"version": "1.36.1",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"conventionalCommits": true,

‎packages/cli/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/cli
9+
610
# [1.36.0](https://github.com/latticexyz/mud/compare/v1.35.0...v1.36.0) (2023-02-16)
711

812
### Features

‎packages/cli/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/cli",
3-
"version": "1.36.0",
3+
"version": "1.36.1",
44
"description": "Command line interface for mud",
55
"main": "dist/index.js",
66
"license": "MIT",
@@ -39,10 +39,10 @@
3939
"dependencies": {
4040
"@improbable-eng/grpc-web": "^0.15.0",
4141
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
42-
"@latticexyz/services": "^1.35.0",
43-
"@latticexyz/solecs": "^1.35.0",
44-
"@latticexyz/std-contracts": "^1.35.0",
45-
"@latticexyz/utils": "^1.35.0",
42+
"@latticexyz/services": "^1.36.1",
43+
"@latticexyz/solecs": "^1.36.1",
44+
"@latticexyz/std-contracts": "^1.36.1",
45+
"@latticexyz/utils": "^1.36.1",
4646
"@typechain/ethers-v5": "^10.1.1",
4747
"chalk": "^5.0.1",
4848
"chokidar": "^3.5.3",

‎packages/create-mud/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package create-mud
9+
610
# [1.36.0](https://github.com/latticexyz/mud/compare/v1.35.0...v1.36.0) (2023-02-16)
711

812
### Bug Fixes

‎packages/create-mud/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-mud",
33
"description": "Create a new MUD project",
4-
"version": "1.36.0",
4+
"version": "1.36.1",
55
"author": "Lattice <mud@lattice.xyz>",
66
"license": "MIT",
77
"bin": "dist/cli.js",

‎packages/ecs-browser/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/ecs-browser
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

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

‎packages/ecs-browser/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@latticexyz/ecs-browser",
3-
"version": "1.35.0",
3+
"version": "1.36.1",
44
"description": "Component Browser for RECS",
55
"license": "MIT",
6-
"main": "src/index.ts",
6+
"main": "dist/index.js",
77
"type": "module",
88
"types": "dist/index.d.ts",
99
"repository": {
@@ -21,9 +21,9 @@
2121
"release": "npm publish || echo 'version already published'"
2222
},
2323
"devDependencies": {
24-
"@latticexyz/recs": "^1.35.0",
25-
"@latticexyz/std-client": "^1.35.0",
26-
"@latticexyz/utils": "^1.35.0",
24+
"@latticexyz/recs": "^1.36.1",
25+
"@latticexyz/std-client": "^1.36.1",
26+
"@latticexyz/utils": "^1.36.1",
2727
"@rollup/plugin-node-resolve": "^13.1.3",
2828
"@rollup/plugin-typescript": "^8.3.1",
2929
"@types/jest": "^27.4.1",

‎packages/network/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/network
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

812
### Bug Fixes

‎packages/network/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@latticexyz/network",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"source": "src/index.ts",
6-
"main": "src/index.ts",
6+
"main": "dist/index.js",
77
"engines": {
88
"node": ">=16"
99
},
@@ -47,10 +47,10 @@
4747
"@ethersproject/abi": "^5.6.0",
4848
"@ethersproject/providers": "^5.6.1",
4949
"@improbable-eng/grpc-web": "^0.15.0",
50-
"@latticexyz/recs": "^1.35.0",
51-
"@latticexyz/services": "^1.35.0",
52-
"@latticexyz/solecs": "^1.35.0",
53-
"@latticexyz/utils": "^1.35.0",
50+
"@latticexyz/recs": "^1.36.1",
51+
"@latticexyz/services": "^1.36.1",
52+
"@latticexyz/solecs": "^1.36.1",
53+
"@latticexyz/utils": "^1.36.1",
5454
"@protobuf-ts/grpcweb-transport": "^2.7.0",
5555
"@types/debug": "^4.1.7",
5656
"@types/google-protobuf": "^3.15.6",

‎packages/noise/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/noise
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

812
### Features

‎packages/noise/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/noise",
3-
"version": "1.35.0",
3+
"version": "1.36.1",
44
"source": "ts/index.ts",
55
"main": "dist/index.js",
66
"types": "dist/types.d.ts",

‎packages/phaserx/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/phaserx
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

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

‎packages/phaserx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@latticexyz/phaserx",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"source": "src/index.ts",
6-
"main": "src/index.ts",
6+
"main": "dist/index.js",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/latticexyz/mud.git",
@@ -21,7 +21,7 @@
2121
"release": "npm publish || echo 'version already published'"
2222
},
2323
"devDependencies": {
24-
"@latticexyz/utils": "^1.35.0",
24+
"@latticexyz/utils": "^1.36.1",
2525
"@rollup/plugin-commonjs": "^21.0.2",
2626
"@rollup/plugin-node-resolve": "^13.1.3",
2727
"@rollup/plugin-typescript": "^8.3.1",

‎packages/react/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/react
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

812
**Note:** Version bump only for package @latticexyz/react

‎packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/react",
3-
"version": "1.35.0",
3+
"version": "1.36.1",
44
"description": "React tools for MUD client.",
55
"license": "MIT",
66
"source": "src/index.ts",
@@ -30,7 +30,7 @@
3030
"fast-deep-equal": "^3.1.3"
3131
},
3232
"devDependencies": {
33-
"@latticexyz/recs": "^1.35.0",
33+
"@latticexyz/recs": "^1.36.1",
3434
"@rollup/plugin-json": "^4.1.0",
3535
"@rollup/plugin-node-resolve": "^13.1.3",
3636
"@rollup/plugin-typescript": "^8.3.1",

‎packages/recs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/recs
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

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

‎packages/recs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@latticexyz/recs",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"source": "src/index.ts",
6-
"main": "src/index.ts",
6+
"main": "dist/index.js",
77
"type": "module",
88
"repository": {
99
"type": "git",
@@ -22,7 +22,7 @@
2222
"release": "npm publish || echo 'version already published'"
2323
},
2424
"devDependencies": {
25-
"@latticexyz/utils": "^1.35.0",
25+
"@latticexyz/utils": "^1.36.1",
2626
"@rollup/plugin-node-resolve": "^13.1.3",
2727
"@rollup/plugin-typescript": "^8.3.1",
2828
"@types/jest": "^27.4.1",

‎packages/services/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/services
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

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

‎packages/services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/services",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"description": "MUD services for enhanced interactions with on-chain ECS state",
66
"main": "protobuf/ts",
77
"repository": {

‎packages/solecs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/solecs
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

812
### Bug Fixes

‎packages/solecs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/solecs",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"description": "Solidity Entity Component System",
66
"types": "./types/ethers-contracts/",
77
"repository": {

‎packages/std-client/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/std-client
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

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

‎packages/std-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/std-client",
3-
"version": "1.35.0",
3+
"version": "1.36.1",
44
"description": "Standard library for MUD client.",
55
"license": "MIT",
66
"source": "src/index.ts",
@@ -21,10 +21,10 @@
2121
"release": "npm publish || echo 'version already published'"
2222
},
2323
"devDependencies": {
24-
"@latticexyz/network": "^1.35.0",
25-
"@latticexyz/recs": "^1.35.0",
26-
"@latticexyz/solecs": "^1.35.0",
27-
"@latticexyz/utils": "^1.35.0",
24+
"@latticexyz/network": "^1.36.1",
25+
"@latticexyz/recs": "^1.36.1",
26+
"@latticexyz/solecs": "^1.36.1",
27+
"@latticexyz/utils": "^1.36.1",
2828
"@rollup/plugin-json": "^4.1.0",
2929
"@rollup/plugin-node-resolve": "^13.1.3",
3030
"@rollup/plugin-typescript": "^8.3.1",

‎packages/std-contracts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/std-contracts
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

812
### Features

‎packages/std-contracts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/std-contracts",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"description": "MUD Contracts Standard Library",
66
"types": "./types/ethers-contracts/",
77
"repository": {
@@ -24,7 +24,7 @@
2424
"release": "npm publish || echo 'version already published'"
2525
},
2626
"devDependencies": {
27-
"@latticexyz/solecs": "^1.35.0",
27+
"@latticexyz/solecs": "^1.36.1",
2828
"@rari-capital/solmate": "https://github.com/Rari-Capital/solmate.git#b6ae78e6ff490f8fec7695c7b65d06e5614f1b65",
2929
"@typechain/ethers-v5": "^9.0.0",
3030
"ds-test": "https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084",

‎packages/utils/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.36.1](https://github.com/latticexyz/mud/compare/v1.36.0...v1.36.1) (2023-02-16)
7+
8+
**Note:** Version bump only for package @latticexyz/utils
9+
610
# [1.35.0](https://github.com/latticexyz/mud/compare/v1.34.0...v1.35.0) (2023-02-15)
711

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

‎packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/utils",
33
"license": "MIT",
4-
"version": "1.35.0",
4+
"version": "1.36.1",
55
"type": "module",
66
"source": "src/index.ts",
77
"main": "src/index.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.