@xh/hoist 69.0.0-SNAPSHOT.1728940918961 → 69.0.0-SNAPSHOT.1728943041558
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 +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW - Hoist core update)
|
|
6
6
|
|
|
7
|
-
* Requires `hoist-core >=
|
|
7
|
+
* Requires `hoist-core >= 24` to support batch upload of activity tracking logs to server.
|
|
8
8
|
* Replaced `AppState.INITIALIZING` with finer-grained states (not expected to impact most apps).
|
|
9
9
|
|
|
10
10
|
### 🎁 New Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "69.0.0-SNAPSHOT.
|
|
3
|
+
"version": "69.0.0-SNAPSHOT.1728943041558",
|
|
4
4
|
"description": "Hoist add-on for building and deploying React Applications.",
|
|
5
5
|
"repository": "github:xh/hoist-react",
|
|
6
6
|
"homepage": "https://xh.io",
|