@synerise/ds-alert 0.7.30 → 0.7.31

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 +4 -4
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.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.30...@synerise/ds-alert@0.7.31) (2023-05-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.7.30](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.29...@synerise/ds-alert@0.7.30) (2023-04-26)
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.7.30",
3
+ "version": "0.7.31",
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.14",
35
+ "@synerise/ds-button": "^0.17.15",
36
36
  "@synerise/ds-icon": "^0.56.0",
37
37
  "@synerise/ds-typography": "^0.12.7",
38
- "@synerise/ds-unordered-list": "^0.2.39",
38
+ "@synerise/ds-unordered-list": "^0.2.40",
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": "41163901b144e78a83329029519cb9eb48bf4787"
50
+ "gitHead": "5808615a55859820c255189f77977725ec79cd7d"
51
51
  }