@synerise/ds-input-number 0.9.10 → 0.9.11
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 +3 -3
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.9.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.10...@synerise/ds-input-number@0.9.11) (2024-04-05)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.9.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.9...@synerise/ds-input-number@0.9.10) (2024-04-02)
|
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.9.
|
3
|
+
"version": "0.9.11",
|
4
4
|
"description": "Input-Number UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"dependencies": {
|
36
36
|
"@synerise/ds-data-format": "^0.4.8",
|
37
37
|
"@synerise/ds-icon": "^0.60.6",
|
38
|
-
"@synerise/ds-tooltip": "^0.14.
|
38
|
+
"@synerise/ds-tooltip": "^0.14.24",
|
39
39
|
"@synerise/ds-utils": "^0.26.2",
|
40
40
|
"uuid": "^8.3.2"
|
41
41
|
},
|
@@ -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": "84c9ff34c60369cc819ab1d4307373fafaf06462"
|
54
54
|
}
|