@xh/hoist 69.0.0-SNAPSHOT.1729090176936 → 69.0.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## 69.0.0-SNAPSHOT - unreleased
3
+ ## 69.0.0 - 2024-10-17
4
4
 
5
5
  ### 💥 Breaking Changes (upgrade difficulty: 🟢 LOW - Hoist core update)
6
6
 
@@ -8,7 +8,6 @@
8
8
  new memory monitoring persistence.
9
9
  * Replaced `AppState.INITIALIZING` with finer-grained states (not expected to impact most apps).
10
10
 
11
-
12
11
  ### 🎁 New Features
13
12
 
14
13
  * Optimized activity tracking to batch its calls to the server, reducing network overhead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "69.0.0-SNAPSHOT.1729090176936",
3
+ "version": "69.0.0",
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",