@fluentui/react-timepicker-compat 0.4.32 → 0.4.33

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 +14 -4
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,28 @@
1
1
  # Change Log - @fluentui/react-timepicker-compat
2
2
 
3
- This log was last generated on Wed, 11 Mar 2026 09:20:38 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.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.33)
8
+
9
+ Wed, 01 Apr 2026 15:50:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.4.32..@fluentui/react-timepicker-compat_v0.4.33)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.17.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
15
+ - Bump @fluentui/react-field to v9.5.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
16
+
7
17
  ## [0.4.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.32)
8
18
 
9
- Wed, 11 Mar 2026 09:20:38 GMT
19
+ Wed, 11 Mar 2026 09:22:22 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.4.31..@fluentui/react-timepicker-compat_v0.4.32)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-combobox to v9.16.18 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
15
- - Bump @fluentui/react-field to v9.4.16 ([PR #35854](https://github.com/microsoft/fluentui/pull/35854) by beachball)
24
+ - Bump @fluentui/react-combobox to v9.16.18 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
25
+ - Bump @fluentui/react-field to v9.4.16 ([PR #35859](https://github.com/microsoft/fluentui/pull/35859) by beachball)
16
26
 
17
27
  ## [0.4.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.31)
18
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.4.32",
3
+ "version": "0.4.33",
4
4
  "description": "Fluent UI TimePicker Compat Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,8 +19,8 @@
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
21
  "@fluentui/keyboard-keys": "^9.0.8",
22
- "@fluentui/react-combobox": "^9.16.18",
23
- "@fluentui/react-field": "^9.4.16",
22
+ "@fluentui/react-combobox": "^9.17.0",
23
+ "@fluentui/react-field": "^9.5.0",
24
24
  "@fluentui/react-jsx-runtime": "^9.4.1",
25
25
  "@fluentui/react-shared-contexts": "^9.26.2",
26
26
  "@fluentui/react-theme": "^9.2.1",