@fluentui/react-datepicker-compat 0.3.20 → 0.3.21

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,40 @@
2
2
  "name": "@fluentui/react-datepicker-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 11 Oct 2023 13:50:03 GMT",
5
+ "date": "Thu, 12 Oct 2023 14:52:34 GMT",
6
+ "tag": "@fluentui/react-datepicker-compat_v0.3.21",
7
+ "version": "0.3.21",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-datepicker-compat",
13
+ "comment": "Bump @fluentui/react-field to v9.1.37",
14
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "comment": "Bump @fluentui/react-input to v9.4.47",
20
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-datepicker-compat",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
26
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-datepicker-compat",
31
+ "comment": "Bump @fluentui/react-popover to v9.8.15",
32
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 11 Oct 2023 13:54:23 GMT",
6
39
  "tag": "@fluentui/react-datepicker-compat_v0.3.20",
7
40
  "version": "0.3.20",
8
41
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-datepicker-compat
2
2
 
3
- This log was last generated on Wed, 11 Oct 2023 13:50:03 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Oct 2023 14:52:34 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.21)
8
+
9
+ Thu, 12 Oct 2023 14:52:34 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.20..@fluentui/react-datepicker-compat_v0.3.21)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.37 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
15
+ - Bump @fluentui/react-input to v9.4.47 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
17
+ - Bump @fluentui/react-popover to v9.8.15 ([PR #29488](https://github.com/microsoft/fluentui/pull/29488) by beachball)
18
+
7
19
  ## [0.3.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.20)
8
20
 
9
- Wed, 11 Oct 2023 13:50:03 GMT
21
+ Wed, 11 Oct 2023 13:54:23 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.19..@fluentui/react-datepicker-compat_v0.3.20)
11
23
 
12
24
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-datepicker-compat",
3
- "version": "0.3.20",
3
+ "version": "0.3.21",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,11 +36,11 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.6",
39
- "@fluentui/react-field": "^9.1.36",
39
+ "@fluentui/react-field": "^9.1.37",
40
40
  "@fluentui/react-icons": "^2.0.217",
41
- "@fluentui/react-input": "^9.4.46",
42
- "@fluentui/react-jsx-runtime": "^9.0.16",
43
- "@fluentui/react-popover": "^9.8.14",
41
+ "@fluentui/react-input": "^9.4.47",
42
+ "@fluentui/react-jsx-runtime": "^9.0.17",
43
+ "@fluentui/react-popover": "^9.8.15",
44
44
  "@fluentui/react-portal": "^9.3.23",
45
45
  "@fluentui/react-positioning": "^9.9.20",
46
46
  "@fluentui/react-shared-contexts": "^9.10.0",