@fluentui/react-timepicker-compat 0.0.1 → 0.1.0

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 +5 -5
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 Thu, 04 Jan 2024 09:47:54 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Jan 2024 10:19:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.1.0)
8
+
9
+ Tue, 09 Jan 2024 10:19:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.0.2..@fluentui/react-timepicker-compat_v0.1.0)
11
+
12
+ ### Minor changes
13
+
14
+ - Stable release ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by yuanboxue@microsoft.com)
15
+ - Bump @fluentui/react-combobox to v9.5.39 ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by beachball)
16
+
17
+ ## [0.0.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.0.2)
18
+
19
+ Mon, 08 Jan 2024 16:24:28 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-timepicker-compat_v0.0.1..@fluentui/react-timepicker-compat_v0.0.2)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-combobox to v9.5.38 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
25
+ - Bump @fluentui/react-field to v9.1.47 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.0.24 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
27
+ - Bump @fluentui/react-utilities to v9.15.6 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
28
+
7
29
  ## [0.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-timepicker-compat_v0.0.1)
8
30
 
9
- Thu, 04 Jan 2024 09:47:54 GMT
31
+ Thu, 04 Jan 2024 09:48:06 GMT
10
32
 
11
33
  ### Patches
12
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-timepicker-compat",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
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.5.37",
44
- "@fluentui/react-field": "^9.1.46",
45
- "@fluentui/react-jsx-runtime": "^9.0.23",
43
+ "@fluentui/react-combobox": "^9.5.39",
44
+ "@fluentui/react-field": "^9.1.47",
45
+ "@fluentui/react-jsx-runtime": "^9.0.24",
46
46
  "@fluentui/react-shared-contexts": "^9.13.2",
47
47
  "@fluentui/react-theme": "^9.1.16",
48
- "@fluentui/react-utilities": "^9.15.5",
48
+ "@fluentui/react-utilities": "^9.15.6",
49
49
  "@griffel/react": "^1.5.14",
50
50
  "@swc/helpers": "^0.5.1"
51
51
  },