@synerise/ds-input-number 0.10.6 → 0.10.8

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 +8 -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.10.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.10.7...@synerise/ds-input-number@0.10.8) (2024-10-01)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-input-number
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.10.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.10.6...@synerise/ds-input-number@0.10.7) (2024-09-26)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-input-number
17
+
18
+
19
+
20
+
21
+
6
22
  ## [0.10.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.10.5...@synerise/ds-input-number@0.10.6) (2024-09-17)
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.10.6",
3
+ "version": "0.10.8",
4
4
  "description": "Input-Number UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -25,7 +25,8 @@
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
28
- "types": "tsc --noEmit"
28
+ "types": "tsc --noEmit",
29
+ "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
29
30
  },
30
31
  "sideEffects": [
31
32
  "dist/style/*",
@@ -33,10 +34,10 @@
33
34
  ],
34
35
  "types": "dist/index.d.ts",
35
36
  "dependencies": {
36
- "@synerise/ds-data-format": "^0.5.3",
37
- "@synerise/ds-input": "^0.24.5",
38
- "@synerise/ds-tooltip": "^0.14.41",
39
- "@synerise/ds-utils": "^0.29.3",
37
+ "@synerise/ds-data-format": "^0.5.4",
38
+ "@synerise/ds-input": "^0.24.7",
39
+ "@synerise/ds-tooltip": "^0.14.43",
40
+ "@synerise/ds-utils": "^0.30.0",
40
41
  "uuid": "^8.3.2"
41
42
  },
42
43
  "peerDependencies": {
@@ -45,5 +46,5 @@
45
46
  "react": ">=16.9.0 <= 17.0.2",
46
47
  "styled-components": "5.0.1"
47
48
  },
48
- "gitHead": "ae3c38b44ca0f9071cd55f7b82c182a99b5710e8"
49
+ "gitHead": "2389b995aa44e42ec1dd9a177c7ab1f1a0001a70"
49
50
  }