@fluentui/react-theme
Advanced tools
Comparing version 9.0.0-rc.3 to 9.0.0-rc.4
@@ -5,3 +5,18 @@ { | ||
{ | ||
"date": "Fri, 18 Feb 2022 13:33:51 GMT", | ||
"date": "Fri, 04 Mar 2022 05:15:45 GMT", | ||
"tag": "@fluentui/react-theme_v9.0.0-rc.4", | ||
"version": "9.0.0-rc.4", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"author": "dzearing@microsoft.com", | ||
"package": "@fluentui/react-theme", | ||
"commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29", | ||
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9." | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Fri, 18 Feb 2022 13:35:36 GMT", | ||
"tag": "@fluentui/react-theme_v9.0.0-rc.3", | ||
@@ -8,0 +23,0 @@ "version": "9.0.0-rc.3", |
# Change Log - @fluentui/react-theme | ||
This log was last generated on Fri, 18 Feb 2022 13:33:51 GMT and should not be manually modified. | ||
This log was last generated on Fri, 04 Mar 2022 05:15:45 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.4) | ||
Fri, 04 Mar 2022 05:15:45 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.3..@fluentui/react-theme_v9.0.0-rc.4) | ||
### Changes | ||
- 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) | ||
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.3) | ||
Fri, 18 Feb 2022 13:33:51 GMT | ||
Fri, 18 Feb 2022 13:35:36 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.1..@fluentui/react-theme_v9.0.0-rc.3) | ||
@@ -11,0 +20,0 @@ |
{ | ||
"name": "@fluentui/react-theme", | ||
"version": "9.0.0-rc.3", | ||
"version": "9.0.0-rc.4", | ||
"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" | ||
} | ||
} | ||
} |
800026
7264