@synerise/ds-input-number 0.9.0 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- 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.9.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.1...@synerise/ds-input-number@0.9.2) (2024-01-24)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.9.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.0...@synerise/ds-input-number@0.9.1) (2024-01-17)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
6
22
|
# [0.9.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.33...@synerise/ds-input-number@0.9.0) (2024-01-15)
|
7
23
|
|
8
24
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@synerise/ds-input-number",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.2",
|
4
4
|
"description": "Input-Number UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -33,10 +33,10 @@
|
|
33
33
|
],
|
34
34
|
"types": "dist/index.d.ts",
|
35
35
|
"dependencies": {
|
36
|
-
"@synerise/ds-data-format": "^0.4.
|
37
|
-
"@synerise/ds-icon": "^0.
|
38
|
-
"@synerise/ds-tooltip": "^0.14.
|
39
|
-
"@synerise/ds-utils": "^0.24.
|
36
|
+
"@synerise/ds-data-format": "^0.4.7",
|
37
|
+
"@synerise/ds-icon": "^0.60.0",
|
38
|
+
"@synerise/ds-tooltip": "^0.14.16",
|
39
|
+
"@synerise/ds-utils": "^0.24.24",
|
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": "
|
53
|
+
"gitHead": "9e7d97fc5f8a9fd938b38e9d1678e050e0478e0e"
|
54
54
|
}
|