@fluentui/react-calendar-compat 0.1.5 → 0.1.6
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.md +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-calendar-compat
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 09 May 2024 19:31:57 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [0.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-calendar-compat_v0.1.6)
|
8
|
+
|
9
|
+
Thu, 09 May 2024 19:31:57 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-calendar-compat_v0.1.5..@fluentui/react-calendar-compat_v0.1.6)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.21.2 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
|
15
|
+
|
7
16
|
## [0.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-calendar-compat_v0.1.5)
|
8
17
|
|
9
|
-
Mon, 06 May 2024 12:
|
18
|
+
Mon, 06 May 2024 12:55:02 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-calendar-compat_v0.1.4..@fluentui/react-calendar-compat_v0.1.5)
|
11
20
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-calendar-compat",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.6",
|
4
4
|
"description": "Calendar compat component for Fluent UI v9",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@fluentui/react-icons": "^2.0.237",
|
36
36
|
"@fluentui/react-jsx-runtime": "^9.0.37",
|
37
37
|
"@fluentui/react-shared-contexts": "^9.18.0",
|
38
|
-
"@fluentui/react-tabster": "^9.21.
|
38
|
+
"@fluentui/react-tabster": "^9.21.2",
|
39
39
|
"@fluentui/react-theme": "^9.1.19",
|
40
40
|
"@fluentui/react-utilities": "^9.18.8",
|
41
41
|
"@griffel/react": "^1.5.14",
|