@fluentui/react-datepicker-compat 0.3.20 → 0.3.22

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,97 @@
2
2
  "name": "@fluentui/react-datepicker-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 11 Oct 2023 13:50:03 GMT",
5
+ "date": "Wed, 18 Oct 2023 17:47:37 GMT",
6
+ "tag": "@fluentui/react-datepicker-compat_v0.3.22",
7
+ "version": "0.3.22",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-datepicker-compat",
13
+ "comment": "Bump @fluentui/react-field to v9.1.38",
14
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "comment": "Bump @fluentui/react-input to v9.4.48",
20
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-datepicker-compat",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
26
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-datepicker-compat",
31
+ "comment": "Bump @fluentui/react-popover to v9.8.16",
32
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-datepicker-compat",
37
+ "comment": "Bump @fluentui/react-portal to v9.3.24",
38
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-datepicker-compat",
43
+ "comment": "Bump @fluentui/react-positioning to v9.9.21",
44
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-datepicker-compat",
49
+ "comment": "Bump @fluentui/react-tabster to v9.14.0",
50
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-datepicker-compat",
55
+ "comment": "Bump @fluentui/react-utilities to v9.15.1",
56
+ "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Thu, 12 Oct 2023 14:55:44 GMT",
63
+ "tag": "@fluentui/react-datepicker-compat_v0.3.21",
64
+ "version": "0.3.21",
65
+ "comments": {
66
+ "patch": [
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-datepicker-compat",
70
+ "comment": "Bump @fluentui/react-field to v9.1.37",
71
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-datepicker-compat",
76
+ "comment": "Bump @fluentui/react-input to v9.4.47",
77
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-datepicker-compat",
82
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
83
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-datepicker-compat",
88
+ "comment": "Bump @fluentui/react-popover to v9.8.15",
89
+ "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Wed, 11 Oct 2023 13:54:23 GMT",
6
96
  "tag": "@fluentui/react-datepicker-compat_v0.3.20",
7
97
  "version": "0.3.20",
8
98
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,40 @@
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 Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.22)
8
+
9
+ Wed, 18 Oct 2023 17:47:37 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.21..@fluentui/react-datepicker-compat_v0.3.22)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.38 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
15
+ - Bump @fluentui/react-input to v9.4.48 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.18 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
17
+ - Bump @fluentui/react-popover to v9.8.16 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
18
+ - Bump @fluentui/react-portal to v9.3.24 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
19
+ - Bump @fluentui/react-positioning to v9.9.21 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.14.0 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.15.1 ([PR #29560](https://github.com/microsoft/fluentui/pull/29560) by beachball)
22
+
23
+ ## [0.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.21)
24
+
25
+ Thu, 12 Oct 2023 14:55:44 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.20..@fluentui/react-datepicker-compat_v0.3.21)
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui/react-field to v9.1.37 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
31
+ - Bump @fluentui/react-input to v9.4.47 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
32
+ - Bump @fluentui/react-jsx-runtime to v9.0.17 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
33
+ - Bump @fluentui/react-popover to v9.8.15 ([PR #29513](https://github.com/microsoft/fluentui/pull/29513) by beachball)
34
+
7
35
  ## [0.3.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.3.20)
8
36
 
9
- Wed, 11 Oct 2023 13:50:03 GMT
37
+ Wed, 11 Oct 2023 13:54:23 GMT
10
38
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.3.19..@fluentui/react-datepicker-compat_v0.3.20)
11
39
 
12
40
  ### 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.22",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,17 +36,17 @@
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.38",
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",
44
- "@fluentui/react-portal": "^9.3.23",
45
- "@fluentui/react-positioning": "^9.9.20",
41
+ "@fluentui/react-input": "^9.4.48",
42
+ "@fluentui/react-jsx-runtime": "^9.0.18",
43
+ "@fluentui/react-popover": "^9.8.16",
44
+ "@fluentui/react-portal": "^9.3.24",
45
+ "@fluentui/react-positioning": "^9.9.21",
46
46
  "@fluentui/react-shared-contexts": "^9.10.0",
47
- "@fluentui/react-tabster": "^9.13.6",
47
+ "@fluentui/react-tabster": "^9.14.0",
48
48
  "@fluentui/react-theme": "^9.1.14",
49
- "@fluentui/react-utilities": "^9.15.0",
49
+ "@fluentui/react-utilities": "^9.15.1",
50
50
  "@griffel/react": "^1.5.14",
51
51
  "@swc/helpers": "^0.5.1"
52
52
  },