@appquality/unguess-design-system 3.1.54 → 3.1.56

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 CHANGED
@@ -1,3 +1,32 @@
1
+ # v3.1.56 (Fri Dec 22 2023)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Added missing export comments [#282](https://github.com/AppQuality/unguess-design-system/pull/282) ([@iDome89](https://github.com/iDome89) [@marcbon](https://github.com/marcbon))
6
+ - fix:added export [#281](https://github.com/AppQuality/unguess-design-system/pull/281) ([@iDome89](https://github.com/iDome89))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@iDome89](https://github.com/iDome89)
11
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
12
+
13
+ ---
14
+
15
+ # v3.1.55 (Fri Dec 22 2023)
16
+
17
+ #### 🐛 Bug Fix
18
+
19
+ - add-bug-comments-components [#280](https://github.com/AppQuality/unguess-design-system/pull/280) ([@cannarocks](https://github.com/cannarocks) [@iDome89](https://github.com/iDome89))
20
+ - Bugcomments components [#279](https://github.com/AppQuality/unguess-design-system/pull/279) ([@cannarocks](https://github.com/cannarocks) [@marcbon](https://github.com/marcbon))
21
+
22
+ #### Authors: 3
23
+
24
+ - [@iDome89](https://github.com/iDome89)
25
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
26
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
27
+
28
+ ---
29
+
1
30
  # v3.1.54 (Tue Nov 14 2023)
2
31
 
3
32
  #### 🐛 Bug Fix
package/build/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export * from "./stories/charts/halfPie";
21
21
  export * from "./stories/charts/sunburst";
22
22
  export * from "./stories/charts/waffle";
23
23
  export * from "./stories/charts/sentiment";
24
+ export * from "./stories/chat";
24
25
  export * from "./stories/close";
25
26
  export * from "./stories/color-swatch";
26
27
  export * from "./stories/drawers";