@fattureincloud/fic-design-system 0.4.7 → 0.4.8
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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v0.4.8 - 23/02/2022
|
|
4
|
+
|
|
5
|
+
### 🐛 Bug Fix
|
|
6
|
+
|
|
7
|
+
- Downgrade FontAwesome to v5 due to browser compatibility issues
|
|
8
|
+
|
|
3
9
|
## v0.4.7 - 22/02/2022
|
|
4
10
|
|
|
5
11
|
### 🚀 Added
|
|
@@ -34,7 +40,7 @@
|
|
|
34
40
|
|
|
35
41
|
## v0.4.5 - 08/02/2022
|
|
36
42
|
|
|
37
|
-
- Update FontAwesome to v6.0.0
|
|
43
|
+
- Update FontAwesome to v6.0.0 (Downgraded to v5 in v0.4.8)
|
|
38
44
|
|
|
39
45
|
## v0.4.4 - 25/01/2022
|
|
40
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fattureincloud/fic-design-system",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.8",
|
|
4
4
|
"description": "Fatture in Cloud and Danea design system",
|
|
5
5
|
"repository": "git@bitbucket.org:fattureincloud/design-system.git",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"typescript": "~4.4.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fortawesome/fontawesome-svg-core": "^1.
|
|
53
|
-
"@fortawesome/free-brands-svg-icons": "
|
|
54
|
-
"@fortawesome/free-regular-svg-icons": "
|
|
55
|
-
"@fortawesome/free-solid-svg-icons": "
|
|
56
|
-
"@fortawesome/pro-duotone-svg-icons": "
|
|
57
|
-
"@fortawesome/pro-light-svg-icons": "
|
|
58
|
-
"@fortawesome/pro-regular-svg-icons": "
|
|
59
|
-
"@fortawesome/pro-solid-svg-icons": "
|
|
60
|
-
"@fortawesome/react-fontawesome": "^0.1.
|
|
52
|
+
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
53
|
+
"@fortawesome/free-brands-svg-icons": "~5.15.4",
|
|
54
|
+
"@fortawesome/free-regular-svg-icons": "~5.15.4",
|
|
55
|
+
"@fortawesome/free-solid-svg-icons": "~5.15.4",
|
|
56
|
+
"@fortawesome/pro-duotone-svg-icons": "~5.15.4",
|
|
57
|
+
"@fortawesome/pro-light-svg-icons": "~5.15.4",
|
|
58
|
+
"@fortawesome/pro-regular-svg-icons": "~5.15.4",
|
|
59
|
+
"@fortawesome/pro-solid-svg-icons": "~5.15.4",
|
|
60
|
+
"@fortawesome/react-fontawesome": "^0.1.8",
|
|
61
61
|
"@popperjs/core": "^2.6.0",
|
|
62
62
|
"@types/react": "^17.0.37",
|
|
63
63
|
"@types/react-select": "^4.0.18",
|