@xh/hoist 73.0.0-SNAPSHOT.1747414706232 → 73.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,10 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## v73.0.0-SNAPSHOT - unreleased
3
+ ## v73.0.0 - 2025-05-16
4
4
 
5
5
  ### 💥 Breaking Changes (upgrade difficulty: 🟢 TRIVIAL - minor upgrade to Hoist Core)
6
6
 
7
- * Requires `hoist-core >= 30.1` with new APIs to support the consolidated Admin Console "Clients"
7
+ * Requires `hoist-core >= 31` with new APIs to support the consolidated Admin Console "Clients"
8
8
  tab and new properties on `TrackLog`.
9
9
  * Apps with a custom `AppModel` for their admin app that extends `@xh/hoist/admin/AppModel` must
10
10
  ensure they call `super.initAsync()` within their override of that lifecycle method, if
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1747414706232",
3
+ "version": "73.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",