Commit 338b201 1 parent 5dc0148 commit 338b201 Copy full SHA for 338b201
File tree 28 files changed +89
-33
lines changed
28 files changed +89
-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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package mud
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 2
2
"packages" : [
3
3
" packages/*"
4
4
],
5
- "version" : " 1.37.0 " ,
5
+ "version" : " 1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/cli
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/cli" ,
3
- "version" : " 1.37.0 " ,
3
+ "version" : " 1.37.1 " ,
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.37.0 " ,
43
- "@latticexyz/solecs" : " ^1.37.0 " ,
44
- "@latticexyz/std-contracts" : " ^1.37.0 " ,
45
- "@latticexyz/utils" : " ^1.37.0 " ,
42
+ "@latticexyz/services" : " ^1.37.1 " ,
43
+ "@latticexyz/solecs" : " ^1.37.1 " ,
44
+ "@latticexyz/std-contracts" : " ^1.37.1 " ,
45
+ "@latticexyz/utils" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package create-mud
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
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.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/ecs-browser
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/ecs-browser" ,
3
- "version" : " 1.37.0 " ,
3
+ "version" : " 1.37.1 " ,
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.37.0 " ,
25
- "@latticexyz/std-client" : " ^1.37.0 " ,
26
- "@latticexyz/utils" : " ^1.37.0 " ,
24
+ "@latticexyz/recs" : " ^1.37.1 " ,
25
+ "@latticexyz/std-client" : " ^1.37.1 " ,
26
+ "@latticexyz/utils" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/network
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/network" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.0 " ,
51
- "@latticexyz/services" : " ^1.37.0 " ,
52
- "@latticexyz/solecs" : " ^1.37.0 " ,
53
- "@latticexyz/utils" : " ^1.37.0 " ,
50
+ "@latticexyz/recs" : " ^1.37.1 " ,
51
+ "@latticexyz/services" : " ^1.37.1 " ,
52
+ "@latticexyz/solecs" : " ^1.37.1 " ,
53
+ "@latticexyz/utils" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/noise
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/noise" ,
3
- "version" : " 1.37.0 " ,
3
+ "version" : " 1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/phaserx
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/phaserx" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.0 " ,
24
+ "@latticexyz/utils" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/react
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/react" ,
3
- "version" : " 1.37.0 " ,
3
+ "version" : " 1.37.1 " ,
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.37.0 " ,
33
+ "@latticexyz/recs" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/recs
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/recs" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.0 " ,
25
+ "@latticexyz/utils" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/services
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Reverts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/services" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/solecs
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Reverts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/solecs" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/std-client
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/std-client" ,
3
- "version" : " 1.37.0 " ,
3
+ "version" : " 1.37.1 " ,
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.37.0 " ,
25
- "@latticexyz/recs" : " ^1.37.0 " ,
26
- "@latticexyz/solecs" : " ^1.37.0 " ,
27
- "@latticexyz/utils" : " ^1.37.0 " ,
24
+ "@latticexyz/network" : " ^1.37.1 " ,
25
+ "@latticexyz/recs" : " ^1.37.1 " ,
26
+ "@latticexyz/solecs" : " ^1.37.1 " ,
27
+ "@latticexyz/utils" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/std-contracts
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Reverts
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.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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.37.0 " ,
27
+ "@latticexyz/solecs" : " ^1.37.1 " ,
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.37.1] ( https://github.com/latticexyz/mud/compare/v1.37.0...v1.37.1 ) (2023-02-17)
7
+
8
+ ** Note:** Version bump only for package @latticexyz/utils
9
+
6
10
# [ 1.37.0] ( https://github.com/latticexyz/mud/compare/v1.36.1...v1.37.0 ) (2023-02-16)
7
11
8
12
### Reverts
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @latticexyz/utils" ,
3
3
"license" : " MIT" ,
4
- "version" : " 1.37.0 " ,
4
+ "version" : " 1.37.1 " ,
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