@fluentui/react-provider 9.1.2 → 9.1.3
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 +17 -2
- package/CHANGELOG.md +12 -3
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,22 @@
|
|
2
2
|
"name": "@fluentui/react-provider",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Mon, 03 Oct 2022 22:22:53 GMT",
|
6
|
+
"tag": "@fluentui/react-provider_v9.1.3",
|
7
|
+
"version": "9.1.3",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-provider",
|
13
|
+
"comment": "Bump @fluentui/react-tabster to v9.1.2",
|
14
|
+
"commit": "b0b7f99bbbb05b0bd136432983a74fea252c7163"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Tue, 20 Sep 2022 20:55:45 GMT",
|
6
21
|
"tag": "@fluentui/react-provider_v9.1.2",
|
7
22
|
"version": "9.1.2",
|
8
23
|
"comments": {
|
@@ -11,7 +26,7 @@
|
|
11
26
|
"author": "beachball",
|
12
27
|
"package": "@fluentui/react-provider",
|
13
28
|
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
|
14
|
-
"commit": "
|
29
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
15
30
|
}
|
16
31
|
]
|
17
32
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,26 @@
|
|
1
1
|
# Change Log - @fluentui/react-provider
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 03 Oct 2022 22:22:53 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.3)
|
8
|
+
|
9
|
+
Mon, 03 Oct 2022 22:22:53 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.2..@fluentui/react-provider_v9.1.3)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.1.2 ([PR #25016](https://github.com/microsoft/fluentui/pull/25016) by beachball)
|
15
|
+
|
7
16
|
## [9.1.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.2)
|
8
17
|
|
9
|
-
Tue, 20 Sep 2022 20:
|
18
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-provider_v9.1.1..@fluentui/react-provider_v9.1.2)
|
11
20
|
|
12
21
|
### Patches
|
13
22
|
|
14
|
-
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #
|
23
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
|
15
24
|
|
16
25
|
## [9.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-provider_v9.1.1)
|
17
26
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-provider",
|
3
|
-
"version": "9.1.
|
3
|
+
"version": "9.1.3",
|
4
4
|
"description": "Fluent UI React provider component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"@griffel/core": "^1.5.1",
|
36
36
|
"@griffel/react": "^1.3.0",
|
37
37
|
"@fluentui/react-shared-contexts": "^9.0.1",
|
38
|
-
"@fluentui/react-tabster": "^9.1.
|
38
|
+
"@fluentui/react-tabster": "^9.1.2",
|
39
39
|
"@fluentui/react-theme": "^9.1.0",
|
40
40
|
"@fluentui/react-utilities": "^9.1.0",
|
41
41
|
"tslib": "^2.1.0"
|