Closed leangseu-edx closed 2 years ago
Base: 81.25% // Head: 81.25% // No change to project coverage :thumbsup:
Coverage data is based on head (
ec60b0c
) compared to base (b06c8b5
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Update requested change
@arbrandes @leangseu-edx Just a heads up, this PR could have been released as a non-breaking change if the peer dependency range denoted compatibility with v2 and v3 of @edx/frontend-platform
(e.g., ^2.0.0 || ^3.0.0
), which is true since this component doesn't use caching explicitly as @arbrandes identified earlier 😄
@leangseu-edx Also, reminder... if we make a change in this repository that is a breaking change for the component API or peer dependencies, an equivalent change should be made in our -footer-edx
equivalent repository.
@leangseu-edx @arbrandes Also note, the PR description denoted this as a breaking change (which it was) but it wasn't actually released to NPM as a breaking change (only a new minor version was bumped)...
@adamstankiewicz, any idea what the commit message missed? I was under the impression only a BREAKING CHANGE:
in the body would be enough. Do we normally also need an exclamation point after the tag? (feat!:
)?
@arbrandes BREAKING CHANGE:
in the body should be all it requires, however, I don't think the commit that merged with master
included the BREAKING CHANGE:
in the commit body (it's only in the PR description).
BREAKING CHANGE:
@edx/frontend-platform@^2.0.0