@fluentui/react-datepicker-compat 0.4.59 → 0.4.61

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 +34 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,44 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 18 Dec 2024 10:58:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 22 Jan 2025 13:55:32 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.61)
8
+
9
+ Wed, 22 Jan 2025 13:55:32 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.60..@fluentui/react-datepicker-compat_v0.4.61)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.1.26 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
15
+ - Bump @fluentui/react-field to v9.1.85 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
16
+ - Bump @fluentui/react-input to v9.4.98 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.50 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
18
+ - Bump @fluentui/react-popover to v9.9.31 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
19
+ - Bump @fluentui/react-portal to v9.4.42 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
20
+ - Bump @fluentui/react-positioning to v9.16.2 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.23.3 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.18.20 ([PR #33631](https://github.com/microsoft/fluentui/pull/33631) by beachball)
23
+
24
+ ## [0.4.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.60)
25
+
26
+ Wed, 08 Jan 2025 18:33:36 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.59..@fluentui/react-datepicker-compat_v0.4.60)
28
+
29
+ ### Patches
30
+
31
+ - Bump @fluentui/react-calendar-compat to v0.1.25 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
32
+ - Bump @fluentui/react-field to v9.1.84 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
33
+ - Bump @fluentui/react-input to v9.4.97 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
34
+ - Bump @fluentui/react-jsx-runtime to v9.0.49 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
35
+ - Bump @fluentui/react-popover to v9.9.30 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
36
+ - Bump @fluentui/react-portal to v9.4.41 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
37
+ - Bump @fluentui/react-positioning to v9.16.1 ([PR #33550](https://github.com/microsoft/fluentui/pull/33550) by beachball)
38
+
7
39
  ## [0.4.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.59)
8
40
 
9
- Wed, 18 Dec 2024 10:58:15 GMT
41
+ Wed, 18 Dec 2024 10:59:37 GMT
10
42
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.58..@fluentui/react-datepicker-compat_v0.4.59)
11
43
 
12
44
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.59",
3
+ "version": "0.4.61",
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.1.24",
25
- "@fluentui/react-field": "^9.1.83",
24
+ "@fluentui/react-calendar-compat": "^0.1.26",
25
+ "@fluentui/react-field": "^9.1.85",
26
26
  "@fluentui/react-icons": "^2.0.245",
27
- "@fluentui/react-input": "^9.4.96",
28
- "@fluentui/react-jsx-runtime": "^9.0.48",
29
- "@fluentui/react-popover": "^9.9.29",
30
- "@fluentui/react-portal": "^9.4.40",
31
- "@fluentui/react-positioning": "^9.16.0",
27
+ "@fluentui/react-input": "^9.4.98",
28
+ "@fluentui/react-jsx-runtime": "^9.0.50",
29
+ "@fluentui/react-popover": "^9.9.31",
30
+ "@fluentui/react-portal": "^9.4.42",
31
+ "@fluentui/react-positioning": "^9.16.2",
32
32
  "@fluentui/react-shared-contexts": "^9.21.2",
33
- "@fluentui/react-tabster": "^9.23.2",
33
+ "@fluentui/react-tabster": "^9.23.3",
34
34
  "@fluentui/react-theme": "^9.1.24",
35
- "@fluentui/react-utilities": "^9.18.19",
35
+ "@fluentui/react-utilities": "^9.18.20",
36
36
  "@griffel/react": "^1.5.22",
37
37
  "@swc/helpers": "^0.5.1"
38
38
  },