@fluentui/react-datepicker-compat 0.4.12 → 0.4.14

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 -2
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Thu, 04 Jan 2024 09:47:53 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 09 Jan 2024 10:19:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.14)
8
+
9
+ Tue, 09 Jan 2024 10:19:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.13..@fluentui/react-datepicker-compat_v0.4.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-popover to v9.8.29 ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by beachball)
15
+ - Bump @fluentui/react-positioning to v9.12.0 ([PR #30217](https://github.com/microsoft/fluentui/pull/30217) by beachball)
16
+
17
+ ## [0.4.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.13)
18
+
19
+ Mon, 08 Jan 2024 16:24:21 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.12..@fluentui/react-datepicker-compat_v0.4.13)
21
+
22
+ ### Patches
23
+
24
+ - Update version of @fluentui/react-icons to 2.0.224 ([PR #30078](https://github.com/microsoft/fluentui/pull/30078) by ololubek@microsoft.com)
25
+ - Bump @fluentui/react-calendar-compat to v0.0.14 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
26
+ - Bump @fluentui/react-field to v9.1.47 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
27
+ - Bump @fluentui/react-input to v9.4.57 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
28
+ - Bump @fluentui/react-jsx-runtime to v9.0.24 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
29
+ - Bump @fluentui/react-popover to v9.8.28 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
30
+ - Bump @fluentui/react-portal to v9.4.7 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
31
+ - Bump @fluentui/react-positioning to v9.11.0 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
32
+ - Bump @fluentui/react-tabster to v9.17.0 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
33
+ - Bump @fluentui/react-utilities to v9.15.6 ([PR #30179](https://github.com/microsoft/fluentui/pull/30179) by beachball)
34
+
7
35
  ## [0.4.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.12)
8
36
 
9
- Thu, 04 Jan 2024 09:47:53 GMT
37
+ Thu, 04 Jan 2024 09:48:06 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.11..@fluentui/react-datepicker-compat_v0.4.12)
11
39
 
12
40
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.12",
3
+ "version": "0.4.14",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,18 +36,18 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.7",
39
- "@fluentui/react-calendar-compat": "^0.0.13",
40
- "@fluentui/react-field": "^9.1.46",
41
- "@fluentui/react-icons": "^2.0.217",
42
- "@fluentui/react-input": "^9.4.56",
43
- "@fluentui/react-jsx-runtime": "^9.0.23",
44
- "@fluentui/react-popover": "^9.8.27",
45
- "@fluentui/react-portal": "^9.4.6",
46
- "@fluentui/react-positioning": "^9.10.6",
39
+ "@fluentui/react-calendar-compat": "^0.0.14",
40
+ "@fluentui/react-field": "^9.1.47",
41
+ "@fluentui/react-icons": "^2.0.224",
42
+ "@fluentui/react-input": "^9.4.57",
43
+ "@fluentui/react-jsx-runtime": "^9.0.24",
44
+ "@fluentui/react-popover": "^9.8.29",
45
+ "@fluentui/react-portal": "^9.4.7",
46
+ "@fluentui/react-positioning": "^9.12.0",
47
47
  "@fluentui/react-shared-contexts": "^9.13.2",
48
- "@fluentui/react-tabster": "^9.16.1",
48
+ "@fluentui/react-tabster": "^9.17.0",
49
49
  "@fluentui/react-theme": "^9.1.16",
50
- "@fluentui/react-utilities": "^9.15.5",
50
+ "@fluentui/react-utilities": "^9.15.6",
51
51
  "@griffel/react": "^1.5.14",
52
52
  "@swc/helpers": "^0.5.1"
53
53
  },