@synerise/ds-alert 0.8.14 → 0.8.15
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,14 @@
|
|
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.15](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.14...@synerise/ds-alert@0.8.15) (2024-06-21)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.8.14](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.13...@synerise/ds-alert@0.8.14) (2024-05-29)
|
7
15
|
|
8
16
|
**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.15",
|
4
4
|
"description": "Alert UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,8 +33,8 @@
|
|
33
33
|
],
|
34
34
|
"types": "dist/index.d.ts",
|
35
35
|
"dependencies": {
|
36
|
-
"@synerise/ds-button": "^0.
|
37
|
-
"@synerise/ds-icon": "^0.62.
|
36
|
+
"@synerise/ds-button": "^0.21.0",
|
37
|
+
"@synerise/ds-icon": "^0.62.1",
|
38
38
|
"animate.css": "^4.1.1",
|
39
39
|
"react-animate-height": "^2.0.23",
|
40
40
|
"react-dom": "16.13.0",
|
@@ -51,5 +51,5 @@
|
|
51
51
|
"@testing-library/jest-dom": "5.1.1",
|
52
52
|
"@testing-library/react": "10.0.1"
|
53
53
|
},
|
54
|
-
"gitHead": "
|
54
|
+
"gitHead": "ef835e848d4f02cca258130baa6c9f44dfa15dd0"
|
55
55
|
}
|