@appquality/unguess-design-system 2.6.2 → 2.7.0

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.
@@ -4,8 +4,8 @@ name: Publish storybook
4
4
 
5
5
  # The event that will trigger the action
6
6
  on:
7
- # push:
8
- # branches: [master]
7
+ push:
8
+ branches: [master]
9
9
  # pull_request:
10
10
  # branches: [master]
11
11
  # Allows you to run this workflow manually from the Actions tab
package/CHANGELOG.md CHANGED
@@ -1,3 +1,25 @@
1
+ # v2.7.0 (Fri Apr 08 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix(campaign cards): add card props [#29](https://github.com/AppQuality/unguess-design-system/pull/29) ([@marcbon](https://github.com/marcbon))
6
+ - Cup 523 profile modal [#26](https://github.com/AppQuality/unguess-design-system/pull/26) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
7
+ - Refactor/table accordion [#30](https://github.com/AppQuality/unguess-design-system/pull/30) ([@antoninojob](https://github.com/antoninojob) [@cannarocks](https://github.com/cannarocks))
8
+
9
+ #### ⚠️ Pushed to `master`
10
+
11
+ - fix(profilemodal): minor spaces fixes on modal ([@cannarocks](https://github.com/cannarocks))
12
+ - feat(navigation): add rotation to profile header chevron based on modal ([@cannarocks](https://github.com/cannarocks))
13
+ - Update storybook.yml ([@cannarocks](https://github.com/cannarocks))
14
+
15
+ #### Authors: 3
16
+
17
+ - Antonino ([@antoninojob](https://github.com/antoninojob))
18
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
19
+ - Marco Bonomo ([@marcbon](https://github.com/marcbon))
20
+
21
+ ---
22
+
1
23
  # v2.6.2 (Thu Mar 31 2022)
2
24
 
3
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "2.6.2",
3
+ "version": "2.7.0",
4
4
  "dependencies": {
5
5
  "@zendeskgarden/react-accordions": "^8.49.0",
6
6
  "@zendeskgarden/react-avatars": "^8.49.0",