@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -1
  2. 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.7",
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.3.0",
53
- "@fortawesome/free-brands-svg-icons": "^6.0.0",
54
- "@fortawesome/free-regular-svg-icons": "^6.0.0",
55
- "@fortawesome/free-solid-svg-icons": "^6.0.0",
56
- "@fortawesome/pro-duotone-svg-icons": "^6.0.0",
57
- "@fortawesome/pro-light-svg-icons": "^6.0.0",
58
- "@fortawesome/pro-regular-svg-icons": "^6.0.0",
59
- "@fortawesome/pro-solid-svg-icons": "^6.0.0",
60
- "@fortawesome/react-fontawesome": "^0.1.17",
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",