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 Jul 31, 2023
1 parent 2f6cfef commit b4a9ba2
Show file tree
Hide file tree
Showing 55 changed files with 369 additions and 32 deletions.
10 changes: 9 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,22 @@
"@latticexyz/world": "1.42.0"
},
"changesets": [
"afraid-hotels-bathe",
"big-goats-prove",
"brave-rings-tickle",
"dirty-items-retire",
"eighty-tigers-argue",
"fast-ears-hug",
"great-cooks-dream",
"itchy-kids-relax",
"many-phones-study",
"mean-pans-study",
"modern-bikes-build",
"nasty-waves-divide",
"nice-pandas-knock",
"olive-parrots-move",
"perfect-mangos-cry",
"pink-horses-deny",
"quick-numbers-flash",
"rare-planes-draw",
"selfish-cycles-retire",
Expand All @@ -49,6 +56,7 @@
"strange-candles-shout",
"strange-ducks-float",
"thin-buses-reply",
"tricky-frogs-beam"
"tricky-frogs-beam",
"weak-mails-cross"
]
}
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.1

### Patch Changes

- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]:
- @latticexyz/schema-type@2.0.0-next.1
- @latticexyz/common@2.0.0-next.1
- @latticexyz/config@2.0.0-next.1

## 2.0.0-next.0

