@synerise/ds-alert 0.9.2 → 0.9.4
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,22 @@
|
|
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.9.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.9.3...@synerise/ds-alert@0.9.4) (2025-02-17)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.9.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.9.2...@synerise/ds-alert@0.9.3) (2025-02-14)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [0.9.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.9.1...@synerise/ds-alert@0.9.2) (2025-02-14)
|
7
23
|
|
8
24
|
**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.9.
|
3
|
+
"version": "0.9.4",
|
4
4
|
"description": "Alert UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"dependencies": {
|
37
37
|
"@synerise/ds-button": "^0.23.1",
|
38
38
|
"@synerise/ds-icon": "^0.71.1",
|
39
|
-
"@synerise/ds-unordered-list": "^0.4.
|
39
|
+
"@synerise/ds-unordered-list": "^0.4.4",
|
40
40
|
"@synerise/ds-utils": "^0.32.1",
|
41
41
|
"animate.css": "^4.1.1"
|
42
42
|
},
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"react": ">=16.9.0 <= 18.3.1",
|
47
47
|
"styled-components": "^5.3.3"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "627d5249e79b471d6363e9d04642eb011a329d71"
|
50
50
|
}
|