@synerise/ds-alert 0.7.49 → 0.7.51

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 +16 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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.51](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.50...@synerise/ds-alert@0.7.51) (2023-12-13)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-alert
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.7.50](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.49...@synerise/ds-alert@0.7.50) (2023-12-11)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-alert
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.7.49](https://github.com/Synerise/synerise-design/compare/@synerise/ds-alert@0.7.48...@synerise/ds-alert@0.7.49) (2023-11-09)
7
23
 
8
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-alert",
3
- "version": "0.7.49",
3
+ "version": "0.7.51",
4
4
  "description": "Alert UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -18,7 +18,7 @@
18
18
  "scripts": {
19
19
  "build": "npm run build:js && npm run build:css && npm run defs",
20
20
  "build:css": "node ../../../scripts/style/less.js",
21
- "build:js": "babel --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
21
+ "build:js": "babel --delete-dir-on-start --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
24
  "pack:ci": "npm pack --pack-destination ../../portal/storybook-static/static",
@@ -33,8 +33,8 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-button": "^0.18.7",
37
- "@synerise/ds-icon": "^0.58.7",
36
+ "@synerise/ds-button": "^0.18.9",
37
+ "@synerise/ds-icon": "^0.58.9",
38
38
  "animate.css": "^4.1.1",
39
39
  "react-animate-height": "^2.0.23",
40
40
  "react-dom": "16.13.0",
@@ -47,9 +47,9 @@
47
47
  "styled-components": "5.0.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@synerise/ds-utils": "^0.24.21",
50
+ "@synerise/ds-utils": "^0.24.23",
51
51
  "@testing-library/jest-dom": "5.1.1",
52
52
  "@testing-library/react": "10.0.1"
53
53
  },
54
- "gitHead": "88f117b388bae43df3daf3be6ca725ff0355e54b"
54
+ "gitHead": "76edb4723a30c59f1a54f666f66fcd814de0af70"
55
55
  }