@fluentui/react-context-selector
Advanced tools
Comparing version 0.53.4 to 9.0.0-alpha.1
@@ -5,3 +5,24 @@ { | ||
{ | ||
"date": "Mon, 15 Mar 2021 07:33:50 GMT", | ||
"date": "Tue, 30 Mar 2021 07:30:40 GMT", | ||
"tag": "@fluentui/react-context-selector_v9.0.0-alpha.1", | ||
"version": "9.0.0-alpha.1", | ||
"comments": { | ||
"prerelease": [ | ||
{ | ||
"comment": "Bump react-context-selector to v9", | ||
"author": "lingfan.gao@microsoft.com", | ||
"commit": "890a63720bfe2e467bc208a32547c6e67587393c", | ||
"package": "@fluentui/react-context-selector" | ||
}, | ||
{ | ||
"comment": "chore: restore \"sideEffects\" to enable treeshaking", | ||
"author": "olfedias@microsoft.com", | ||
"commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3", | ||
"package": "@fluentui/react-context-selector" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"date": "Mon, 15 Mar 2021 07:36:20 GMT", | ||
"tag": "@fluentui/react-context-selector_v0.53.4", | ||
@@ -8,0 +29,0 @@ "version": "0.53.4", |
# Change Log - @fluentui/react-context-selector | ||
This log was last generated on Mon, 15 Mar 2021 07:33:50 GMT and should not be manually modified. | ||
This log was last generated on Tue, 30 Mar 2021 07:30:40 GMT and should not be manually modified. | ||
<!-- Start content --> | ||
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v9.0.0-alpha.1) | ||
Tue, 30 Mar 2021 07:30:40 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v0.53.4..@fluentui/react-context-selector_v9.0.0-alpha.1) | ||
### Changes | ||
- Bump react-context-selector to v9 ([PR #17350](https://github.com/microsoft/fluentui/pull/17350) by lingfan.gao@microsoft.com) | ||
- chore: restore "sideEffects" to enable treeshaking ([PR #17584](https://github.com/microsoft/fluentui/pull/17584) by olfedias@microsoft.com) | ||
## [0.53.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-context-selector_v0.53.4) | ||
Mon, 15 Mar 2021 07:33:50 GMT | ||
Mon, 15 Mar 2021 07:36:20 GMT | ||
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-context-selector_v0.53.3..@fluentui/react-context-selector_v0.53.4) | ||
@@ -11,0 +21,0 @@ |
{ | ||
"name": "@fluentui/react-context-selector", | ||
"version": "0.53.4", | ||
"version": "9.0.0-alpha.1", | ||
"description": "React useContextSelector hook in userland", | ||
@@ -8,2 +8,3 @@ "main": "lib-commonjs/index.js", | ||
"typings": "lib/index.d.ts", | ||
"sideEffects": false, | ||
"repository": { | ||
@@ -46,3 +47,11 @@ "type": "git", | ||
"react-dom": ">=16.8.0 <17.0.0" | ||
}, | ||
"beachball": { | ||
"tag": "alpha", | ||
"disallowedChangeTypes": [ | ||
"major", | ||
"minor", | ||
"patch" | ||
] | ||
} | ||
} |
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
70551
663