@fluentui/react-datepicker-compat 0.6.10 → 0.6.12

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 +28 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 30 Jul 2025 08:41:07 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 07 Aug 2025 09:59:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.6.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.12)
8
+
9
+ Thu, 07 Aug 2025 09:59:13 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.11..@fluentui/react-datepicker-compat_v0.6.12)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.3.7 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
15
+ - Bump @fluentui/react-field to v9.4.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
16
+ - Bump @fluentui/react-input to v9.7.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.1.5 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
18
+ - Bump @fluentui/react-popover to v9.12.4 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
19
+ - Bump @fluentui/react-portal to v9.8.0 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
20
+ - Bump @fluentui/react-positioning to v9.20.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.26.3 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.23.2 ([PR #34980](https://github.com/microsoft/fluentui/pull/34980) by beachball)
23
+
24
+ ## [0.6.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.11)
25
+
26
+ Wed, 30 Jul 2025 16:55:47 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.10..@fluentui/react-datepicker-compat_v0.6.11)
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui/react-popover to v9.12.3 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
32
+
7
33
  ## [0.6.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.6.10)
8
34
 
9
- Wed, 30 Jul 2025 08:41:07 GMT
35
+ Wed, 30 Jul 2025 13:10:57 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.6.9..@fluentui/react-datepicker-compat_v0.6.10)
11
37
 
12
38
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.6.10",
3
+ "version": "0.6.12",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -21,18 +21,18 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@fluentui/keyboard-keys": "^9.0.8",
24
- "@fluentui/react-calendar-compat": "^0.3.6",
25
- "@fluentui/react-field": "^9.4.2",
24
+ "@fluentui/react-calendar-compat": "^0.3.7",
25
+ "@fluentui/react-field": "^9.4.3",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-input": "^9.7.2",
28
- "@fluentui/react-jsx-runtime": "^9.1.4",
29
- "@fluentui/react-popover": "^9.12.2",
30
- "@fluentui/react-portal": "^9.7.2",
31
- "@fluentui/react-positioning": "^9.20.2",
27
+ "@fluentui/react-input": "^9.7.3",
28
+ "@fluentui/react-jsx-runtime": "^9.1.5",
29
+ "@fluentui/react-popover": "^9.12.4",
30
+ "@fluentui/react-portal": "^9.8.0",
31
+ "@fluentui/react-positioning": "^9.20.3",
32
32
  "@fluentui/react-shared-contexts": "^9.24.1",
33
- "@fluentui/react-tabster": "^9.26.2",
33
+ "@fluentui/react-tabster": "^9.26.3",
34
34
  "@fluentui/react-theme": "^9.2.0",
35
- "@fluentui/react-utilities": "^9.23.1",
35
+ "@fluentui/react-utilities": "^9.23.2",
36
36
  "@griffel/react": "^1.5.22",
37
37
  "@swc/helpers": "^0.5.1"
38
38
  },