@latticexyz/recs 2.0.0-main-69a96f10 → 2.0.0-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-69a96f10
3
+ ## 2.0.0-next.0
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1167](https://github.com/latticexyz/mud/pull/1167) [`1e2ad78e`](https://github.com/latticexyz/mud/commit/1e2ad78e277b551dd1b8efb0e4438fb10441644c) Thanks [@holic](https://github.com/holic)! - improve RECS error messages for v2 components
8
8
 
9
9
  - Updated dependencies [[`48909d15`](https://github.com/latticexyz/mud/commit/48909d151b3dfceab128c120bc6bb77de53c456b), [`f03531d9`](https://github.com/latticexyz/mud/commit/f03531d97c999954a626ef63bc5bbae51a7b90f3), [`4e4a3415`](https://github.com/latticexyz/mud/commit/4e4a34150aeae988c8e61e25d55c227afb6c2d4b), [`53522998`](https://github.com/latticexyz/mud/commit/535229984565539e6168042150b45fe0f9b48b0f)]:
10
- - @latticexyz/schema-type@2.0.0-main-69a96f10
11
- - @latticexyz/utils@2.0.0-main-69a96f10
10
+ - @latticexyz/schema-type@2.0.0-next.0
11
+ - @latticexyz/utils@2.0.0-next.0
12
12
 
13
13
  All notable changes to this project will be documented in this file.
14
14
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/recs",
3
- "version": "2.0.0-main-69a96f10",
3
+ "version": "2.0.0-next.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/latticexyz/mud.git",
@@ -15,8 +15,8 @@
15
15
  "dependencies": {
16
16
  "mobx": "^6.7.0",
17
17
  "rxjs": "7.5.5",
18
- "@latticexyz/schema-type": "2.0.0-main-69a96f10",
19
- "@latticexyz/utils": "2.0.0-main-69a96f10"
18
+ "@latticexyz/schema-type": "2.0.0-next.0",
19
+ "@latticexyz/utils": "2.0.0-next.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^27.4.1",