Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 11, 2023
1 parent 1d60930 commit d40145f
Show file tree
Hide file tree
Showing 58 changed files with 245 additions and 34 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"clever-rats-sip",
"cool-snakes-reply",
"dirty-items-retire",
"dry-chicken-love",
"eighty-tigers-argue",
"empty-planes-kiss",
"fast-ears-hug",
Expand Down
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Version 2.0.0-next.8

## Minor changes

**[feat(store,world): add ability to unregister hooks (#1422)](https://github.com/latticexyz/mud/commit/1d60930d6d4c9a0bda262e5e23a5f719b9dd48c7)** (@latticexyz/store, @latticexyz/world)

It is now possible to unregister Store hooks and System hooks.

```solidity
interface IStore {
function unregisterStoreHook(bytes32 table, IStoreHook hookAddress) external;
// ...
}
interface IWorld {
function unregisterSystemHook(bytes32 resourceSelector, ISystemHook hookAddress) external;
// ...
}
```

---

# Version 2.0.0-next.7

## Major changes
Expand Down
2 changes: 2 additions & 0 deletions packages/abi-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/abi-ts

## 2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/abi-ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/abi-ts",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Create TypeScript type declaration files (`.d.ts`) for your ABI JSON files.",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/block-logs-stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @latticexyz/block-logs-stream

## 2.0.0-next.8

### Patch Changes

- Updated dependencies []:
- @latticexyz/common@2.0.0-next.8
- @latticexyz/config@2.0.0-next.8
- @latticexyz/schema-type@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/block-logs-stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/block-logs-stream",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Create a stream of EVM block logs for events",
"repository": {
"type": "git",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## 2.0.0-next.8

### Patch Changes

- Updated dependencies [[`1d60930d`](https://github.com/latticexyz/mud/commit/1d60930d6d4c9a0bda262e5e23a5f719b9dd48c7)]:
- @latticexyz/store@2.0.0-next.8
- @latticexyz/world@2.0.0-next.8
- @latticexyz/abi-ts@2.0.0-next.8
- @latticexyz/common@2.0.0-next.8
- @latticexyz/config@2.0.0-next.8
- @latticexyz/gas-report@2.0.0-next.8
- @latticexyz/protocol-parser@2.0.0-next.8
- @latticexyz/schema-type@2.0.0-next.8
- @latticexyz/services@2.0.0-next.8
- @latticexyz/utils@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/cli",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Command line interface for mud",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.0-next.8

### Patch Changes

- Updated dependencies []:
- @latticexyz/schema-type@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/common",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Common low level logic shared between packages",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.0-next.8

### Patch Changes

- Updated dependencies []:
- @latticexyz/common@2.0.0-next.8
- @latticexyz/schema-type@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/config",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Config for Store and World",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/create-mud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
2 changes: 1 addition & 1 deletion packages/create-mud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-mud",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <[email protected]>",
Expand Down
13 changes: 13 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @latticexyz/dev-tools

## 2.0.0-next.8

### Patch Changes

- Updated dependencies [[`1d60930d`](https://github.com/latticexyz/mud/commit/1d60930d6d4c9a0bda262e5e23a5f719b9dd48c7)]:
- @latticexyz/store@2.0.0-next.8
- @latticexyz/world@2.0.0-next.8
- @latticexyz/react@2.0.0-next.8
- @latticexyz/store-sync@2.0.0-next.8
- @latticexyz/common@2.0.0-next.8
- @latticexyz/recs@2.0.0-next.8
- @latticexyz/utils@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/dev-tools",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -51,12 +51,12 @@
"vitest": "0.31.4"
},
"peerDependencies": {
"@latticexyz/common": "2.0.0-next.7",
"@latticexyz/recs": "2.0.0-next.7",
"@latticexyz/store": "2.0.0-next.7",
"@latticexyz/store-sync": "2.0.0-next.7",
"@latticexyz/utils": "2.0.0-next.7",
"@latticexyz/world": "2.0.0-next.7"
"@latticexyz/common": "2.0.0-next.8",
"@latticexyz/recs": "2.0.0-next.8",
"@latticexyz/store": "2.0.0-next.8",
"@latticexyz/store-sync": "2.0.0-next.8",
"@latticexyz/utils": "2.0.0-next.8",
"@latticexyz/world": "2.0.0-next.8"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 2 additions & 0 deletions packages/ecs-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/ecs-browser

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@latticexyz/ecs-browser",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"private": true
}
2 changes: 2 additions & 0 deletions packages/gas-report/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
2 changes: 1 addition & 1 deletion packages/gas-report/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/gas-report",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/network

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@latticexyz/network",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"private": true
}
2 changes: 2 additions & 0 deletions packages/noise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
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": "2.0.0-next.7",
"version": "2.0.0-next.8",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/phaserx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.0-next.8

### Patch Changes

- Updated dependencies []:
- @latticexyz/utils@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/phaserx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/phaserx",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
8 changes: 8 additions & 0 deletions packages/protocol-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @latticexyz/protocol-parser

## 2.0.0-next.8

### Patch Changes

- Updated dependencies []:
- @latticexyz/common@2.0.0-next.8
- @latticexyz/schema-type@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/protocol-parser",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.0-next.8

### Patch Changes

- Updated dependencies [[`1d60930d`](https://github.com/latticexyz/mud/commit/1d60930d6d4c9a0bda262e5e23a5f719b9dd48c7)]:
- @latticexyz/store@2.0.0-next.8
- @latticexyz/recs@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/react",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "React tools for MUD client.",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/recs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 2.0.0-next.8

### Patch Changes

- Updated dependencies []:
- @latticexyz/schema-type@2.0.0-next.8
- @latticexyz/utils@2.0.0-next.8

## 2.0.0-next.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/recs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/recs",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/schema-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-type/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/schema-type",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "SchemaType enum for various languages",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Change Log

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/services",
"version": "2.0.0-next.7",
"version": "2.0.0-next.8",
"description": "MUD services for enhanced interactions with on-chain ECS state",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions packages/solecs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @latticexyz/solecs

## 2.0.0-next.8

## 2.0.0-next.7

## 2.0.0-next.6
Expand Down
Loading

0 comments on commit d40145f

Please sign in to comment.