@fluentui/react-provider 9.0.0-rc.11 → 9.0.0-rc.12
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 +24 -1
- package/CHANGELOG.md +11 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,30 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Thu, 26 May 2022 21:00:03 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.0.0-rc.12",
|
7
|
+
"version": "9.0.0-rc.12",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "olfedias@microsoft.com",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"commit": "200be4ce33d4c57fbce1cfed87dd110f289de3af",
|
14
|
+
"comment": "add description for the component"
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"prerelease": [
|
18
|
+
{
|
19
|
+
"author": "beachball",
|
20
|
+
"package": "@fluentui/react-provider",
|
21
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.12",
|
22
|
+
"commit": "3cf55ce998048554bf6a550de44403843ea8ede0"
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"date": "Mon, 23 May 2022 18:56:47 GMT",
|
6
29
|
"tag": "@fluentui/react-provider_v9.0.0-rc.11",
|
7
30
|
"version": "9.0.0-rc.11",
|
8
31
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 26 May 2022 21:00:03 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.12)
|
8
|
+
|
9
|
+
Thu, 26 May 2022 21:00:03 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.11..@fluentui/react-provider_v9.0.0-rc.12)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
|
15
|
+
|
7
16
|
## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.0.0-rc.11)
|
8
17
|
|
9
|
-
Mon, 23 May 2022 18:
|
18
|
+
Mon, 23 May 2022 18:56:47 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.0.0-rc.10..@fluentui/react-provider_v9.0.0-rc.11)
|
11
20
|
|
12
21
|
### Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.0.0-rc.
|
3
|
+
"version": "9.0.0-rc.12",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"dependencies": {
|
35
35
|
"@griffel/react": "1.0.5",
|
36
36
|
"@fluentui/react-shared-contexts": "9.0.0-rc.9",
|
37
|
-
"@fluentui/react-tabster": "9.0.0-rc.
|
37
|
+
"@fluentui/react-tabster": "9.0.0-rc.12",
|
38
38
|
"@fluentui/react-theme": "9.0.0-rc.9",
|
39
39
|
"@fluentui/react-utilities": "9.0.0-rc.9",
|
40
40
|
"tslib": "^2.1.0"
|