@fluentui/react-datepicker-compat 0.4.33 → 0.4.35

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 +35 -2
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,12 +1,45 @@
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 Mon, 06 May 2024 12:48:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.35)
8
+
9
+ Mon, 06 May 2024 12:48:54 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.34..@fluentui/react-datepicker-compat_v0.4.35)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.1.5 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
15
+ - Bump @fluentui/react-field to v9.1.64 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
16
+ - Bump @fluentui/react-input to v9.4.74 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.37 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
18
+ - Bump @fluentui/react-popover to v9.9.7 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
19
+ - Bump @fluentui/react-portal to v9.4.23 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
20
+ - Bump @fluentui/react-positioning to v9.14.5 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
21
+ - Bump @fluentui/react-shared-contexts to v9.18.0 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
22
+ - Bump @fluentui/react-tabster to v9.21.1 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
23
+ - Bump @fluentui/react-utilities to v9.18.8 ([PR #31271](https://github.com/microsoft/fluentui/pull/31271) by beachball)
24
+
25
+ ## [0.4.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.34)
26
+
27
+ Thu, 02 May 2024 11:36:32 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.33..@fluentui/react-datepicker-compat_v0.4.34)
29
+
30
+ ### Patches
31
+
32
+ - chore: upgrade @fluentui/react-icons to 2.0.237. ([PR #31139](https://github.com/microsoft/fluentui/pull/31139) by ololubek@microsoft.com)
33
+ - Bump @fluentui/react-calendar-compat to v0.1.4 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
34
+ - Bump @fluentui/react-field to v9.1.63 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
35
+ - Bump @fluentui/react-input to v9.4.73 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
36
+ - Bump @fluentui/react-popover to v9.9.6 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
37
+ - Bump @fluentui/react-portal to v9.4.22 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
38
+ - Bump @fluentui/react-tabster to v9.21.0 ([PR #31231](https://github.com/microsoft/fluentui/pull/31231) by beachball)
39
+
7
40
  ## [0.4.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.33)
8
41
 
9
- Tue, 23 Apr 2024 08:12:12 GMT
42
+ Tue, 23 Apr 2024 08:17:49 GMT
10
43
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.32..@fluentui/react-datepicker-compat_v0.4.33)
11
44
 
12
45
  ### 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.35",
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.1.3",
40
- "@fluentui/react-field": "^9.1.62",
41
- "@fluentui/react-icons": "^2.0.235",
42
- "@fluentui/react-input": "^9.4.72",
43
- "@fluentui/react-jsx-runtime": "^9.0.36",
44
- "@fluentui/react-popover": "^9.9.5",
45
- "@fluentui/react-portal": "^9.4.21",
46
- "@fluentui/react-positioning": "^9.14.4",
47
- "@fluentui/react-shared-contexts": "^9.17.0",
48
- "@fluentui/react-tabster": "^9.20.1",
39
+ "@fluentui/react-calendar-compat": "^0.1.5",
40
+ "@fluentui/react-field": "^9.1.64",
41
+ "@fluentui/react-icons": "^2.0.237",
42
+ "@fluentui/react-input": "^9.4.74",
43
+ "@fluentui/react-jsx-runtime": "^9.0.37",
44
+ "@fluentui/react-popover": "^9.9.7",
45
+ "@fluentui/react-portal": "^9.4.23",
46
+ "@fluentui/react-positioning": "^9.14.5",
47
+ "@fluentui/react-shared-contexts": "^9.18.0",
48
+ "@fluentui/react-tabster": "^9.21.1",
49
49
  "@fluentui/react-theme": "^9.1.19",
50
- "@fluentui/react-utilities": "^9.18.7",
50
+ "@fluentui/react-utilities": "^9.18.8",
51
51
  "@griffel/react": "^1.5.14",
52
52
  "@swc/helpers": "^0.5.1"
53
53
  },