Merge pull request #27951 from backstage/backfill-yarn-plugin-changelog

yarn-plugin: backfill changelog
This commit is contained in:
Patrik Oldsberg
2024-12-02 12:30:19 +01:00
committed by GitHub
+11
View File
@@ -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