@fluentui/react-theme 0.0.0-nightly-20220303-0405.1 → 0.0.0-nightly-20220308-0418.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 +22 -5
- package/CHANGELOG.md +13 -5
- package/package.json +2 -6
package/CHANGELOG.json
CHANGED
@@ -2,17 +2,34 @@
|
|
2
2
|
"name": "@fluentui/react-theme",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-theme_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Tue, 08 Mar 2022 04:26:59 GMT",
|
6
|
+
"tag": "@fluentui/react-theme_v0.0.0-nightly-20220308-0418.1",
|
7
|
+
"version": "0.0.0-nightly-20220308-0418.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-theme",
|
13
|
-
"commit": "
|
13
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7",
|
14
14
|
"comment": "Release nightly v9"
|
15
|
-
}
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"none": [
|
18
|
+
{
|
19
|
+
"author": "elcraig@microsoft.com",
|
20
|
+
"package": "@fluentui/react-theme",
|
21
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
22
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
23
|
+
}
|
24
|
+
]
|
25
|
+
}
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"date": "Fri, 04 Mar 2022 05:17:31 GMT",
|
29
|
+
"tag": "@fluentui/react-theme_v9.0.0-rc.4",
|
30
|
+
"version": "9.0.0-rc.4",
|
31
|
+
"comments": {
|
32
|
+
"prerelease": [
|
16
33
|
{
|
17
34
|
"author": "dzearing@microsoft.com",
|
18
35
|
"package": "@fluentui/react-theme",
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,25 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 08 Mar 2022 04:26:59 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220308-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220308-0418.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.
|
9
|
+
Tue, 08 Mar 2022 04:26:59 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.4..@fluentui/react-theme_v0.0.0-nightly-20220308-0418.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by email not defined)
|
15
|
+
|
16
|
+
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.4)
|
17
|
+
|
18
|
+
Fri, 04 Mar 2022 05:17:31 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.3..@fluentui/react-theme_v9.0.0-rc.4)
|
11
20
|
|
12
21
|
### Changes
|
13
22
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/8db7ae621362b260adddd684122740d4736ca91d) by email not defined)
|
15
23
|
- 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)
|
16
24
|
|
17
25
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.3)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-theme",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220308-0418.1",
|
4
4
|
"description": "Fluent UI themes",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,11 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"devDependencies": {
|
29
29
|
"@fluentui/eslint-plugin": "*",
|
30
|
-
"@fluentui/scripts": "^1.0.0"
|
31
|
-
"@types/react": "16.9.42",
|
32
|
-
"@types/react-dom": "16.9.10",
|
33
|
-
"react": "16.8.6",
|
34
|
-
"react-dom": "16.8.6"
|
30
|
+
"@fluentui/scripts": "^1.0.0"
|
35
31
|
},
|
36
32
|
"dependencies": {
|
37
33
|
"tslib": "^2.1.0"
|