@synerise/ds-alert 0.8.26 → 0.8.28

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.28](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.27...@synerise/ds-alert@0.8.28) (2024-09-13)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.26...@synerise/ds-alert@0.8.27) (2024-09-11)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-alert
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.8.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.25...@synerise/ds-alert@0.8.26) (2024-09-03)
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.26",
3
+ "version": "0.8.28",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -33,10 +33,10 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.21.8",
37
- "@synerise/ds-icon": "^0.65.3",
38
- "@synerise/ds-unordered-list": "^0.3.2",
39
- "@synerise/ds-utils": "^0.29.0",
36
+ "@synerise/ds-button": "^0.21.10",
37
+ "@synerise/ds-icon": "^0.65.5",
38
+ "@synerise/ds-unordered-list": "^0.3.4",
39
+ "@synerise/ds-utils": "^0.29.2",
40
40
  "animate.css": "^4.1.1",
41
41
  "react-animate-height": "^2.0.23",
42
42
  "react-dom": "16.13.0",
@@ -48,5 +48,5 @@
48
48
  "react": ">=16.9.0 <= 17.0.2",
49
49
  "styled-components": "5.0.1"
50
50
  },
51
- "gitHead": "6fe94d574f25c5267c7593dec9399527f441b23a"
51
+ "gitHead": "6f3231e4a9e0720ffee61b748488cecd590da6e6"
52
52
  }