@synerise/ds-input-number 0.5.24 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +32 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,38 @@
|
|
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.6.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.6.2...@synerise/ds-input-number@0.6.3) (2021-11-22)
|
7
|
+
|
8
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
9
|
+
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
|
14
|
+
## [0.6.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.6.1...@synerise/ds-input-number@0.6.2) (2021-11-16)
|
15
|
+
|
16
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
17
|
+
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
|
22
|
+
## [0.6.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.5.23...@synerise/ds-input-number@0.6.1) (2021-11-09)
|
23
|
+
|
24
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
25
|
+
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
|
30
|
+
# [0.6.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.5.23...@synerise/ds-input-number@0.6.0) (2021-11-09)
|
31
|
+
|
32
|
+
**Note:** Version bump only for package @synerise/ds-input-number
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
|
6
38
|
## [0.5.24](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.5.19-alpha.3...@synerise/ds-input-number@0.5.24) (2021-11-05)
|
7
39
|
|
8
40
|
**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.
|
3
|
+
"version": "0.6.3",
|
4
4
|
"description": "Input-Number UI Component for the Synerise Design System",
|
5
5
|
"license": "ISC",
|
6
6
|
"repository": "Synerise/synerise-design",
|
@@ -32,7 +32,7 @@
|
|
32
32
|
],
|
33
33
|
"types": "dist/index.d.ts",
|
34
34
|
"dependencies": {
|
35
|
-
"@synerise/ds-utils": "^0.
|
35
|
+
"@synerise/ds-utils": "^0.21.3",
|
36
36
|
"uuid": "^7.0.2"
|
37
37
|
},
|
38
38
|
"peerDependencies": {
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"devDependencies": {
|
44
44
|
"@types/uuid": "7.0.0"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "2468359677783819939fb9f1ef5acc36667ecd1a"
|
47
47
|
}
|