@synerise/ds-alert 0.7.5 → 0.7.8

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.4...@synerise/ds-alert@0.7.5) (2022-08-04)
6
+ ## [0.7.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.7...@synerise/ds-alert@0.7.8) (2022-08-25)
7
7
 
8
8
  **Note:** Version bump only for package @synerise/ds-alert
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [0.7.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.1...@synerise/ds-alert@0.7.4) (2022-08-04)
14
+ ## [0.7.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.2...@synerise/ds-alert@0.7.7) (2022-08-11)
15
15
 
16
16
  **Note:** Version bump only for package @synerise/ds-alert
17
17
 
@@ -19,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [0.7.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.1...@synerise/ds-alert@0.7.3) (2022-08-04)
22
+ ## [0.7.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.1...@synerise/ds-alert@0.7.2) (2022-07-28)
23
23
 
24
24
  **Note:** Version bump only for package @synerise/ds-alert
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.7.5",
3
+ "version": "0.7.8",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -32,10 +32,10 @@
32
32
  ],
33
33
  "types": "dist/index.d.ts",
34
34
  "dependencies": {
35
- "@synerise/ds-button": "^0.17.5",
36
- "@synerise/ds-icon": "^0.49.3",
37
- "@synerise/ds-typography": "^0.12.5",
38
- "@synerise/ds-unordered-list": "^0.2.14",
35
+ "@synerise/ds-button": "^0.17.8",
36
+ "@synerise/ds-icon": "^0.50.0",
37
+ "@synerise/ds-typography": "^0.12.7",
38
+ "@synerise/ds-unordered-list": "^0.2.17",
39
39
  "animate.css": "^4.1.1",
40
40
  "react-animate-height": "^2.0.23",
41
41
  "react-mount-animation": "0.0.9"
@@ -47,5 +47,5 @@
47
47
  "devDependencies": {
48
48
  "@synerise/ds-utils": "^0.19.0"
49
49
  },
50
- "gitHead": "28486eab4b37b485cbe2a383e3ae9b8e9d789862"
50
+ "gitHead": "c9530f0548fa244796b0c6b1ea5fa3d6330e84ea"
51
51
  }