@synerise/ds-input-number 0.8.31 → 0.8.33

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 +7 -7
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.8.33](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.32...@synerise/ds-input-number@0.8.33) (2023-12-13)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-input-number
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.32](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.31...@synerise/ds-input-number@0.8.32) (2023-12-11)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-input-number
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.8.31](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.30...@synerise/ds-input-number@0.8.31) (2023-12-06)
7
23
 
8
24
  **Note:** Version bump only for package @synerise/ds-input-number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-input-number",
3
- "version": "0.8.31",
3
+ "version": "0.8.33",
4
4
  "description": "Input-Number 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,10 +33,10 @@
33
33
  ],
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
- "@synerise/ds-data-format": "^0.4.4",
37
- "@synerise/ds-icon": "^0.58.7",
38
- "@synerise/ds-tooltip": "^0.14.11",
39
- "@synerise/ds-utils": "^0.24.21",
36
+ "@synerise/ds-data-format": "^0.4.6",
37
+ "@synerise/ds-icon": "^0.58.9",
38
+ "@synerise/ds-tooltip": "^0.14.13",
39
+ "@synerise/ds-utils": "^0.24.23",
40
40
  "uuid": "^8.3.2"
41
41
  },
42
42
  "peerDependencies": {
@@ -50,5 +50,5 @@
50
50
  "@testing-library/react-hooks": "^8.0.1",
51
51
  "@types/uuid": "9.0.4"
52
52
  },
53
- "gitHead": "b5c243a1f88351e9bc0185d35fc35ea3673dab89"
53
+ "gitHead": "76edb4723a30c59f1a54f666f66fcd814de0af70"
54
54
  }