@fluentui/react-shared-contexts 9.0.0-rc.3 → 9.0.0-rc.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.json +66 -1
- package/CHANGELOG.md +30 -2
- package/dist/{react-shared-contexts.d.ts → index.d.ts} +0 -0
- package/package.json +10 -11
package/CHANGELOG.json
CHANGED
@@ -2,7 +2,72 @@
|
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Wed, 04 May 2022 13:24:22 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.6",
|
7
|
+
"version": "9.0.0-rc.6",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-shared-contexts",
|
13
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
|
14
|
+
"commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Tue, 19 Apr 2022 19:16:52 GMT",
|
21
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.5",
|
22
|
+
"version": "9.0.0-rc.5",
|
23
|
+
"comments": {
|
24
|
+
"none": [
|
25
|
+
{
|
26
|
+
"author": "elcraig@microsoft.com",
|
27
|
+
"package": "@fluentui/react-shared-contexts",
|
28
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
29
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"author": "mgodbolt@microsoft.com",
|
33
|
+
"package": "@fluentui/react-shared-contexts",
|
34
|
+
"commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
|
35
|
+
"comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
|
36
|
+
}
|
37
|
+
],
|
38
|
+
"prerelease": [
|
39
|
+
{
|
40
|
+
"author": "beachball",
|
41
|
+
"package": "@fluentui/react-shared-contexts",
|
42
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
|
43
|
+
"commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
|
44
|
+
}
|
45
|
+
]
|
46
|
+
}
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"date": "Fri, 04 Mar 2022 05:17:29 GMT",
|
50
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.4",
|
51
|
+
"version": "9.0.0-rc.4",
|
52
|
+
"comments": {
|
53
|
+
"prerelease": [
|
54
|
+
{
|
55
|
+
"author": "dzearing@microsoft.com",
|
56
|
+
"package": "@fluentui/react-shared-contexts",
|
57
|
+
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
|
58
|
+
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"author": "beachball",
|
62
|
+
"package": "@fluentui/react-shared-contexts",
|
63
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
64
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
65
|
+
}
|
66
|
+
]
|
67
|
+
}
|
68
|
+
},
|
69
|
+
{
|
70
|
+
"date": "Fri, 18 Feb 2022 13:35:34 GMT",
|
6
71
|
"tag": "@fluentui/react-shared-contexts_v9.0.0-rc.3",
|
7
72
|
"version": "9.0.0-rc.3",
|
8
73
|
"comments": {
|
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,40 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:22 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.6)
|
8
|
+
|
9
|
+
Wed, 04 May 2022 13:24:22 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.5..@fluentui/react-shared-contexts_v9.0.0-rc.6)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.5)
|
17
|
+
|
18
|
+
Tue, 19 Apr 2022 19:16:52 GMT
|
19
|
+
[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)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
|
24
|
+
|
25
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.4)
|
26
|
+
|
27
|
+
Fri, 04 Mar 2022 05:17:29 GMT
|
28
|
+
[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)
|
29
|
+
|
30
|
+
### Changes
|
31
|
+
|
32
|
+
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
33
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
34
|
+
|
7
35
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-rc.3)
|
8
36
|
|
9
|
-
Fri, 18 Feb 2022 13:
|
37
|
+
Fri, 18 Feb 2022 13:35:34 GMT
|
10
38
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-rc.1..@fluentui/react-shared-contexts_v9.0.0-rc.3)
|
11
39
|
|
12
40
|
### Changes
|
File without 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.6",
|
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.6",
|
39
31
|
"tslib": "^2.1.0"
|
40
32
|
},
|
41
33
|
"peerDependencies": {
|
@@ -48,5 +40,12 @@
|
|
48
40
|
"minor",
|
49
41
|
"patch"
|
50
42
|
]
|
43
|
+
},
|
44
|
+
"exports": {
|
45
|
+
".": {
|
46
|
+
"types": "./lib/index.d.ts",
|
47
|
+
"import": "./lib/index.js",
|
48
|
+
"require": "./lib-commonjs/index.js"
|
49
|
+
}
|
51
50
|
}
|
52
51
|
}
|