@latticexyz/react 2.0.0-main-d3f0d32f → 2.0.0-main-c207d35e

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 +20 -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-d3f0d32f
3
+ ## 2.0.0-main-c207d35e
4
4
 
5
5
  ### Major Changes
6
6
 
@@ -107,8 +107,25 @@
107
107
  - Updated dependencies [afdba793]
108
108
  - Updated dependencies [cea754dd]
109
109
  - Updated dependencies [cc2c8da0]
110
- - @latticexyz/store@2.0.0-main-d3f0d32f
111
- - @latticexyz/recs@2.0.0-main-d3f0d32f
110
+ - @latticexyz/store@2.0.0-main-c207d35e
111
+ - @latticexyz/recs@2.0.0-main-c207d35e
112
+
113
+ ## 2.0.0-next.15
114
+
115
+ ### Patch Changes
116
+
117
+ - 59054203: TS packages now generate their respective `.d.ts` type definition files for better compatibility when using MUD with `moduleResolution` set to `bundler` or `node16` and fixes issues around missing type declarations for dependent packages.
118
+ - 9ef3f9a7: Fixed an issue where `useComponentValue` would not detect a change and re-render if the component value was immediately removed.
119
+ - Updated dependencies [d8c8f66b]
120
+ - Updated dependencies [1b86eac0]
121
+ - Updated dependencies [1077c7f5]
122
+ - Updated dependencies [59054203]
123
+ - Updated dependencies [6db95ce1]
124
+ - Updated dependencies [5d737cf2]
125
+ - Updated dependencies [5ac4c97f]
126
+ - Updated dependencies [e4817174]
127
+ - @latticexyz/store@2.0.0-next.15
128
+ - @latticexyz/recs@2.0.0-next.15
112
129
 
113
130
  ## 2.0.0-next.14
114
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/react",
3
- "version": "2.0.0-main-d3f0d32f",
3
+ "version": "2.0.0-main-c207d35e",
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-d3f0d32f",
22
- "@latticexyz/store": "2.0.0-main-d3f0d32f"
21
+ "@latticexyz/recs": "2.0.0-main-c207d35e",
22
+ "@latticexyz/store": "2.0.0-main-c207d35e"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@testing-library/react-hooks": "^8.0.1",