@latticexyz/react 2.0.0-main-e9258dae → 2.0.0-main-a7b30c79

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 +5 -5
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-e9258dae
3
+ ## 2.0.0-main-a7b30c79
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`904fd7d4`](https://github.com/latticexyz/mud/commit/904fd7d4ee06a86e481e3e02fd5744224376d0c9), [`8d51a034`](https://github.com/latticexyz/mud/commit/8d51a03486bc20006d8cc982f798dfdfe16f169f), [`66cc35a8`](https://github.com/latticexyz/mud/commit/66cc35a8ccb21c50a1882d6c741dd045acd8bc11)]:
8
- - @latticexyz/store@2.0.0-main-e9258dae
9
- - @latticexyz/store-cache@2.0.0-main-e9258dae
10
- - @latticexyz/recs@2.0.0-main-e9258dae
7
+ - Updated dependencies [[`904fd7d4`](https://github.com/latticexyz/mud/commit/904fd7d4ee06a86e481e3e02fd5744224376d0c9), [`8d51a034`](https://github.com/latticexyz/mud/commit/8d51a03486bc20006d8cc982f798dfdfe16f169f), [`66cc35a8`](https://github.com/latticexyz/mud/commit/66cc35a8ccb21c50a1882d6c741dd045acd8bc11), [`a7b30c79`](https://github.com/latticexyz/mud/commit/a7b30c79bcc78530d2d01858de46a0fb87954fda)]:
8
+ - @latticexyz/store@2.0.0-main-a7b30c79
9
+ - @latticexyz/store-cache@2.0.0-main-a7b30c79
10
+ - @latticexyz/recs@2.0.0-main-a7b30c79
11
11
 
12
12
  All notable changes to this project will be documented in this file.
13
13
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/react",
3
- "version": "2.0.0-main-e9258dae",
3
+ "version": "2.0.0-main-a7b30c79",
4
4
  "description": "React tools for MUD client.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,9 +18,9 @@
18
18
  "mobx": "^6.7.0",
19
19
  "react": "^18.2.0",
20
20
  "rxjs": "7.5.5",
21
- "@latticexyz/recs": "2.0.0-main-e9258dae",
22
- "@latticexyz/store": "2.0.0-main-e9258dae",
23
- "@latticexyz/store-cache": "2.0.0-main-e9258dae"
21
+ "@latticexyz/recs": "2.0.0-main-a7b30c79",
22
+ "@latticexyz/store": "2.0.0-main-a7b30c79",
23
+ "@latticexyz/store-cache": "2.0.0-main-a7b30c79"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@testing-library/react-hooks": "^8.0.1",