@synerise/ds-alert 0.8.32 → 0.8.34

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 +16 -0
  2. package/package.json +6 -6
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.34](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.33...@synerise/ds-alert@0.8.34) (2024-10-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.33](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.32...@synerise/ds-alert@0.8.33) (2024-10-23)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-alert
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.8.32](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.31...@synerise/ds-alert@0.8.32) (2024-10-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.8.32",
3
+ "version": "0.8.34",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,10 +34,10 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^0.21.13",
38
- "@synerise/ds-icon": "^0.65.8",
39
- "@synerise/ds-unordered-list": "^0.3.8",
40
- "@synerise/ds-utils": "^0.30.0",
37
+ "@synerise/ds-button": "^0.21.15",
38
+ "@synerise/ds-icon": "^0.66.1",
39
+ "@synerise/ds-unordered-list": "^0.3.10",
40
+ "@synerise/ds-utils": "^0.30.1",
41
41
  "animate.css": "^4.1.1",
42
42
  "react-animate-height": "^2.0.23",
43
43
  "react-mount-animation": "0.0.9"
@@ -48,5 +48,5 @@
48
48
  "react": ">=16.9.0 <= 17.0.2",
49
49
  "styled-components": "5.0.1"
50
50
  },
51
- "gitHead": "39c906a3f4d8ec9442e5780c6e6a387584eabce1"
51
+ "gitHead": "fbadaa2299668c527b52ecc66d61fc2165528bff"
52
52
  }