@fluentui/react-datepicker-compat 0.6.28 → 0.6.30

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Thu, 26 Mar 2026 08:10:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Apr 2026 15:50:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.6.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.30)
8
+
9
+ Wed, 01 Apr 2026 15:50:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.29..@fluentui/react-datepicker-compat_v0.6.30)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.5.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
15
+ - Bump @fluentui/react-input to v9.8.1 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
16
+
17
+ ## [0.6.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.29)
18
+
19
+ Mon, 30 Mar 2026 14:37:41 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.28..@fluentui/react-datepicker-compat_v0.6.29)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-popover to v9.14.1 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
25
+
7
26
  ## [0.6.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.28)
8
27
 
9
- Thu, 26 Mar 2026 08:10:44 GMT
28
+ Thu, 26 Mar 2026 08:12:54 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.27..@fluentui/react-datepicker-compat_v0.6.28)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.6.28",
3
+ "version": "0.6.30",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -14,11 +14,11 @@
14
14
  "dependencies": {
15
15
  "@fluentui/keyboard-keys": "^9.0.8",
16
16
  "@fluentui/react-calendar-compat": "^0.4.0",
17
- "@fluentui/react-field": "^9.4.16",
17
+ "@fluentui/react-field": "^9.5.0",
18
18
  "@fluentui/react-icons": "^2.0.245",
19
- "@fluentui/react-input": "^9.8.0",
19
+ "@fluentui/react-input": "^9.8.1",
20
20
  "@fluentui/react-jsx-runtime": "^9.4.1",
21
- "@fluentui/react-popover": "^9.14.0",
21
+ "@fluentui/react-popover": "^9.14.1",
22
22
  "@fluentui/react-portal": "^9.8.11",
23
23
  "@fluentui/react-positioning": "^9.22.0",
24
24
  "@fluentui/react-shared-contexts": "^9.26.2",