@xh/hoist 70.0.0-SNAPSHOT.1731001551514 → 70.0.0-SNAPSHOT.1731083521069
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 +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 69.1.0 - 2024-11-07
|
|
4
|
+
|
|
5
|
+
### 🐞 Bug Fixes
|
|
6
|
+
|
|
7
|
+
* Updated minimum required version of FontAwesome to 6.6, as required by the `fileXml()` icon added
|
|
8
|
+
in the prior Hoist release. The previous spec for FA dependencies allowed apps to upgrade to 6.6,
|
|
9
|
+
but did not enforce it, which could result in a build error due to an unresolved import.
|
|
4
10
|
|
|
5
11
|
### ⚙️ Technical
|
|
6
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xh/hoist",
|
|
3
|
-
"version": "70.0.0-SNAPSHOT.
|
|
3
|
+
"version": "70.0.0-SNAPSHOT.1731083521069",
|
|
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",
|