@synerise/ds-input-number 0.9.27 → 0.10.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.10.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.27...@synerise/ds-input-number@0.10.0) (2024-08-19)
7
+
8
+
9
+ ### Features
10
+
11
+ * **storybook7:** input number stories ([f7c2020](https://github.com/Synerise/synerise-design/commit/f7c20207aba2643076de53d1104697813b15da54))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.9.27](https://github.com/Synerise/synerise-design/compare/@synerise/ds-input-number@0.9.26...@synerise/ds-input-number@0.9.27) (2024-08-06)
7
18
 
8
19
  **Note:** Version bump only for package @synerise/ds-input-number
package/dist/index.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export { default } from './InputNumber';
2
+ export type { InputNumberProps } from './InputNumber.types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-input-number",
3
- "version": "0.9.27",
3
+ "version": "0.10.0",
4
4
  "description": "Input-Number UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,8 +34,8 @@
34
34
  "types": "dist/index.d.ts",
35
35
  "dependencies": {
36
36
  "@synerise/ds-data-format": "^0.5.2",
37
- "@synerise/ds-input": "^0.23.5",
38
- "@synerise/ds-tooltip": "^0.14.34",
37
+ "@synerise/ds-input": "^0.23.6",
38
+ "@synerise/ds-tooltip": "^0.14.35",
39
39
  "@synerise/ds-utils": "^0.28.2",
40
40
  "uuid": "^8.3.2"
41
41
  },
@@ -45,5 +45,5 @@
45
45
  "react": ">=16.9.0 <= 17.0.2",
46
46
  "styled-components": "5.0.1"
47
47
  },
48
- "gitHead": "14a9cfb86e5d548d5511ed7cdb23088dcb8b9a2d"
48
+ "gitHead": "2e6de17b64023536c24be8fcb67b1e53e8bffa3d"
49
49
  }