@xh/hoist 74.0.0-SNAPSHOT.1747680094010 → 74.0.0-SNAPSHOT.1747680461455

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 +8 -4
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Changelog
2
2
 
3
- ## v74.0.0-SNAPSHOT - unreleased
3
+ ## v73.0.1 - 2025-05-19
4
+
5
+ ### 🐞 Bug Fixes
6
+
7
+ * Fixed a minor issue with Admin Console Role Management.
4
8
 
5
9
  ## v73.0.0 - 2025-05-16
6
10
 
@@ -23,7 +27,7 @@
23
27
  * Added ability to append terms to active filter *only* when `commitOnChage:false`
24
28
  * Added new `PopoverFilterChooser` component - wraps `FilterChooser` in a `Popover` to allow it to
25
29
  expand vertically when used in a `Toolbar` or other space-constrained, single-line layout.
26
- * Enhanced OAuth clients with a new `reloginEnabled` config. Set to true to allow the client to do a
30
+ * Enhanced OAuth clients with a new `reloginEnabled` config. Set to true to allow the client to do a
27
31
  potentially interactive popup login mid-session to re-establish auth if its refresh token has
28
32
  expired or been invalidated. Strongly recommended for all OAuth usages.
29
33
  * Significantly upgraded the Admin Console "User Activity" tab:
@@ -78,8 +82,8 @@ build. That said, we *strongly* recommend taking these same changes into your ap
78
82
 
79
83
  * @xh/hoist-dev-utils `10.x → 11.x`
80
84
  * eslint `8.x → 9.x`
81
- * Apps making this update must also rename their `.eslintrc` file to `eslint.config.js`. See the
82
- configuration found in Toolbox's `eslint.config.js` as your new baseline.
85
+ * Apps making this update must also rename their `.eslintrc` file to `eslint.config.js`. See the
86
+ configuration found in Toolbox's `eslint.config.js` as your new baseline.
83
87
  * eslint-config-prettier `9.x → 10.x`
84
88
  * typescript `5.1 → 5.8`
85
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "74.0.0-SNAPSHOT.1747680094010",
3
+ "version": "74.0.0-SNAPSHOT.1747680461455",
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",