@fluentui/react-datepicker-compat 0.4.5 → 0.4.6

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 +18 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Tue, 14 Nov 2023 17:48:36 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Nov 2023 09:51:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.6)
8
+
9
+ Mon, 20 Nov 2023 09:51:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.5..@fluentui/react-datepicker-compat_v0.4.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.0.8 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
15
+ - Bump @fluentui/react-field to v9.1.42 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
16
+ - Bump @fluentui/react-input to v9.4.52 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
17
+ - Bump @fluentui/react-popover to v9.8.22 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
18
+ - Bump @fluentui/react-portal to v9.4.2 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.10.1 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.13.0 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.14.6 ([PR #29878](https://github.com/microsoft/fluentui/pull/29878) by beachball)
22
+
7
23
  ## [0.4.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.5)
8
24
 
9
- Tue, 14 Nov 2023 17:48:36 GMT
25
+ Tue, 14 Nov 2023 17:51:27 GMT
10
26
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.4..@fluentui/react-datepicker-compat_v0.4.5)
11
27
 
12
28
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,16 +36,16 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.7",
39
- "@fluentui/react-calendar-compat": "^0.0.7",
40
- "@fluentui/react-field": "^9.1.41",
39
+ "@fluentui/react-calendar-compat": "^0.0.8",
40
+ "@fluentui/react-field": "^9.1.42",
41
41
  "@fluentui/react-icons": "^2.0.217",
42
- "@fluentui/react-input": "^9.4.51",
42
+ "@fluentui/react-input": "^9.4.52",
43
43
  "@fluentui/react-jsx-runtime": "^9.0.19",
44
- "@fluentui/react-popover": "^9.8.21",
45
- "@fluentui/react-portal": "^9.4.1",
46
- "@fluentui/react-positioning": "^9.10.0",
47
- "@fluentui/react-shared-contexts": "^9.12.0",
48
- "@fluentui/react-tabster": "^9.14.5",
44
+ "@fluentui/react-popover": "^9.8.22",
45
+ "@fluentui/react-portal": "^9.4.2",
46
+ "@fluentui/react-positioning": "^9.10.1",
47
+ "@fluentui/react-shared-contexts": "^9.13.0",
48
+ "@fluentui/react-tabster": "^9.14.6",
49
49
  "@fluentui/react-theme": "^9.1.16",
50
50
  "@fluentui/react-utilities": "^9.15.2",
51
51
  "@griffel/react": "^1.5.14",