@xh/hoist 73.0.0-SNAPSHOT.1740415339732 → 73.0.0-SNAPSHOT.1740517958946

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 +2 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,7 +4,8 @@
4
4
 
5
5
  ### 🎁 New Features
6
6
 
7
- * Modify TabContainerModel to be more extensible
7
+ * Modify `TabContainerModel` to make more methods `protected`, improving extensibility for advanced
8
+ use-cases.
8
9
 
9
10
  ## v72.1.0 - 2025-02-13
10
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "73.0.0-SNAPSHOT.1740415339732",
3
+ "version": "73.0.0-SNAPSHOT.1740517958946",
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",