@synerise/ds-alert 0.7.21 → 0.7.24

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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.7.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.22...@synerise/ds-alert@0.7.24) (2023-03-01)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.7.23](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.22...@synerise/ds-alert@0.7.23) (2023-03-01)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-alert
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.7.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.21...@synerise/ds-alert@0.7.22) (2023-02-16)
23
+
24
+ **Note:** Version bump only for package @synerise/ds-alert
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.7.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.20...@synerise/ds-alert@0.7.21) (2023-02-14)
7
31
 
8
32
  **Note:** Version bump only for package @synerise/ds-alert
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.7.21",
3
+ "version": "0.7.24",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,7 +35,7 @@
35
35
  "@synerise/ds-button": "^0.17.11",
36
36
  "@synerise/ds-icon": "^0.53.0",
37
37
  "@synerise/ds-typography": "^0.12.7",
38
- "@synerise/ds-unordered-list": "^0.2.30",
38
+ "@synerise/ds-unordered-list": "^0.2.33",
39
39
  "animate.css": "^4.1.1",
40
40
  "react-animate-height": "^2.0.23",
41
41
  "react-mount-animation": "0.0.9"
@@ -47,5 +47,5 @@
47
47
  "devDependencies": {
48
48
  "@synerise/ds-utils": "^0.19.0"
49
49
  },
50
- "gitHead": "dcd2dfdd97402a7333564d0efb50898e7b97ac0b"
50
+ "gitHead": "05ef7306b378f717ebff96fff6f5dfaceb937cda"
51
51
  }