@fluentui/react-datepicker-compat 0.6.5 → 0.6.7

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 +26 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,36 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Fri, 27 Jun 2025 13:36:33 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Jul 2025 15:56:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.6.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.7)
8
+
9
+ Fri, 11 Jul 2025 15:56:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.6..@fluentui/react-datepicker-compat_v0.6.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.3.7 ([PR #34807](https://github.com/microsoft/fluentui/pull/34807) by beachball)
15
+ - Bump @fluentui/react-input to v9.6.7 ([PR #34807](https://github.com/microsoft/fluentui/pull/34807) by beachball)
16
+ - Bump @fluentui/react-popover to v9.11.7 ([PR #34807](https://github.com/microsoft/fluentui/pull/34807) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.19.0 ([PR #34807](https://github.com/microsoft/fluentui/pull/34807) by beachball)
18
+
19
+ ## [0.6.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.6)
20
+
21
+ Fri, 04 Jul 2025 10:02:51 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.5..@fluentui/react-datepicker-compat_v0.6.6)
23
+
24
+ ### Patches
25
+
26
+ - Bump @fluentui/react-field to v9.3.6 ([PR #34457](https://github.com/microsoft/fluentui/pull/34457) by beachball)
27
+ - Bump @fluentui/react-input to v9.6.6 ([PR #34457](https://github.com/microsoft/fluentui/pull/34457) by beachball)
28
+ - Bump @fluentui/react-popover to v9.11.6 ([PR #34457](https://github.com/microsoft/fluentui/pull/34457) by beachball)
29
+ - Bump @fluentui/react-portal to v9.6.4 ([PR #34457](https://github.com/microsoft/fluentui/pull/34457) by beachball)
30
+
7
31
  ## [0.6.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.5)
8
32
 
9
- Fri, 27 Jun 2025 13:36:33 GMT
33
+ Fri, 27 Jun 2025 13:39:41 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.4..@fluentui/react-datepicker-compat_v0.6.5)
11
35
 
12
36
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.6.5",
3
+ "version": "0.6.7",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,13 +22,13 @@
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
24
  "@fluentui/react-calendar-compat": "^0.3.3",
25
- "@fluentui/react-field": "^9.3.5",
25
+ "@fluentui/react-field": "^9.3.7",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-input": "^9.6.5",
27
+ "@fluentui/react-input": "^9.6.7",
28
28
  "@fluentui/react-jsx-runtime": "^9.1.2",
29
- "@fluentui/react-popover": "^9.11.5",
30
- "@fluentui/react-portal": "^9.6.3",
31
- "@fluentui/react-positioning": "^9.18.5",
29
+ "@fluentui/react-popover": "^9.11.7",
30
+ "@fluentui/react-portal": "^9.6.4",
31
+ "@fluentui/react-positioning": "^9.19.0",
32
32
  "@fluentui/react-shared-contexts": "^9.24.0",
33
33
  "@fluentui/react-tabster": "^9.25.3",
34
34
  "@fluentui/react-theme": "^9.1.24",