Skip to content

Commit

Permalink
Merge branch 'main' into authcall/entity-id-optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
authcall committed Oct 24, 2022
2 parents 8783d1b + 63acb4a commit ad67525
Show file tree
Hide file tree
Showing 24 changed files with 82 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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

### Features

- **recs:** add util to clear cache of local cache component ([#217](https://github.com/latticexyz/mud/issues/217)) ([30a5868](https://github.com/latticexyz/mud/commit/30a5868f86a0d9e7a8de92f79c286841125f8ca7))

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"packages/ri/*"
],
"version": "1.19.0",
"version": "1.20.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**Note:** Version bump only for package @latticexyz/cli
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
"version": "1.19.0",
"version": "1.20.0",
"description": "Command line interface for mud",
"main": "dist/index.js",
"license": "MIT",
Expand Down Expand Up @@ -36,9 +36,9 @@
"typescript": "^4.6.4"
},
"dependencies": {
"@latticexyz/solecs": "^1.19.0",
"@latticexyz/std-contracts": "^1.19.0",
"@latticexyz/utils": "^1.19.0",
"@latticexyz/solecs": "^1.20.0",
"@latticexyz/std-contracts": "^1.20.0",
"@latticexyz/utils": "^1.20.0",
"chalk": "^5.0.1",
"clear": "^0.1.0",
"commander": "^9.2.0",
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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**Note:** Version bump only for package @latticexyz/ecs-browser
Expand Down
10 changes: 5 additions & 5 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.19.0",
"version": "1.20.0",
"description": "Component Browser for RECS",
"license": "MIT",
"main": "src/index.ts",
Expand All @@ -20,10 +20,10 @@
"release": "npm publish || echo 'version already published'"
},
"devDependencies": {
"@latticexyz/phaserx": "^1.19.0",
"@latticexyz/recs": "^1.19.0",
"@latticexyz/std-client": "^1.19.0",
"@latticexyz/utils": "^1.19.0",
"@latticexyz/phaserx": "^1.20.0",
"@latticexyz/recs": "^1.20.0",
"@latticexyz/std-client": "^1.20.0",
"@latticexyz/utils": "^1.20.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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

### Features
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.19.0",
"version": "1.20.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.19.0",
"@latticexyz/services": "^1.19.0",
"@latticexyz/solecs": "^1.19.0",
"@latticexyz/utils": "^1.19.0",
"@latticexyz/recs": "^1.20.0",
"@latticexyz/services": "^1.20.0",
"@latticexyz/solecs": "^1.20.0",
"@latticexyz/utils": "^1.20.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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**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.19.0",
"version": "1.20.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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**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.19.0",
"version": "1.20.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.19.0",
"@latticexyz/utils": "^1.20.0",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/recs/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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

### Features

- **recs:** add util to clear cache of local cache component ([#217](https://github.com/latticexyz/mud/issues/217)) ([30a5868](https://github.com/latticexyz/mud/commit/30a5868f86a0d9e7a8de92f79c286841125f8ca7))

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**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.19.0",
"version": "1.20.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.19.0",
"@latticexyz/utils": "^1.20.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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

### Bug Fixes
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.19.0",
"version": "1.20.0",
"description": "MUD services for enhanced interactions with on-chain ECS state",
"main": "protobuf/ts",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/solecs/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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**Note:** Version bump only for package @latticexyz/solecs
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.19.0",
"version": "1.20.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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

### Features
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.19.0",
"version": "1.20.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.19.0",
"@latticexyz/recs": "^1.19.0",
"@latticexyz/solecs": "^1.19.0",
"@latticexyz/utils": "^1.19.0",
"@latticexyz/network": "^1.20.0",
"@latticexyz/recs": "^1.20.0",
"@latticexyz/solecs": "^1.20.0",
"@latticexyz/utils": "^1.20.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/std-contracts/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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**Note:** Version bump only for package @latticexyz/std-contracts
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.19.0",
"version": "1.20.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.19.0",
"@latticexyz/solecs": "^1.20.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.20.0](https://github.com/latticexyz/mud/compare/v1.19.0...v1.20.0) (2022-10-22)

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

# [1.19.0](https://github.com/latticexyz/mud/compare/v1.18.0...v1.19.0) (2022-10-21)

**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.19.0",
"version": "1.20.0",
"type": "module",
"source": "src/index.ts",
"main": "src/index.ts",
Expand Down

0 comments on commit ad67525

Please sign in to comment.