@fluentui/react-timepicker-compat 0.2.21 → 0.2.23

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 +30 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,17 +1,44 @@
1
1
  # Change Log - @fluentui/react-timepicker-compat
2
2
 
3
- This log was last generated on Thu, 04 Jul 2024 15:13:32 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 20:09:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.23)
8
+
9
+ Tue, 23 Jul 2024 20:09:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.22..@fluentui/react-timepicker-compat_v0.2.23)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-combobox to v9.13.2 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
15
+ - Bump @fluentui/react-field to v9.1.71 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
19
+
20
+ ## [0.2.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.22)
21
+
22
+ Mon, 15 Jul 2024 17:25:20 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.21..@fluentui/react-timepicker-compat_v0.2.22)
24
+
25
+ ### Patches
26
+
27
+ - fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
28
+ - Bump @fluentui/react-combobox to v9.13.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
29
+ - Bump @fluentui/react-field to v9.1.70 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.41 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
31
+ - Bump @fluentui/react-shared-contexts to v9.19.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.18.12 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
33
+
7
34
  ## [0.2.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.21)
8
35
 
9
- Thu, 04 Jul 2024 15:13:32 GMT
36
+ Thu, 04 Jul 2024 15:14:36 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.2.20..@fluentui/react-timepicker-compat_v0.2.21)
11
38
 
12
39
  ### Patches
13
40
 
14
- - Bump @fluentui/react-combobox to v9.13.0 ([PR #31918](https://github.com/microsoft/fluentui/pull/31918) by beachball)
41
+ - Bump @fluentui/react-combobox to v9.13.0 ([PR #31893](https://github.com/microsoft/fluentui/pull/31893) by beachball)
15
42
 
16
43
  ## [0.2.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.2.20)
17
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.2.21",
3
+ "version": "0.2.23",
4
4
  "description": "Fluent UI TimePicker Compat Component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -41,12 +41,12 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@fluentui/keyboard-keys": "^9.0.7",
44
- "@fluentui/react-combobox": "^9.13.0",
45
- "@fluentui/react-field": "^9.1.69",
46
- "@fluentui/react-jsx-runtime": "^9.0.40",
47
- "@fluentui/react-shared-contexts": "^9.19.0",
44
+ "@fluentui/react-combobox": "^9.13.2",
45
+ "@fluentui/react-field": "^9.1.71",
46
+ "@fluentui/react-jsx-runtime": "^9.0.42",
47
+ "@fluentui/react-shared-contexts": "^9.20.0",
48
48
  "@fluentui/react-theme": "^9.1.19",
49
- "@fluentui/react-utilities": "^9.18.11",
49
+ "@fluentui/react-utilities": "^9.18.13",
50
50
  "@griffel/react": "^1.5.22",
51
51
  "@swc/helpers": "^0.5.1"
52
52
  },