@synerise/ds-input-number 0.8.25 → 0.8.27

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 -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.8.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.26...@synerise/ds-input-number@0.8.27) (2023-10-18)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-input-number
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.8.26](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.25...@synerise/ds-input-number@0.8.26) (2023-10-11)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-input-number
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.8.25](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.24...@synerise/ds-input-number@0.8.25) (2023-10-02)
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.25",
3
+ "version": "0.8.27",
4
4
  "description": "Input-Number 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,10 +33,10 @@
32
33
  ],
33
34
  "types": "dist/index.d.ts",
34
35
  "dependencies": {
35
- "@synerise/ds-data-format": "^0.4.3",
36
- "@synerise/ds-icon": "^0.58.3",
37
- "@synerise/ds-tooltip": "^0.14.5",
38
- "@synerise/ds-utils": "^0.24.17",
36
+ "@synerise/ds-data-format": "^0.4.4",
37
+ "@synerise/ds-icon": "^0.58.5",
38
+ "@synerise/ds-tooltip": "^0.14.7",
39
+ "@synerise/ds-utils": "^0.24.19",
39
40
  "uuid": "^8.3.2"
40
41
  },
41
42
  "peerDependencies": {
@@ -49,5 +50,5 @@
49
50
  "@testing-library/react-hooks": "^8.0.1",
50
51
  "@types/uuid": "9.0.4"
51
52
  },
52
- "gitHead": "1c1adf344f447e404a1d6320ad1d3f8486f29f67"
53
+ "gitHead": "1b2696001dd88b4c11413977e38b541b0c78733d"
53
54
  }