@fluentui/react-datepicker-compat 0.4.31 → 0.4.32

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 +17 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Thu, 04 Apr 2024 12:06:59 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Apr 2024 21:47:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.32)
8
+
9
+ Wed, 17 Apr 2024 21:47:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.31..@fluentui/react-datepicker-compat_v0.4.32)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update react-icons to 2.0.235 ([PR #31011](https://github.com/microsoft/fluentui/pull/31011) by ololubek@microsoft.com)
15
+ - Bump @fluentui/react-calendar-compat to v0.1.2 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
16
+ - Bump @fluentui/react-field to v9.1.61 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
17
+ - Bump @fluentui/react-input to v9.4.71 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
18
+ - Bump @fluentui/react-popover to v9.9.4 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
19
+ - Bump @fluentui/react-portal to v9.4.20 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
21
+
7
22
  ## [0.4.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.31)
8
23
 
9
- Thu, 04 Apr 2024 12:06:59 GMT
24
+ Thu, 04 Apr 2024 12:08:07 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.30..@fluentui/react-datepicker-compat_v0.4.31)
11
26
 
12
27
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.31",
3
+ "version": "0.4.32",
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.1.1",
40
- "@fluentui/react-field": "^9.1.60",
41
- "@fluentui/react-icons": "^2.0.224",
42
- "@fluentui/react-input": "^9.4.70",
39
+ "@fluentui/react-calendar-compat": "^0.1.2",
40
+ "@fluentui/react-field": "^9.1.61",
41
+ "@fluentui/react-icons": "^2.0.235",
42
+ "@fluentui/react-input": "^9.4.71",
43
43
  "@fluentui/react-jsx-runtime": "^9.0.35",
44
- "@fluentui/react-popover": "^9.9.3",
45
- "@fluentui/react-portal": "^9.4.19",
44
+ "@fluentui/react-popover": "^9.9.4",
45
+ "@fluentui/react-portal": "^9.4.20",
46
46
  "@fluentui/react-positioning": "^9.14.3",
47
47
  "@fluentui/react-shared-contexts": "^9.16.0",
48
- "@fluentui/react-tabster": "^9.19.6",
48
+ "@fluentui/react-tabster": "^9.20.0",
49
49
  "@fluentui/react-theme": "^9.1.19",
50
50
  "@fluentui/react-utilities": "^9.18.6",
51
51
  "@griffel/react": "^1.5.14",