Skip to content

Commit 7528605

Browse files
committedApr 23, 2023
chore(release): publish v1.43.0
1 parent aadb130 commit 7528605

28 files changed

+105
-33
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
### Bug Fixes
9+
10+
- **ecs-browser:** fix some errors in ecs-browser ([#420](https://github.com/latticexyz/mud/issues/420)) ([fae61e6](https://github.com/latticexyz/mud/commit/fae61e6439a8ce1d0571eea90116c6b6d275f054))
11+
- **recs:** overridden component update stream should return the overridden component ([#544](https://github.com/latticexyz/mud/issues/544)) ([6b94637](https://github.com/latticexyz/mud/commit/6b94637a0e696b10b7cbf1b7c26435e60a1e4264))
12+
13+
### Features
14+
15+
- **phaserx:** tag native phaser game objects with object pool id ([#453](https://github.com/latticexyz/mud/issues/453)) ([bdce479](https://github.com/latticexyz/mud/commit/bdce479e7676986c64c2f0c7780015c3ef0bfe0d))
16+
- **react:** option for useEntityQuery to re-render on value changes ([#460](https://github.com/latticexyz/mud/issues/460)) ([0d9e937](https://github.com/latticexyz/mud/commit/0d9e937cff72fd94ab770f193b140331a1957641))
17+
618
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
719

820
### Features

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.39.0",
5+
"version": "1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/cli
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
711

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

‎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.39.0",
3+
"version": "1.43.0",
44
"description": "Command line interface for mud",
55
"main": "src/index.ts",
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.39.0",
43-
"@latticexyz/solecs": "^1.39.0",
44-
"@latticexyz/std-contracts": "^1.39.0",
45-
"@latticexyz/utils": "^1.39.0",
42+
"@latticexyz/services": "^1.43.0",
43+
"@latticexyz/solecs": "^1.43.0",
44+
"@latticexyz/std-contracts": "^1.43.0",
45+
"@latticexyz/utils": "^1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package create-mud
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
711

812
### Features

‎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.39.0",
4+
"version": "1.43.0",
55
"author": "Lattice <mud@lattice.xyz>",
66
"license": "MIT",
77
"bin": "dist/cli.js",

‎packages/ecs-browser/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
### Bug Fixes
9+
10+
- **ecs-browser:** fix some errors in ecs-browser ([#420](https://github.com/latticexyz/mud/issues/420)) ([fae61e6](https://github.com/latticexyz/mud/commit/fae61e6439a8ce1d0571eea90116c6b6d275f054))
11+
612
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
713

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

‎packages/ecs-browser/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@latticexyz/ecs-browser",
3-
"version": "1.39.0",
3+
"version": "1.43.0",
44
"description": "Component Browser for RECS",
55
"license": "MIT",
66
"main": "src/index.ts",
@@ -21,9 +21,9 @@
2121
"release": "npm publish || echo 'version already published'"
2222
},
2323
"devDependencies": {
24-
"@latticexyz/recs": "^1.39.0",
25-
"@latticexyz/std-client": "^1.39.0",
26-
"@latticexyz/utils": "^1.39.0",
24+
"@latticexyz/recs": "^1.43.0",
25+
"@latticexyz/std-client": "^1.43.0",
26+
"@latticexyz/utils": "^1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/network
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
711

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

‎packages/network/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/network",
33
"license": "MIT",
4-
"version": "1.39.0",
4+
"version": "1.43.0",
55
"source": "src/index.ts",
66
"main": "src/index.ts",
77
"engines": {
@@ -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.39.0",
51-
"@latticexyz/services": "^1.39.0",
52-
"@latticexyz/solecs": "^1.39.0",
53-
"@latticexyz/utils": "^1.39.0",
50+
"@latticexyz/recs": "^1.43.0",
51+
"@latticexyz/services": "^1.43.0",
52+
"@latticexyz/solecs": "^1.43.0",
53+
"@latticexyz/utils": "^1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/noise
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
711

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

‎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.39.0",
3+
"version": "1.43.0",
44
"source": "ts/index.ts",
55
"main": "src/index.ts",
66
"types": "dist/types.d.ts",

‎packages/phaserx/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
### Features
9+
10+
- **phaserx:** tag native phaser game objects with object pool id ([#453](https://github.com/latticexyz/mud/issues/453)) ([bdce479](https://github.com/latticexyz/mud/commit/bdce479e7676986c64c2f0c7780015c3ef0bfe0d))
11+
612
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
713

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

‎packages/phaserx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/phaserx",
33
"license": "MIT",
4-
"version": "1.39.0",
4+
"version": "1.43.0",
55
"source": "src/index.ts",
66
"main": "src/index.ts",
77
"repository": {
@@ -21,7 +21,7 @@
2121
"release": "npm publish || echo 'version already published'"
2222
},
2323
"devDependencies": {
24-
"@latticexyz/utils": "^1.39.0",
24+
"@latticexyz/utils": "^1.43.0",
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

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
### Features
9+
10+
- **react:** option for useEntityQuery to re-render on value changes ([#460](https://github.com/latticexyz/mud/issues/460)) ([0d9e937](https://github.com/latticexyz/mud/commit/0d9e937cff72fd94ab770f193b140331a1957641))
11+
612
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
713

814
**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.39.0",
3+
"version": "1.43.0",
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.39.0",
33+
"@latticexyz/recs": "^1.43.0",
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

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
### Bug Fixes
9+
10+
- **recs:** overridden component update stream should return the overridden component ([#544](https://github.com/latticexyz/mud/issues/544)) ([6b94637](https://github.com/latticexyz/mud/commit/6b94637a0e696b10b7cbf1b7c26435e60a1e4264))
11+
612
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
713

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

‎packages/recs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@latticexyz/recs",
33
"license": "MIT",
4-
"version": "1.39.0",
4+
"version": "1.43.0",
55
"source": "src/index.ts",
66
"main": "src/index.ts",
77
"type": "module",
@@ -22,7 +22,7 @@
2222
"release": "npm publish || echo 'version already published'"
2323
},
2424
"devDependencies": {
25-
"@latticexyz/utils": "^1.39.0",
25+
"@latticexyz/utils": "^1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/services
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
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.39.0",
4+
"version": "1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/solecs
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
711

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

‎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.39.0",
4+
"version": "1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/std-client
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
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.39.0",
3+
"version": "1.43.0",
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.39.0",
25-
"@latticexyz/recs": "^1.39.0",
26-
"@latticexyz/solecs": "^1.39.0",
27-
"@latticexyz/utils": "^1.39.0",
24+
"@latticexyz/network": "^1.43.0",
25+
"@latticexyz/recs": "^1.43.0",
26+
"@latticexyz/solecs": "^1.43.0",
27+
"@latticexyz/utils": "^1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/std-contracts
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
711

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

‎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.39.0",
4+
"version": "1.43.0",
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.39.0",
27+
"@latticexyz/solecs": "^1.43.0",
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.43.0](https://github.com/latticexyz/mud/compare/v1.39.0...v1.43.0) (2023-04-23)
7+
8+
**Note:** Version bump only for package @latticexyz/utils
9+
610
# [1.39.0](https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0) (2023-02-22)
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.39.0",
4+
"version": "1.43.0",
55
"type": "module",
66
"source": "src/index.ts",
77
"main": "src/index.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.