@fluentui/react-shared-contexts 9.0.0-rc.4 → 9.0.0-rc.5
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 +30 -1
- package/CHANGELOG.md +11 -2
- package/package.json +3 -11
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,36 @@
|
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 19 Apr 2022 19:14:02 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.5",
|
7
|
+
"version": "9.0.0-rc.5",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "elcraig@microsoft.com",
|
12
|
+
"package": "@fluentui/react-shared-contexts",
|
13
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
14
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "mgodbolt@microsoft.com",
|
18
|
+
"package": "@fluentui/react-shared-contexts",
|
19
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
20
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
21
|
+
}
|
22
|
+
],
|
23
|
+
"prerelease": [
|
24
|
+
{
|
25
|
+
"author": "beachball",
|
26
|
+
"package": "@fluentui/react-shared-contexts",
|
27
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
28
|
+
"commit": "9c8592decacb9f7b1dc608a03c9f991918806008"
|
29
|
+
}
|
30
|
+
]
|
31
|
+
}
|
32
|
+
},
|
33
|
+
{
|
34
|
+
"date": "Fri, 04 Mar 2022 05:17:29 GMT",
|
6
35
|
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.4",
|
7
36
|
"version": "9.0.0-rc.4",
|
8
37
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 19 Apr 2022 19:14:02 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.5)
|
8
|
+
|
9
|
+
Tue, 19 Apr 2022 19:14:02 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.4..@fluentui/react-shared-contexts_v9.0.0-rc.5)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
|
15
|
+
|
7
16
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.4)
|
8
17
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
18
|
+
Fri, 04 Mar 2022 05:17:29 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.3..@fluentui/react-shared-contexts_v9.0.0-rc.4)
|
11
20
|
|
12
21
|
### Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
|
-
"version": "9.0.0-rc.
|
3
|
+
"version": "9.0.0-rc.5",
|
4
4
|
"description": "Fluent UI React Contexts shared by multiple components.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -24,18 +24,10 @@
|
|
24
24
|
},
|
25
25
|
"devDependencies": {
|
26
26
|
"@fluentui/eslint-plugin": "*",
|
27
|
-
"@fluentui/scripts": "^1.0.0"
|
28
|
-
"@types/enzyme": "3.10.3",
|
29
|
-
"@types/enzyme-adapter-react-16": "1.0.3",
|
30
|
-
"@types/react": "16.9.42",
|
31
|
-
"@types/react-test-renderer": "^16.0.0",
|
32
|
-
"enzyme": "~3.10.0",
|
33
|
-
"enzyme-adapter-react-16": "^1.15.0",
|
34
|
-
"react": "16.8.6",
|
35
|
-
"react-test-renderer": "^16.3.0"
|
27
|
+
"@fluentui/scripts": "^1.0.0"
|
36
28
|
},
|
37
29
|
"dependencies": {
|
38
|
-
"@fluentui/react-theme": "9.0.0-rc.
|
30
|
+
"@fluentui/react-theme": "9.0.0-rc.5",
|
39
31
|
"tslib": "^2.1.0"
|
40
32
|
},
|
41
33
|
"peerDependencies": {
|