@fluentui/react-shared-contexts 0.0.0-nightly99adff5a9a20211125.1 → 0.0.0-nightlyb8537fb52c20211129.1
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 +20 -5
- package/CHANGELOG.md +14 -5
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,24 @@
|
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-shared-contexts_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Mon, 29 Nov 2021 04:13:47 GMT",
|
6
|
+
"tag": "@fluentui/react-shared-contexts_v0.0.0-nightlyb8537fb52c20211129.1",
|
7
|
+
"version": "0.0.0-nightlyb8537fb52c20211129.1",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "beachball",
|
12
|
+
"package": "@fluentui/react-shared-contexts",
|
13
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightlyb8537fb52c20211129.1",
|
14
|
+
"commit": "5f550f625ae0c912908d55f3a25d7c68d2950c32"
|
15
|
+
}
|
16
|
+
]
|
17
|
+
}
|
18
|
+
},
|
19
|
+
{
|
20
|
+
"date": "Thu, 25 Nov 2021 08:34:16 GMT",
|
21
|
+
"tag": "@fluentui/react-shared-contexts_v9.0.0-beta.4",
|
22
|
+
"version": "9.0.0-beta.4",
|
8
23
|
"comments": {
|
9
24
|
"none": [
|
10
25
|
{
|
@@ -18,8 +33,8 @@
|
|
18
33
|
{
|
19
34
|
"author": "beachball",
|
20
35
|
"package": "@fluentui/react-shared-contexts",
|
21
|
-
"comment": "Bump @fluentui/react-theme to
|
22
|
-
"commit": "
|
36
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
37
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
23
38
|
}
|
24
39
|
]
|
25
40
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,26 @@
|
|
1
1
|
# Change Log - @fluentui/react-shared-contexts
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 29 Nov 2021 04:13:47 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlyb8537fb52c20211129.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v0.0.0-nightlyb8537fb52c20211129.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.
|
9
|
+
Mon, 29 Nov 2021 04:13:47 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.4..@fluentui/react-shared-contexts_v0.0.0-nightlyb8537fb52c20211129.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Bump @fluentui/react-theme to v0.0.0-
|
14
|
+
- Bump @fluentui/react-theme to v0.0.0-nightlyb8537fb52c20211129.1 ([commit](https://github.com/microsoft/fluentui/commit/5f550f625ae0c912908d55f3a25d7c68d2950c32) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.4)
|
17
|
+
|
18
|
+
Thu, 25 Nov 2021 08:34:16 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-shared-contexts_v9.0.0-beta.3..@fluentui/react-shared-contexts_v9.0.0-beta.4)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
15
24
|
|
16
25
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-shared-contexts_v9.0.0-beta.3)
|
17
26
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-shared-contexts",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-nightlyb8537fb52c20211129.1",
|
4
4
|
"description": "Fluent UI React Contexts shared by multiple components.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"react-test-renderer": "^16.3.0"
|
36
36
|
},
|
37
37
|
"dependencies": {
|
38
|
-
"@fluentui/react-theme": "0.0.0-
|
38
|
+
"@fluentui/react-theme": "0.0.0-nightlyb8537fb52c20211129.1",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|
41
41
|
"peerDependencies": {
|