@xh/hoist 73.0.0-SNAPSHOT.1744228975863 → 73.0.0-SNAPSHOT.1744229935910

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 +5 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,18 +2,18 @@
2
2
 
3
3
  ## v73.0.0-SNAPSHOT - unreleased
4
4
 
5
+ ## v72.4.0 - 2025-04-09
6
+
5
7
  ### 🎁 New Features
6
8
  * New methods for formatting timestamps within nested JSON objects. See `withFormattedTimestamps`
7
9
  and `timestampReplacer` in the `@xh/hoist/format` package.
8
-
9
- *`ViewManagerConfig` takes new optional key `viewMenuItemFn` to allow ViewManager implementations to customize
10
- the menu items for views in the view manager menu.
10
+ * `ViewManagerConfig` takes new optional key `viewMenuItemFn` to allow ViewManager implementations
11
+ to customize the menu items for views in the view manager menu.
11
12
 
12
13
  ### ⚙️ Technical
13
- * Added dedicated `ClientHealthService` for managing client health report. Additional enhancements
14
+ * Added dedicated `ClientHealthService` for managing client health report. Additional enhancements
14
15
  to health report to include information about web sockets, idle time, and page state.
15
16
 
16
-
17
17
  ## v72.3.0 - 2025-04-08
18
18
 
19
19
  ### 🎁 New Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1744228975863",
3
+ "version": "73.0.0-SNAPSHOT.1744229935910",
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",