@synerise/ds-input-number 0.10.12 → 0.10.13
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 -6
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.10.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.10.12...@synerise/ds-input-number@0.10.13) (2024-11-12)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.10.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.10.11...@synerise/ds-input-number@0.10.12) (2024-10-29)
|
7
15
|
|
8
16
|
**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.
|
3
|
+
"version": "0.10.13",
|
4
4
|
"description": "Input-Number UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -34,10 +34,10 @@
|
|
34
34
|
],
|
35
35
|
"types": "dist/index.d.ts",
|
36
36
|
"dependencies": {
|
37
|
-
"@synerise/ds-data-format": "^0.
|
38
|
-
"@synerise/ds-input": "^0.24.
|
39
|
-
"@synerise/ds-tooltip": "^0.14.
|
40
|
-
"@synerise/ds-utils": "^0.
|
37
|
+
"@synerise/ds-data-format": "^0.6.0",
|
38
|
+
"@synerise/ds-input": "^0.24.12",
|
39
|
+
"@synerise/ds-tooltip": "^0.14.47",
|
40
|
+
"@synerise/ds-utils": "^0.31.0",
|
41
41
|
"uuid": "^8.3.2"
|
42
42
|
},
|
43
43
|
"peerDependencies": {
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"react": ">=16.9.0 <= 17.0.2",
|
47
47
|
"styled-components": "5.0.1"
|
48
48
|
},
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "1bb66dcc360a650e81b9bd195d5b77aa8ae2d308"
|
50
50
|
}
|