@simplybusiness/mobius-datepicker 6.6.0 → 6.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/components/DatePicker/DatePicker.stories.d.ts +1 -1
- package/dist/types/components/DatePicker/utils/formatErrorMessageText.d.ts +1 -1
- package/package.json +8 -6
- package/src/components/DatePicker/DatePicker.css +0 -5
- package/src/components/DatePicker/DatePicker.mdx +1 -1
- package/src/components/DatePicker/DatePicker.stories.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 6.7.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [7ad7646]
|
|
8
|
+
- @simplybusiness/mobius@5.29.4
|
|
9
|
+
|
|
10
|
+
## 6.7.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- c62940a: Add `react/jsx-curly-brace-presence` rule for consistent JSX formatting
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- fc78088: chore: add missing dependencies
|
|
19
|
+
- c7a4ec3: chore: hoist custom css properties to variables files and remove colocated definitions
|
|
20
|
+
- Updated dependencies [fc78088]
|
|
21
|
+
- Updated dependencies [c62940a]
|
|
22
|
+
- Updated dependencies [c7a4ec3]
|
|
23
|
+
- @simplybusiness/mobius@5.29.3
|
|
24
|
+
- @simplybusiness/icons@4.27.0
|
|
25
|
+
|
|
3
26
|
## 6.6.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|