### Minor 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.0",
"version": "2.0.0-next.1",
"description": "Create a stream of EVM block logs for events",
"repository": {
"type": "git",
Expand Down
30 changes: 30 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- [#1178](https://github.com/latticexyz/mud/pull/1178) [`168a4cb4`](https://github.com/latticexyz/mud/commit/168a4cb43ce4f7bfbdb7b1b9d4c305b912a0d3f2) Thanks [@TheGreatAxios](https://github.com/TheGreatAxios)! - Add support for legacy transactions in deploy script by falling back to `gasPrice` if `lastBaseFeePerGas` is not available

- [#1206](https://github.com/latticexyz/mud/pull/1206) [`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b) Thanks [@holic](https://github.com/holic)! - Generated `contractComponents` now properly import `World` as type

- [#1195](https://github.com/latticexyz/mud/pull/1195) [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd) Thanks [@holic](https://github.com/holic)! - Update RECS components with v2 key/value schemas. This helps with encoding/decoding composite keys and strong types for keys/values.

This may break if you were previously dependent on `component.id`, `component.metadata.componentId`, or `component.metadata.tableId`:

- `component.id` is now the on-chain `bytes32` hex representation of the table ID
- `component.metadata.componentName` is the table name (e.g. `Position`)
- `component.metadata.tableName` is the namespaced table name (e.g. `myworld:Position`)
- `component.metadata.keySchema` is an object with key names and their corresponding ABI types
- `component.metadata.valueSchema` is an object with field names and their corresponding ABI types

- Updated dependencies [[`3236f799`](https://github.com/latticexyz/mud/commit/3236f799e501be227da6e42e7b41a4928750115c), [`c963b46c`](https://github.com/latticexyz/mud/commit/c963b46c7eaceebc652930936643365b8c48a021), [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]:
- @latticexyz/services@2.0.0-next.1
- @latticexyz/store@2.0.0-next.1
- @latticexyz/schema-type@2.0.0-next.1
- @latticexyz/world@2.0.0-next.1
- @latticexyz/common@2.0.0-next.1
- @latticexyz/config@2.0.0-next.1
- @latticexyz/utils@2.0.0-next.1
- @latticexyz/gas-report@2.0.0-next.1
- @latticexyz/solecs@2.0.0-next.1
- @latticexyz/std-contracts@2.0.0-next.1

## 2.0.0-next.0

### Minor 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.0",
"version": "2.0.0-next.1",
"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.1

### Patch Changes

- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]:
- @latticexyz/schema-type@2.0.0-next.1

## 2.0.0-next.0

### Minor 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.0",
"version": "2.0.0-next.1",
"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.1

### Patch Changes

- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]:
- @latticexyz/schema-type@2.0.0-next.1
- @latticexyz/common@2.0.0-next.1

## 2.0.0-next.0

### 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.0",
"version": "2.0.0-next.1",
"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.1

## 2.0.0-next.0

### Patch Changes
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.0",
"version": "2.0.0-next.1",
"description": "Create a new MUD project",
"license": "MIT",
"author": "Lattice <[email protected]>",
Expand Down
12 changes: 12 additions & 0 deletions packages/dev-tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @latticexyz/dev-tools

## 2.0.0-next.1

### Patch Changes

- Updated dependencies [[`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]:
- @latticexyz/std-client@2.0.0-next.1
- @latticexyz/network@2.0.0-next.1
- @latticexyz/react@2.0.0-next.1
- @latticexyz/world@2.0.0-next.1
- @latticexyz/common@2.0.0-next.1
- @latticexyz/utils@2.0.0-next.1

## 2.0.0-next.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "2.0.0-next.1",
"description": "MUD developer tools",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,10 +49,10 @@
"vitest": "0.31.4"
},
"peerDependencies": {
"@latticexyz/network": "2.0.0-next.0",
"@latticexyz/std-client": "2.0.0-next.0",
"@latticexyz/utils": "2.0.0-next.0",
"@latticexyz/world": "2.0.0-next.0"
"@latticexyz/network": "2.0.0-next.1",
"@latticexyz/std-client": "2.0.0-next.1",
"@latticexyz/utils": "2.0.0-next.1",
"@latticexyz/world": "2.0.0-next.1"
},
"publishConfig": {
"access": "public"
Expand Down
9 changes: 9 additions & 0 deletions packages/ecs-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- Updated dependencies [[`e259ef79`](https://github.com/latticexyz/mud/commit/e259ef79f4d9026353176d0f74628cae50c2f69b), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]:
- @latticexyz/std-client@2.0.0-next.1
- @latticexyz/recs@2.0.0-next.1
- @latticexyz/utils@2.0.0-next.1

## 2.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/ecs-browser",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "Component Browser for RECS",
"repository": {
"type": "git",
Expand Down
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.1

## 2.0.0-next.0

### Minor Changes
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.0",
"version": "2.0.0-next.1",
"description": "Gas reporter for specific lines within forge tests",
"repository": {
"type": "git",
Expand Down
14 changes: 14 additions & 0 deletions packages/network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- Updated dependencies [[`3236f799`](https://github.com/latticexyz/mud/commit/3236f799e501be227da6e42e7b41a4928750115c), [`c963b46c`](https://github.com/latticexyz/mud/commit/c963b46c7eaceebc652930936643365b8c48a021), [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]:
- @latticexyz/services@2.0.0-next.1
- @latticexyz/store@2.0.0-next.1
- @latticexyz/schema-type@2.0.0-next.1
- @latticexyz/recs@2.0.0-next.1
- @latticexyz/world@2.0.0-next.1
- @latticexyz/common@2.0.0-next.1
- @latticexyz/utils@2.0.0-next.1
- @latticexyz/solecs@2.0.0-next.1

## 2.0.0-next.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@latticexyz/network",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
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.1

## 2.0.0-next.0

### Patch Changes
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.0",
"version": "2.0.0-next.1",
"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.1

### Patch Changes

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

## 2.0.0-next.0

### 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.0",
"version": "2.0.0-next.1",
"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.1

### Patch Changes

- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]:
- @latticexyz/schema-type@2.0.0-next.1
- @latticexyz/common@2.0.0-next.1

## 2.0.0-next.0

### Minor 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.0",
"version": "2.0.0-next.1",
"description": "Parser utilities for the MUD protocol",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- Updated dependencies [[`c963b46c`](https://github.com/latticexyz/mud/commit/c963b46c7eaceebc652930936643365b8c48a021), [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd)]:
- @latticexyz/store@2.0.0-next.1
- @latticexyz/recs@2.0.0-next.1
- @latticexyz/store-cache@2.0.0-next.1

## 2.0.0-next.0

### 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.0",
"version": "2.0.0-next.1",
"description": "React tools for MUD client.",
"repository": {
"type": "git",
Expand Down
18 changes: 18 additions & 0 deletions packages/recs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## 2.0.0-next.1

### Patch Changes

- [#1195](https://github.com/latticexyz/mud/pull/1195) [`afdba793`](https://github.com/latticexyz/mud/commit/afdba793fd84abf17eef5ef59dd56fabe353c8bd) Thanks [@holic](https://github.com/holic)! - Update RECS components with v2 key/value schemas. This helps with encoding/decoding composite keys and strong types for keys/values.

This may break if you were previously dependent on `component.id`, `component.metadata.componentId`, or `component.metadata.tableId`:

- `component.id` is now the on-chain `bytes32` hex representation of the table ID
- `component.metadata.componentName` is the table name (e.g. `Position`)
- `component.metadata.tableName` is the namespaced table name (e.g. `myworld:Position`)
- `component.metadata.keySchema` is an object with key names and their corresponding ABI types
- `component.metadata.valueSchema` is an object with field names and their corresponding ABI types

- Updated dependencies [[`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07)]:
- @latticexyz/schema-type@2.0.0-next.1
- @latticexyz/utils@2.0.0-next.1

## 2.0.0-next.0

### 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.0",
"version": "2.0.0-next.1",
"repository": {
"type": "git",
"url": "https://github.com/latticexyz/mud.git",
Expand Down
6 changes: 6 additions & 0 deletions packages/schema-type/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.0-next.1

### Minor Changes

- [#1196](https://github.com/latticexyz/mud/pull/1196) [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07) Thanks [@holic](https://github.com/holic)! - add type narrowing `isStaticAbiType`

## 2.0.0-next.0

### Patch Changes
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.0",
"version": "2.0.0-next.1",
"description": "SchemaType enum for various languages",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit b4a9ba2

Please sign in to comment.