@synerise/ds-input-number 0.6.10 → 0.6.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
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.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.6.12...@synerise/ds-input-number@0.6.13) (2022-07-08)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-input-number
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.6.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.6.11...@synerise/ds-input-number@0.6.12) (2022-07-06)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-input-number
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.6.11](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.6.10...@synerise/ds-input-number@0.6.11) (2022-06-15)
23
+
24
+ **Note:** Version bump only for package @synerise/ds-input-number
25
+
26
+
27
+
28
+
29
+
6
30
  ## [0.6.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.6.9...@synerise/ds-input-number@0.6.10) (2022-04-29)
7
31
 
8
32
  **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.6.10",
3
+ "version": "0.6.13",
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.21.10",
35
+ "@synerise/ds-utils": "^0.22.2",
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": "4a658911645846d1e329609ba9db06a7bc64962b"
46
+ "gitHead": "e28fd3bb9b226dbbddf22e7aee71bca89db58c4c"
47
47
  }