Commit 7528605 1 parent aadb130 commit 7528605 Copy full SHA for 7528605
File tree 28 files changed +105
-33
lines changed
28 files changed +105
-33
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
19
8
20
### Features
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 1.39 .0" ,
5
+ "version" : " 1.43 .0" ,
6
6
"npmClient" : " yarn" ,
7
7
"useWorkspaces" : true ,
8
8
"conventionalCommits" : true ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/cli
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/cli" ,
3
- "version" : " 1.39 .0" ,
3
+ "version" : " 1.43 .0" ,
4
4
"description" : " Command line interface for mud" ,
5
5
"main" : " src/index.ts" ,
6
6
"license" : " MIT" ,
39
39
"dependencies" : {
40
40
"@improbable-eng/grpc-web" : " ^0.15.0" ,
41
41
"@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" ,
46
46
"@typechain/ethers-v5" : " ^10.1.1" ,
47
47
"chalk" : " ^5.0.1" ,
48
48
"chokidar" : " ^3.5.3" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-mud" ,
3
3
"description" : " Create a new MUD project" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"author" : " Lattice <mud@lattice.xyz>" ,
6
6
"license" : " MIT" ,
7
7
"bin" : " dist/cli.js" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
13
8
14
** Note:** Version bump only for package @latticexyz/ecs-browser
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/ecs-browser" ,
3
- "version" : " 1.39 .0" ,
3
+ "version" : " 1.43 .0" ,
4
4
"description" : " Component Browser for RECS" ,
5
5
"license" : " MIT" ,
6
6
"main" : " src/index.ts" ,
21
21
"release" : " npm publish || echo 'version already published'"
22
22
},
23
23
"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" ,
27
27
"@rollup/plugin-node-resolve" : " ^13.1.3" ,
28
28
"@rollup/plugin-typescript" : " ^8.3.1" ,
29
29
"@types/jest" : " ^27.4.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/network
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/network" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"source" : " src/index.ts" ,
6
6
"main" : " src/index.ts" ,
7
7
"engines" : {
47
47
"@ethersproject/abi" : " ^5.6.0" ,
48
48
"@ethersproject/providers" : " ^5.6.1" ,
49
49
"@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" ,
54
54
"@protobuf-ts/grpcweb-transport" : " ^2.7.0" ,
55
55
"@types/debug" : " ^4.1.7" ,
56
56
"@types/google-protobuf" : " ^3.15.6" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/noise
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/noise" ,
3
- "version" : " 1.39 .0" ,
3
+ "version" : " 1.43 .0" ,
4
4
"source" : " ts/index.ts" ,
5
5
"main" : " src/index.ts" ,
6
6
"types" : " dist/types.d.ts" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
13
8
14
** Note:** Version bump only for package @latticexyz/phaserx
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/phaserx" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"source" : " src/index.ts" ,
6
6
"main" : " src/index.ts" ,
7
7
"repository" : {
21
21
"release" : " npm publish || echo 'version already published'"
22
22
},
23
23
"devDependencies" : {
24
- "@latticexyz/utils" : " ^1.39 .0" ,
24
+ "@latticexyz/utils" : " ^1.43 .0" ,
25
25
"@rollup/plugin-commonjs" : " ^21.0.2" ,
26
26
"@rollup/plugin-node-resolve" : " ^13.1.3" ,
27
27
"@rollup/plugin-typescript" : " ^8.3.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
13
8
14
** Note:** Version bump only for package @latticexyz/react
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/react" ,
3
- "version" : " 1.39 .0" ,
3
+ "version" : " 1.43 .0" ,
4
4
"description" : " React tools for MUD client." ,
5
5
"license" : " MIT" ,
6
6
"source" : " src/index.ts" ,
30
30
"fast-deep-equal" : " ^3.1.3"
31
31
},
32
32
"devDependencies" : {
33
- "@latticexyz/recs" : " ^1.39 .0" ,
33
+ "@latticexyz/recs" : " ^1.43 .0" ,
34
34
"@rollup/plugin-json" : " ^4.1.0" ,
35
35
"@rollup/plugin-node-resolve" : " ^13.1.3" ,
36
36
"@rollup/plugin-typescript" : " ^8.3.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
12
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
13
8
14
** Note:** Version bump only for package @latticexyz/recs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/recs" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"source" : " src/index.ts" ,
6
6
"main" : " src/index.ts" ,
7
7
"type" : " module" ,
22
22
"release" : " npm publish || echo 'version already published'"
23
23
},
24
24
"devDependencies" : {
25
- "@latticexyz/utils" : " ^1.39 .0" ,
25
+ "@latticexyz/utils" : " ^1.43 .0" ,
26
26
"@rollup/plugin-node-resolve" : " ^13.1.3" ,
27
27
"@rollup/plugin-typescript" : " ^8.3.1" ,
28
28
"@types/jest" : " ^27.4.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/services
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/services" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"description" : " MUD services for enhanced interactions with on-chain ECS state" ,
6
6
"main" : " protobuf/ts" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/solecs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/solecs" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"description" : " Solidity Entity Component System" ,
6
6
"types" : " ./types/ethers-contracts/" ,
7
7
"repository" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/std-client
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/std-client" ,
3
- "version" : " 1.39 .0" ,
3
+ "version" : " 1.43 .0" ,
4
4
"description" : " Standard library for MUD client." ,
5
5
"license" : " MIT" ,
6
6
"source" : " src/index.ts" ,
21
21
"release" : " npm publish || echo 'version already published'"
22
22
},
23
23
"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" ,
28
28
"@rollup/plugin-json" : " ^4.1.0" ,
29
29
"@rollup/plugin-node-resolve" : " ^13.1.3" ,
30
30
"@rollup/plugin-typescript" : " ^8.3.1" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/std-contracts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/std-contracts" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"description" : " MUD Contracts Standard Library" ,
6
6
"types" : " ./types/ethers-contracts/" ,
7
7
"repository" : {
24
24
"release" : " npm publish || echo 'version already published'"
25
25
},
26
26
"devDependencies" : {
27
- "@latticexyz/solecs" : " ^1.39 .0" ,
27
+ "@latticexyz/solecs" : " ^1.43 .0" ,
28
28
"@rari-capital/solmate" : " https://github.com/Rari-Capital/solmate.git#b6ae78e6ff490f8fec7695c7b65d06e5614f1b65" ,
29
29
"@typechain/ethers-v5" : " ^9.0.0" ,
30
30
"ds-test" : " https://github.com/dapphub/ds-test.git#c9ce3f25bde29fc5eb9901842bf02850dfd2d084" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
10
# [ 1.39.0] ( https://github.com/latticexyz/mud/compare/v1.38.0...v1.39.0 ) (2023-02-22)
7
11
8
12
** Note:** Version bump only for package @latticexyz/utils
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/utils" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.39 .0" ,
4
+ "version" : " 1.43 .0" ,
5
5
"type" : " module" ,
6
6
"source" : " src/index.ts" ,
7
7
"main" : " src/index.ts" ,
You can’t perform that action at this time.
0 commit comments