@fluentui/react-timepicker-compat 0.3.11 → 0.3.13

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 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,40 @@
1
1
  # Change Log - @fluentui/react-timepicker-compat
2
2
 
3
- This log was last generated on Wed, 14 May 2025 18:45:49 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 11 Jun 2025 22:29:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.3.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.3.13)
8
+
9
+ Wed, 11 Jun 2025 22:29:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.3.12..@fluentui/react-timepicker-compat_v0.3.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.14.9 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
15
+ - Bump @fluentui/react-field to v9.2.9 ([PR #34631](https://github.com/microsoft/fluentui/pull/34631) by beachball)
16
+
17
+ ## [0.3.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.3.12)
18
+
19
+ Fri, 06 Jun 2025 13:15:17 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.3.11..@fluentui/react-timepicker-compat_v0.3.12)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-combobox to v9.14.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
25
+ - Bump @fluentui/react-field to v9.2.8 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.55 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.20.0 ([PR #34572](https://github.com/microsoft/fluentui/pull/34572) by beachball)
28
+
7
29
  ## [0.3.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.3.11)
8
30
 
9
- Wed, 14 May 2025 18:45:49 GMT
31
+ Wed, 14 May 2025 18:49:20 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.3.10..@fluentui/react-timepicker-compat_v0.3.11)
11
33
 
12
34
  ### Patches
13
35
 
14
- - Bump @fluentui/react-combobox to v9.14.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
15
- - Bump @fluentui/react-field to v9.2.7 ([PR #34449](https://github.com/microsoft/fluentui/pull/34449) by beachball)
36
+ - Bump @fluentui/react-combobox to v9.14.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
37
+ - Bump @fluentui/react-field to v9.2.7 ([PR #34438](https://github.com/microsoft/fluentui/pull/34438) by beachball)
16
38
 
17
39
  ## [0.3.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.3.10)
18
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "Fluent UI TimePicker Compat Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@fluentui/keyboard-keys": "^9.0.8",
31
- "@fluentui/react-combobox": "^9.14.7",
32
- "@fluentui/react-field": "^9.2.7",
33
- "@fluentui/react-jsx-runtime": "^9.0.54",
31
+ "@fluentui/react-combobox": "^9.14.9",
32
+ "@fluentui/react-field": "^9.2.9",
33
+ "@fluentui/react-jsx-runtime": "^9.0.55",
34
34
  "@fluentui/react-shared-contexts": "^9.23.1",
35
35
  "@fluentui/react-theme": "^9.1.24",
36
- "@fluentui/react-utilities": "^9.19.0",
36
+ "@fluentui/react-utilities": "^9.20.0",
37
37
  "@griffel/react": "^1.5.22",
38
38
  "@swc/helpers": "^0.5.1"
39
39
  },