@synerise/ds-alert 0.8.45 → 0.8.46

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 +8 -0
  2. package/package.json +5 -5
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.46](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.45...@synerise/ds-alert@0.8.46) (2025-01-21)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.8.45](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.8.44...@synerise/ds-alert@0.8.45) (2025-01-15)
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.45",
3
+ "version": "0.8.46",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-button": "^0.22.2",
38
- "@synerise/ds-icon": "^0.69.1",
39
- "@synerise/ds-unordered-list": "^0.3.20",
37
+ "@synerise/ds-button": "^0.22.3",
38
+ "@synerise/ds-icon": "^0.70.0",
39
+ "@synerise/ds-unordered-list": "^0.3.21",
40
40
  "@synerise/ds-utils": "^0.31.2",
41
41
  "animate.css": "^4.1.1",
42
42
  "react-animate-height": "^2.0.23",
@@ -48,5 +48,5 @@
48
48
  "react": ">=16.9.0 <= 17.0.2",
49
49
  "styled-components": "5.0.1"
50
50
  },
51
- "gitHead": "f591d14d24d6a14aab76edcb60f04aaadec8336d"
51
+ "gitHead": "56e23cda61b7ddfe7da4669307183b105a500e1a"
52
52
  }