@synerise/ds-alert 0.7.44 → 0.7.45
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/package.json +6 -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.45](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.44...@synerise/ds-alert@0.7.45) (2023-10-11)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-alert
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.7.44](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.43...@synerise/ds-alert@0.7.44) (2023-10-02)
|
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.
|
3
|
+
"version": "0.7.45",
|
4
4
|
"description": "Alert UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -21,6 +21,7 @@
|
|
21
21
|
"build:js": "babel --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
|
22
22
|
"build:watch": "npm run build:js -- --watch",
|
23
23
|
"defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
|
24
|
+
"pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
|
24
25
|
"prepublish": "npm run build",
|
25
26
|
"test": "jest",
|
26
27
|
"test:watch": "npm run test -- --watchAll",
|
@@ -32,8 +33,8 @@
|
|
32
33
|
],
|
33
34
|
"types": "dist/index.d.ts",
|
34
35
|
"dependencies": {
|
35
|
-
"@synerise/ds-button": "^0.18.
|
36
|
-
"@synerise/ds-icon": "^0.58.
|
36
|
+
"@synerise/ds-button": "^0.18.4",
|
37
|
+
"@synerise/ds-icon": "^0.58.4",
|
37
38
|
"animate.css": "^4.1.1",
|
38
39
|
"react-animate-height": "^2.0.23",
|
39
40
|
"react-dom": "16.13.0",
|
@@ -46,9 +47,9 @@
|
|
46
47
|
"styled-components": "5.0.1"
|
47
48
|
},
|
48
49
|
"devDependencies": {
|
49
|
-
"@synerise/ds-utils": "^0.24.
|
50
|
+
"@synerise/ds-utils": "^0.24.18",
|
50
51
|
"@testing-library/jest-dom": "5.1.1",
|
51
52
|
"@testing-library/react": "10.0.1"
|
52
53
|
},
|
53
|
-
"gitHead": "
|
54
|
+
"gitHead": "8eb4a3e304406a8dbb9258803c48952461fc5a55"
|
54
55
|
}
|