@fluentui/react-timepicker-compat 0.4.24 → 0.4.25

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 +15 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,9 +1,23 @@
1
1
  # Change Log - @fluentui/react-timepicker-compat
2
2
 
3
- This log was last generated on Thu, 06 Nov 2025 15:01:25 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Nov 2025 19:13:21 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.25)
8
+
9
+ Tue, 11 Nov 2025 19:13:21 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.4.23..@fluentui/react-timepicker-compat_v0.4.25)
11
+
12
+ ### Patches
13
+
14
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
15
+ - Bump @fluentui/react-combobox to v9.16.12 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
16
+ - Bump @fluentui/react-field to v9.4.11 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.3.3 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.26.0 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.25.4 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
20
+
7
21
  ## [0.4.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.23)
8
22
 
9
23
  Thu, 06 Nov 2025 15:01:25 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "description": "Fluent UI TimePicker Compat Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@fluentui/keyboard-keys": "^9.0.8",
31
- "@fluentui/react-combobox": "^9.16.11",
32
- "@fluentui/react-field": "^9.4.10",
33
- "@fluentui/react-jsx-runtime": "^9.3.2",
34
- "@fluentui/react-shared-contexts": "^9.25.2",
31
+ "@fluentui/react-combobox": "^9.16.12",
32
+ "@fluentui/react-field": "^9.4.11",
33
+ "@fluentui/react-jsx-runtime": "^9.3.3",
34
+ "@fluentui/react-shared-contexts": "^9.26.0",
35
35
  "@fluentui/react-theme": "^9.2.0",
36
- "@fluentui/react-utilities": "^9.25.3",
37
- "@griffel/react": "^1.5.22",
36
+ "@fluentui/react-utilities": "^9.25.4",
37
+ "@griffel/react": "^1.5.32",
38
38
  "@swc/helpers": "^0.5.1"
39
39
  },
40
40
  "peerDependencies": {