@synerise/ds-alert 0.8.17 → 0.8.18
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 +6 -11
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.18](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.17...@synerise/ds-alert@0.8.18) (2024-07-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.8.17](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.16...@synerise/ds-alert@0.8.17) (2024-07-02)
|
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.18",
|
4
4
|
"description": "Alert UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,9 +33,9 @@
|
|
33
33
|
],
|
34
34
|
"types": "dist/index.d.ts",
|
35
35
|
"dependencies": {
|
36
|
-
"@synerise/ds-button": "^0.21.
|
37
|
-
"@synerise/ds-icon": "^0.
|
38
|
-
"@synerise/ds-unordered-list": "^0.2.
|
36
|
+
"@synerise/ds-button": "^0.21.2",
|
37
|
+
"@synerise/ds-icon": "^0.64.0",
|
38
|
+
"@synerise/ds-unordered-list": "^0.2.89",
|
39
39
|
"animate.css": "^4.1.1",
|
40
40
|
"react-animate-height": "^2.0.23",
|
41
41
|
"react-dom": "16.13.0",
|
@@ -44,13 +44,8 @@
|
|
44
44
|
"peerDependencies": {
|
45
45
|
"@synerise/ds-core": "*",
|
46
46
|
"antd": "4.7.0",
|
47
|
-
"react": ">=16.9.0
|
47
|
+
"react": ">=16.9.0 <= 17.0.2",
|
48
48
|
"styled-components": "5.0.1"
|
49
49
|
},
|
50
|
-
"
|
51
|
-
"@synerise/ds-utils": "^0.27.0",
|
52
|
-
"@testing-library/jest-dom": "5.1.1",
|
53
|
-
"@testing-library/react": "10.0.1"
|
54
|
-
},
|
55
|
-
"gitHead": "0692552b018dc9c8042f18c773f88890c9ad3270"
|
50
|
+
"gitHead": "6e5e5202d6c6f1c2caf6bfef799009813b437b3d"
|
56
51
|
}
|