@fattureincloud/fic-design-system 0.4.6-table.1 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # Changelog
2
2
 
3
- ## Next release
3
+ ## v0.4.8 - 23/02/2022
4
+
5
+ ### 🐛 Bug Fix
6
+
7
+ - Downgrade FontAwesome to v5 due to browser compatibility issues
8
+
9
+ ## v0.4.7 - 22/02/2022
4
10
 
5
11
  ### 🚀 Added
6
12
 
7
13
  - Add new FileUploader component
14
+ - Add new Table component
8
15
 
9
16
  ### 🐛 Bug Fix
10
17
 
@@ -33,7 +40,7 @@
33
40
 
34
41
  ## v0.4.5 - 08/02/2022
35
42
 
36
- - Update FontAwesome to v6.0.0
43
+ - Update FontAwesome to v6.0.0 (Downgraded to v5 in v0.4.8)
37
44
 
38
45
  ## v0.4.4 - 25/01/2022
39
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fattureincloud/fic-design-system",
3
- "version": "0.4.6-table.1",
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",