@fluentui/react-label
Advanced tools
Comparing version 9.0.0-beta.8 to 9.0.0-beta.9
# Change Log - @fluentui/react-label | ||
This log was last generated on Tue, 01 Mar 2022 02:16:10 GMT and should not be manually modified. | ||
This log was last generated on Fri, 04 Mar 2022 05:15:51 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.9) | ||
Fri, 04 Mar 2022 05:15:51 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.8..@fluentui/react-label_v9.0.0-beta.9) | ||
### 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) | ||
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball) | ||
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball) | ||
## [9.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-label_v9.0.0-beta.8) | ||
Tue, 01 Mar 2022 02:16:10 GMT | ||
Tue, 01 Mar 2022 02:17:36 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-label_v9.0.0-beta.7..@fluentui/react-label_v9.0.0-beta.8) | ||
@@ -11,0 +22,0 @@ |
{ | ||
"name": "@fluentui/react-label", | ||
"version": "9.0.0-beta.8", | ||
"version": "9.0.0-beta.9", | ||
"description": "Fluent UI React Label component", | ||
@@ -45,4 +45,4 @@ "main": "lib-commonjs/index.js", | ||
"dependencies": { | ||
"@fluentui/react-theme": "9.0.0-rc.3", | ||
"@fluentui/react-utilities": "9.0.0-rc.4", | ||
"@fluentui/react-theme": "9.0.0-rc.4", | ||
"@fluentui/react-utilities": "9.0.0-rc.5", | ||
"@griffel/react": "1.0.0", | ||
@@ -63,3 +63,10 @@ "tslib": "^2.1.0" | ||
] | ||
}, | ||
"exports": { | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"import": "./lib/index.js", | ||
"require": "./lib-commonjs/index.js" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144773
2314
+ Added@fluentui/keyboard-keys@9.0.0-rc.4(transitive)
+ Added@fluentui/react-theme@9.0.0-rc.4(transitive)
+ Added@fluentui/react-utilities@9.0.0-rc.5(transitive)
- Removed@fluentui/keyboard-keys@9.0.0-rc.3(transitive)
- Removed@fluentui/react-theme@9.0.0-rc.3(transitive)
- Removed@fluentui/react-utilities@9.0.0-rc.4(transitive)