@synerise/ds-input-number 0.8.1 → 0.8.2
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.8.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.1...@synerise/ds-input-number@0.8.2) (2023-03-21)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
6
14
|
## [0.8.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.8.0...@synerise/ds-input-number@0.8.1) (2023-03-20)
|
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.8.
|
3
|
+
"version": "0.8.2",
|
4
4
|
"description": "Input-Number UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"dependencies": {
|
35
35
|
"@synerise/ds-icon": "^0.53.0",
|
36
36
|
"@synerise/ds-tooltip": "^0.13.0",
|
37
|
-
"@synerise/ds-utils": "^0.24.
|
37
|
+
"@synerise/ds-utils": "^0.24.4",
|
38
38
|
"uuid": "^7.0.2"
|
39
39
|
},
|
40
40
|
"peerDependencies": {
|
@@ -45,5 +45,5 @@
|
|
45
45
|
"devDependencies": {
|
46
46
|
"@types/uuid": "7.0.0"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "d8913fe084ae139a15d419477da3b6dac969bd3a"
|
49
49
|
}
|