@latticexyz/react 2.0.0-main-8a34a565 → 2.0.0-main-43ceed99
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.
- package/CHANGELOG.md +25 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 2.0.0-main-
|
|
3
|
+
## 2.0.0-main-43ceed99
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -143,8 +143,30 @@
|
|
|
143
143
|
- Updated dependencies [cc2c8da0]
|
|
144
144
|
- Updated dependencies [252a1852]
|
|
145
145
|
- Updated dependencies [103f635e]
|
|
146
|
-
- @latticexyz/store@2.0.0-main-
|
|
147
|
-
- @latticexyz/recs@2.0.0-main-
|
|
146
|
+
- @latticexyz/store@2.0.0-main-43ceed99
|
|
147
|
+
- @latticexyz/recs@2.0.0-main-43ceed99
|
|
148
|
+
|
|
149
|
+
## 2.0.0-next.18
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- 01e46d99: Removed some unused files, namely `curry` in `@latticexyz/common` and `useDeprecatedComputedValue` from `@latticexyz/react`.
|
|
154
|
+
- Updated dependencies [c9ee5e4a]
|
|
155
|
+
- Updated dependencies [2c920de7]
|
|
156
|
+
- Updated dependencies [44236041]
|
|
157
|
+
- Updated dependencies [9aa5e786]
|
|
158
|
+
- Updated dependencies [c991c71a]
|
|
159
|
+
- Updated dependencies [190fdd11]
|
|
160
|
+
- Updated dependencies [8193136a9]
|
|
161
|
+
- Updated dependencies [93390d89]
|
|
162
|
+
- Updated dependencies [144c0d8d]
|
|
163
|
+
- Updated dependencies [c58da9ad]
|
|
164
|
+
- Updated dependencies [3042f86e]
|
|
165
|
+
- Updated dependencies [d7b1c588a]
|
|
166
|
+
- Updated dependencies [3e7d83d0]
|
|
167
|
+
- Updated dependencies [252a1852]
|
|
168
|
+
- @latticexyz/store@2.0.0-next.18
|
|
169
|
+
- @latticexyz/recs@2.0.0-next.18
|
|
148
170
|
|
|
149
171
|
## 2.0.0-next.17
|
|
150
172
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/react",
|
|
3
|
-
"version": "2.0.0-main-
|
|
3
|
+
"version": "2.0.0-main-43ceed99",
|
|
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-
|
|
22
|
-
"@latticexyz/store": "2.0.0-main-
|
|
21
|
+
"@latticexyz/recs": "2.0.0-main-43ceed99",
|
|
22
|
+
"@latticexyz/store": "2.0.0-main-43ceed99"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@testing-library/react-hooks": "^8.0.1",
|