@fluentui/react-timepicker-compat 0.2.5 → 0.2.7

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-timepicker-compat
2
2
 
3
- This log was last generated on Mon, 25 Mar 2024 11:09:57 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 04 Apr 2024 12:07:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.7)
8
+
9
+ Thu, 04 Apr 2024 12:07:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.6..@fluentui/react-timepicker-compat_v0.2.7)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.9.6 ([PR #30947](https://github.com/microsoft/fluentui/pull/30947) by beachball)
15
+
16
+ ## [0.2.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.6)
17
+
18
+ Tue, 02 Apr 2024 09:48:01 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.5..@fluentui/react-timepicker-compat_v0.2.6)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-combobox to v9.9.5 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
24
+ - Bump @fluentui/react-field to v9.1.60 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
26
+ - Bump @fluentui/react-shared-contexts to v9.16.0 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.18.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
28
+
7
29
  ## [0.2.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.5)
8
30
 
9
- Mon, 25 Mar 2024 11:09:57 GMT
31
+ Mon, 25 Mar 2024 11:12:15 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.4..@fluentui/react-timepicker-compat_v0.2.5)
11
33
 
12
34
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.2.5",
3
+ "version": "0.2.7",
4
4
  "description": "Fluent UI TimePicker Compat Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -40,12 +40,12 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@fluentui/keyboard-keys": "^9.0.7",
43
- "@fluentui/react-combobox": "^9.9.4",
44
- "@fluentui/react-field": "^9.1.59",
45
- "@fluentui/react-jsx-runtime": "^9.0.34",
46
- "@fluentui/react-shared-contexts": "^9.15.2",
43
+ "@fluentui/react-combobox": "^9.9.6",
44
+ "@fluentui/react-field": "^9.1.60",
45
+ "@fluentui/react-jsx-runtime": "^9.0.35",
46
+ "@fluentui/react-shared-contexts": "^9.16.0",
47
47
  "@fluentui/react-theme": "^9.1.19",
48
- "@fluentui/react-utilities": "^9.18.5",
48
+ "@fluentui/react-utilities": "^9.18.6",
49
49
  "@griffel/react": "^1.5.14",
50
50
  "@swc/helpers": "^0.5.1"
51
51
  },