@fluentui/react-datepicker-compat 0.4.2 → 0.4.3

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-datepicker-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 01 Nov 2023 12:51:07 GMT",
5
+ "date": "Mon, 06 Nov 2023 13:15:28 GMT",
6
+ "tag": "@fluentui/react-datepicker-compat_v0.4.3",
7
+ "version": "0.4.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-datepicker-compat",
13
+ "comment": "Bump @fluentui/react-calendar-compat to v0.0.5",
14
+ "commit": "bcd30395b61cb18b5a42a8c0a4f91ccc2b88377d"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 01 Nov 2023 12:55:59 GMT",
6
21
  "tag": "@fluentui/react-datepicker-compat_v0.4.2",
7
22
  "version": "0.4.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 Nov 2023 13:15:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.3)
8
+
9
+ Mon, 06 Nov 2023 13:15:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.2..@fluentui/react-datepicker-compat_v0.4.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-calendar-compat to v0.0.5 ([PR #29755](https://github.com/microsoft/fluentui/pull/29755) by beachball)
15
+
7
16
  ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.4.2)
8
17
 
9
- Wed, 01 Nov 2023 12:51:07 GMT
18
+ Wed, 01 Nov 2023 12:55:59 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.4.1..@fluentui/react-datepicker-compat_v0.4.2)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.6",
39
- "@fluentui/react-calendar-compat": "^0.0.4",
39
+ "@fluentui/react-calendar-compat": "^0.0.5",
40
40
  "@fluentui/react-field": "^9.1.40",
41
41
  "@fluentui/react-icons": "^2.0.217",
42
42
  "@fluentui/react-input": "^9.4.50",