@fluentui/react-datepicker-compat 0.2.3 → 0.2.4

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,58 @@
2
2
  "name": "@fluentui/react-datepicker-compat",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 27 Jul 2023 10:33:13 GMT",
5
+ "date": "Tue, 01 Aug 2023 10:14:29 GMT",
6
+ "tag": "@fluentui/react-datepicker-compat_v0.2.4",
7
+ "version": "0.2.4",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-datepicker-compat",
13
+ "comment": "Bump @fluentui/react-field to v9.1.14",
14
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-datepicker-compat",
19
+ "comment": "Bump @fluentui/react-input to v9.4.24",
20
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-datepicker-compat",
25
+ "comment": "Bump @fluentui/react-popover to v9.7.10",
26
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-datepicker-compat",
31
+ "comment": "Bump @fluentui/react-portal to v9.3.4",
32
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-datepicker-compat",
37
+ "comment": "Bump @fluentui/react-positioning to v9.9.1",
38
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-datepicker-compat",
43
+ "comment": "Bump @fluentui/react-shared-contexts to v9.7.0",
44
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-datepicker-compat",
49
+ "comment": "Bump @fluentui/react-tabster to v9.11.1",
50
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 27 Jul 2023 10:34:14 GMT",
6
57
  "tag": "@fluentui/react-datepicker-compat_v0.2.3",
7
58
  "version": "0.2.3",
8
59
  "comments": {
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 Thu, 27 Jul 2023 10:33:13 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 01 Aug 2023 10:14:29 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.2.4)
8
+
9
+ Tue, 01 Aug 2023 10:14:29 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.2.3..@fluentui/react-datepicker-compat_v0.2.4)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.14 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
15
+ - Bump @fluentui/react-input to v9.4.24 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
16
+ - Bump @fluentui/react-popover to v9.7.10 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
17
+ - Bump @fluentui/react-portal to v9.3.4 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
18
+ - Bump @fluentui/react-positioning to v9.9.1 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v9.7.0 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.11.1 ([PR #28689](https://github.com/microsoft/fluentui/pull/28689) by beachball)
21
+
7
22
  ## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-datepicker-compat_v0.2.3)
8
23
 
9
- Thu, 27 Jul 2023 10:33:13 GMT
24
+ Thu, 27 Jul 2023 10:34:14 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-datepicker-compat_v0.2.2..@fluentui/react-datepicker-compat_v0.2.3)
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.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "React components for building web experiences",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,15 +36,15 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@fluentui/keyboard-keys": "^9.0.3",
39
- "@fluentui/react-field": "^9.1.13",
39
+ "@fluentui/react-field": "^9.1.14",
40
40
  "@fluentui/react-icons": "^2.0.207",
41
- "@fluentui/react-input": "^9.4.23",
41
+ "@fluentui/react-input": "^9.4.24",
42
42
  "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
43
- "@fluentui/react-popover": "^9.7.9",
44
- "@fluentui/react-portal": "^9.3.3",
45
- "@fluentui/react-positioning": "^9.9.0",
46
- "@fluentui/react-shared-contexts": "^9.6.0",
47
- "@fluentui/react-tabster": "^9.11.0",
43
+ "@fluentui/react-popover": "^9.7.10",
44
+ "@fluentui/react-portal": "^9.3.4",
45
+ "@fluentui/react-positioning": "^9.9.1",
46
+ "@fluentui/react-shared-contexts": "^9.7.0",
47
+ "@fluentui/react-tabster": "^9.11.1",
48
48
  "@fluentui/react-theme": "^9.1.9",
49
49
  "@fluentui/react-utilities": "^9.10.1",
50
50
  "@griffel/react": "^1.5.7",