@appquality/unguess-design-system 3.1.47-sentiment-beta → 3.1.47

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 (3) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/package.json +1 -1
  3. package/yarn-error.log +0 -13958
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ # v3.1.47 (Mon Sep 04 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Sentiment chart [#266](https://github.com/AppQuality/unguess-design-system/pull/266) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
6
+ - Sentiment chart [#265](https://github.com/AppQuality/unguess-design-system/pull/265) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
7
+
8
+ #### Authors: 2
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
12
+
13
+ ---
14
+
15
+ # v3.1.46 (Tue Aug 29 2023)
16
+
17
+ #### 🐛 Bug Fix
18
+
19
+ - Develop [#264](https://github.com/AppQuality/unguess-design-system/pull/264) ([@cannarocks](https://github.com/cannarocks))
20
+
21
+ #### Authors: 1
22
+
23
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
24
+
25
+ ---
26
+
27
+ # v3.1.42 (Thu Aug 24 2023)
28
+
29
+ #### 🐛 Bug Fix
30
+
31
+ - Improve fullscreen experience of player [#263](https://github.com/AppQuality/unguess-design-system/pull/263) ([@cannarocks](https://github.com/cannarocks))
32
+ - New-player-with-old-skin [#262](https://github.com/AppQuality/unguess-design-system/pull/262) ([@cannarocks](https://github.com/cannarocks))
33
+
34
+ #### Authors: 1
35
+
36
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
37
+
38
+ ---
39
+
1
40
  # v3.1.4 (Wed Aug 23 2023)
2
41
 
3
42
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "3.1.47-sentiment-beta",
3
+ "version": "3.1.47",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",