@latticexyz/react 2.0.0-main-6c615b60 → 2.0.0-main-8193136a
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 +17 -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-8193136a
|
|
4
4
|
|
|
5
5
|
### Major Changes
|
|
6
6
|
|
|
@@ -90,6 +90,7 @@
|
|
|
90
90
|
- Updated dependencies [55a05fd7]
|
|
91
91
|
- Updated dependencies [63831a26]
|
|
92
92
|
- Updated dependencies [6db95ce1]
|
|
93
|
+
- Updated dependencies [8193136a]
|
|
93
94
|
- Updated dependencies [5d737cf2]
|
|
94
95
|
- Updated dependencies [a7b30c79]
|
|
95
96
|
- Updated dependencies [92de5998]
|
|
@@ -128,8 +129,21 @@
|
|
|
128
129
|
- Updated dependencies [cea754dd]
|
|
129
130
|
- Updated dependencies [cc2c8da0]
|
|
130
131
|
- Updated dependencies [103f635e]
|
|
131
|
-
- @latticexyz/store@2.0.0-main-
|
|
132
|
-
- @latticexyz/recs@2.0.0-main-
|
|
132
|
+
- @latticexyz/store@2.0.0-main-8193136a
|
|
133
|
+
- @latticexyz/recs@2.0.0-main-8193136a
|
|
134
|
+
|
|
135
|
+
## 2.0.0-next.17
|
|
136
|
+
|
|
137
|
+
### Patch Changes
|
|
138
|
+
|
|
139
|
+
- Updated dependencies [a35c05ea]
|
|
140
|
+
- Updated dependencies [05b3e888]
|
|
141
|
+
- Updated dependencies [aabd3076]
|
|
142
|
+
- Updated dependencies [55a05fd7]
|
|
143
|
+
- Updated dependencies [5c52bee0]
|
|
144
|
+
- Updated dependencies [745485cd]
|
|
145
|
+
- @latticexyz/store@2.0.0-next.17
|
|
146
|
+
- @latticexyz/recs@2.0.0-next.17
|
|
133
147
|
|
|
134
148
|
## 2.0.0-next.16
|
|
135
149
|
|
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-8193136a",
|
|
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-8193136a",
|
|
22
|
+
"@latticexyz/store": "2.0.0-main-8193136a"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@testing-library/react-hooks": "^8.0.1",
|