@fluentui/react-datepicker-compat 0.4.33 → 0.4.34

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 Tue, 23 Apr 2024 08:12:12 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 02 May 2024 11:31:25 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.34)
8
+
9
+ Thu, 02 May 2024 11:31:25 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.33..@fluentui/react-datepicker-compat_v0.4.34)
11
+
12
+ ### Patches
13
+
14
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
15
+ - Bump @fluentui/react-calendar-compat to v0.1.4 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
16
+ - Bump @fluentui/react-field to v9.1.63 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
17
+ - Bump @fluentui/react-input to v9.4.73 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
18
+ - Bump @fluentui/react-popover to v9.9.6 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
19
+ - Bump @fluentui/react-portal to v9.4.22 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
21
+
7
22
  ## [0.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.33)
8
23
 
9
- Tue, 23 Apr 2024 08:12:12 GMT
24
+ Tue, 23 Apr 2024 08:17:49 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.32..@fluentui/react-datepicker-compat_v0.4.33)
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.33",
3
+ "version": "0.4.34",
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.3",
40
- "@fluentui/react-field": "^9.1.62",
41
- "@fluentui/react-icons": "^2.0.235",
42
- "@fluentui/react-input": "^9.4.72",
39
+ "@fluentui/react-calendar-compat": "^0.1.4",
40
+ "@fluentui/react-field": "^9.1.63",
41
+ "@fluentui/react-icons": "^2.0.237",
42
+ "@fluentui/react-input": "^9.4.73",
43
43
  "@fluentui/react-jsx-runtime": "^9.0.36",
44
- "@fluentui/react-popover": "^9.9.5",
45
- "@fluentui/react-portal": "^9.4.21",
44
+ "@fluentui/react-popover": "^9.9.6",
45
+ "@fluentui/react-portal": "^9.4.22",
46
46
  "@fluentui/react-positioning": "^9.14.4",
47
47
  "@fluentui/react-shared-contexts": "^9.17.0",
48
- "@fluentui/react-tabster": "^9.20.1",
48
+ "@fluentui/react-tabster": "^9.21.0",
49
49
  "@fluentui/react-theme": "^9.1.19",
50
50
  "@fluentui/react-utilities": "^9.18.7",
51
51
  "@griffel/react": "^1.5.14",