@fluentui/react-theme
Advanced tools
Comparing version 0.0.0-nightly-20220302-0405.1 to 0.0.0-nightly-20220303-0405.1
@@ -5,5 +5,5 @@ { | ||
{ | ||
"date": "Wed, 02 Mar 2022 04:14:58 GMT", | ||
"tag": "@fluentui/react-theme_v0.0.0-nightly-20220302-0405.1", | ||
"version": "0.0.0-nightly-20220302-0405.1", | ||
"date": "Thu, 03 Mar 2022 04:13:54 GMT", | ||
"tag": "@fluentui/react-theme_v0.0.0-nightly-20220303-0405.1", | ||
"version": "0.0.0-nightly-20220303-0405.1", | ||
"comments": { | ||
@@ -14,4 +14,10 @@ "prerelease": [ | ||
"package": "@fluentui/react-theme", | ||
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec", | ||
"commit": "8db7ae621362b260adddd684122740d4736ca91d", | ||
"comment": "Release nightly v9" | ||
}, | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@fluentui/react-theme", | ||
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29", | ||
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9." | ||
} | ||
@@ -18,0 +24,0 @@ ] |
# Change Log - @fluentui/react-theme | ||
This log was last generated on Wed, 02 Mar 2022 04:14:58 GMT and should not be manually modified. | ||
This log was last generated on Thu, 03 Mar 2022 04:13:54 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [0.0.0-nightly-20220302-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220302-0405.1) | ||
## [0.0.0-nightly-20220303-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v0.0.0-nightly-20220303-0405.1) | ||
Wed, 02 Mar 2022 04:14:58 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.3..@fluentui/react-theme_v0.0.0-nightly-20220302-0405.1) | ||
Thu, 03 Mar 2022 04:13:54 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.3..@fluentui/react-theme_v0.0.0-nightly-20220303-0405.1) | ||
### Changes | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/53b1c4f7ec45eabb24152a601ce3341b825b3aec) by email not defined) | ||
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/8db7ae621362b260adddd684122740d4736ca91d) by email not defined) | ||
- 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,0 +17,0 @@ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.3) |
{ | ||
"name": "@fluentui/react-theme", | ||
"version": "0.0.0-nightly-20220302-0405.1", | ||
"version": "0.0.0-nightly-20220303-0405.1", | ||
"description": "Fluent UI themes", | ||
@@ -51,3 +51,10 @@ "main": "lib-commonjs/index.js", | ||
] | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.js", | ||
"require": "./lib-commonjs/index.js" | ||
} | ||
} | ||
} |
800506
7270