@synerise/ds-alert 0.7.42 → 0.7.43

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.7.43](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.42...@synerise/ds-alert@0.7.43) (2023-09-26)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.42](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.41...@synerise/ds-alert@0.7.42) (2023-09-21)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.7.42",
3
+ "version": "0.7.43",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,8 +32,8 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-button": "^0.18.1",
36
- "@synerise/ds-icon": "^0.58.1",
35
+ "@synerise/ds-button": "^0.18.2",
36
+ "@synerise/ds-icon": "^0.58.2",
37
37
  "animate.css": "^4.1.1",
38
38
  "react-animate-height": "^2.0.23",
39
39
  "react-dom": "16.13.0",
@@ -46,9 +46,9 @@
46
46
  "styled-components": "5.0.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@synerise/ds-utils": "^0.24.15",
49
+ "@synerise/ds-utils": "^0.24.16",
50
50
  "@testing-library/jest-dom": "5.1.1",
51
51
  "@testing-library/react": "10.0.1"
52
52
  },
53
- "gitHead": "7df57233258ec34b90c3c92dbe1696788abd6ec6"
53
+ "gitHead": "f1f520c4c5ef9f90bacb5d5e0b2e778ceb8fdf79"
54
54
  }