diff --git a/packages/yarn-plugin/CHANGELOG.md b/packages/yarn-plugin/CHANGELOG.md index 854ea434f6..e875f037c6 100644 --- a/packages/yarn-plugin/CHANGELOG.md +++ b/packages/yarn-plugin/CHANGELOG.md @@ -4,6 +4,12 @@ ### Patch Changes +- 27600c2: Verify type of `beforeWorkspacePacking` hook signature +- d8bd6f5: Cherry-pick lodash method to reduce bundle size +- 344c591: Use native `Array.some` instead of lodash to reduce bundle size +- 9296a33: Remove dependency on `chalk` to reduce bundle size +- 9017481: Move Backstage version to parameter in bound descriptor for better + compatibility with third-party lockfile parsing tools - Updated dependencies - @backstage/release-manifests@0.0.12-next.0 - @backstage/cli-common@0.1.15 @@ -20,6 +26,7 @@ ### Patch Changes +- aba538d: Do not throw when descriptors are already bound in bindDescriptor - Updated dependencies - @backstage/cli-common@0.1.15-next.0 - @backstage/release-manifests@0.0.11 @@ -28,6 +35,9 @@ ### Patch Changes +- a8bd401: Validate version of yarn in plugin to ensure compatibility +- b207f69: Memoize fetching of release manifest +- 9e29186: Ensure plugin works correctly when running yarn dedupe - bd32d5a: Add additional check before packing workspace to verify that all backstage:^ versions have been removed. - Updated dependencies - @backstage/cli-common@0.1.14 @@ -45,6 +55,7 @@ ### Patch Changes +- Initial release - Updated dependencies - @backstage/cli-common@0.1.14-next.0 - @backstage/release-manifests@0.0.11