@latticexyz/react 2.0.0-main-93390d89 → 2.0.0-main-bde8bd69

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 +4 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-93390d89
3
+ ## 2.0.0-main-bde8bd69
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -37,6 +37,7 @@
37
37
  - Updated dependencies [c6c13f2e]
38
38
  - Updated dependencies [1b86eac0]
39
39
  - Updated dependencies [a35c05ea]
40
+ - Updated dependencies [c9ee5e4a]
40
41
  - Updated dependencies [c963b46c]
41
42
  - Updated dependencies [05b3e888]
42
43
  - Updated dependencies [ce7125a1]
@@ -142,8 +143,8 @@
142
143
  - Updated dependencies [cc2c8da0]
143
144
  - Updated dependencies [252a1852]
144
145
  - Updated dependencies [103f635e]
145
- - @latticexyz/store@2.0.0-main-93390d89
146
- - @latticexyz/recs@2.0.0-main-93390d89
146
+ - @latticexyz/store@2.0.0-main-bde8bd69
147
+ - @latticexyz/recs@2.0.0-main-bde8bd69
147
148
 
148
149
  ## 2.0.0-next.17
149
150
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/react",
3
- "version": "2.0.0-main-93390d89",
3
+ "version": "2.0.0-main-bde8bd69",
4
4
  "description": "React tools for MUD client.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,8 +18,8 @@
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-93390d89",
22
- "@latticexyz/store": "2.0.0-main-93390d89"
21
+ "@latticexyz/recs": "2.0.0-main-bde8bd69",
22
+ "@latticexyz/store": "2.0.0-main-bde8bd69"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@testing-library/react-hooks": "^8.0.1",