@synerise/ds-alert 0.8.20 → 0.8.22
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.8.22](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.21...@synerise/ds-alert@0.8.22) (2024-08-06)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.8.21](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.20...@synerise/ds-alert@0.8.21) (2024-07-31)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
## [0.8.20](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.19...@synerise/ds-alert@0.8.20) (2024-07-26)
|
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.8.
|
3
|
+
"version": "0.8.22",
|
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
|
"dependencies": {
|
36
36
|
"@synerise/ds-button": "^0.21.4",
|
37
37
|
"@synerise/ds-icon": "^0.64.1",
|
38
|
-
"@synerise/ds-unordered-list": "^0.2.
|
38
|
+
"@synerise/ds-unordered-list": "^0.2.93",
|
39
39
|
"animate.css": "^4.1.1",
|
40
40
|
"react-animate-height": "^2.0.23",
|
41
41
|
"react-dom": "16.13.0",
|
@@ -47,5 +47,5 @@
|
|
47
47
|
"react": ">=16.9.0 <= 17.0.2",
|
48
48
|
"styled-components": "5.0.1"
|
49
49
|
},
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "14a9cfb86e5d548d5511ed7cdb23088dcb8b9a2d"
|
51
51
|
}
|