@fluentui/react-timepicker-compat 0.4.28 → 0.4.30

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-timepicker-compat
2
2
 
3
- This log was last generated on Thu, 22 Jan 2026 17:01:29 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 25 Feb 2026 13:28:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.30)
8
+
9
+ Wed, 25 Feb 2026 13:28:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.4.29..@fluentui/react-timepicker-compat_v0.4.30)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.16.16 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
15
+ - Bump @fluentui/react-field to v9.4.15 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.4.1 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.26.2 ([PR #35782](https://github.com/microsoft/fluentui/pull/35782) by beachball)
19
+
20
+ ## [0.4.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.29)
21
+
22
+ Thu, 12 Feb 2026 10:46:15 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.4.28..@fluentui/react-timepicker-compat_v0.4.29)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-combobox to v9.16.15 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
28
+ - Bump @fluentui/react-field to v9.4.14 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.4.0 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
30
+
7
31
  ## [0.4.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.4.28)
8
32
 
9
- Thu, 22 Jan 2026 17:01:29 GMT
33
+ Thu, 22 Jan 2026 17:06:45 GMT
10
34
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.4.27..@fluentui/react-timepicker-compat_v0.4.28)
11
35
 
12
36
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.4.28",
3
+ "version": "0.4.30",
4
4
  "description": "Fluent UI TimePicker Compat Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,12 +19,12 @@
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
21
  "@fluentui/keyboard-keys": "^9.0.8",
22
- "@fluentui/react-combobox": "^9.16.14",
23
- "@fluentui/react-field": "^9.4.13",
24
- "@fluentui/react-jsx-runtime": "^9.3.5",
25
- "@fluentui/react-shared-contexts": "^9.26.1",
22
+ "@fluentui/react-combobox": "^9.16.16",
23
+ "@fluentui/react-field": "^9.4.15",
24
+ "@fluentui/react-jsx-runtime": "^9.4.1",
25
+ "@fluentui/react-shared-contexts": "^9.26.2",
26
26
  "@fluentui/react-theme": "^9.2.1",
27
- "@fluentui/react-utilities": "^9.26.1",
27
+ "@fluentui/react-utilities": "^9.26.2",
28
28
  "@griffel/react": "^1.5.32",
29
29
  "@swc/helpers": "^0.5.1"
30
30
  },