@fluentui/react-theme 9.0.0-nightly.46b9ea7036.0 → 9.0.0-nightly.b5b7401007.0
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 +6 -6
- package/CHANGELOG.md +7 -7
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
@@ -2,28 +2,28 @@
|
|
2
2
|
"name": "@fluentui/react-theme",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-theme_v9.0.0-nightly.
|
7
|
-
"version": "9.0.0-nightly.
|
5
|
+
"date": "Tue, 26 Oct 2021 09:22:36 GMT",
|
6
|
+
"tag": "@fluentui/react-theme_v9.0.0-nightly.b5b7401007.0",
|
7
|
+
"version": "9.0.0-nightly.b5b7401007.0",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-theme",
|
13
13
|
"comment": "Release nightly v9",
|
14
|
-
"commit": "
|
14
|
+
"commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
|
15
15
|
},
|
16
16
|
{
|
17
17
|
"author": "lingfangao@hotmail.com",
|
18
18
|
"package": "@fluentui/react-theme",
|
19
19
|
"comment": "fix(reat-theme): Remove template literal types for color palette",
|
20
|
-
"commit": "
|
20
|
+
"commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "peter@draxler.ml",
|
24
24
|
"package": "@fluentui/react-theme",
|
25
25
|
"comment": "added styling of documentation",
|
26
|
-
"commit": "
|
26
|
+
"commit": "0dfd7a724c42291a510e9bcfe4610aa1e268ffcc"
|
27
27
|
}
|
28
28
|
]
|
29
29
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 26 Oct 2021 09:22:36 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [9.0.0-nightly.
|
7
|
+
## [9.0.0-nightly.b5b7401007.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-nightly.b5b7401007.0)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.1..@fluentui/react-theme_v9.0.0-nightly.
|
9
|
+
Tue, 26 Oct 2021 09:22:36 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-beta.1..@fluentui/react-theme_v9.0.0-nightly.b5b7401007.0)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
15
|
-
- fix(reat-theme): Remove template literal types for color palette ([commit](https://github.com/microsoft/fluentui/commit/
|
16
|
-
- added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by email not defined)
|
15
|
+
- fix(reat-theme): Remove template literal types for color palette ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by lingfangao@hotmail.com)
|
16
|
+
- added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/0dfd7a724c42291a510e9bcfe4610aa1e268ffcc) by peter@draxler.ml)
|
17
17
|
|
18
18
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-beta.1)
|
19
19
|
|