-
Notifications
You must be signed in to change notification settings - Fork 37
chore: sync repo with latest npm releases #2237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR synchronizes the repository with pending npm releases by manually applying version bumps and changelog entries that the automated publishing pipeline failed to commit due to a zizmor checks brownout. The changes prepare the repository for manual GitHub release creation.
Key Changes:
- Version bumps for three packages affected by the publishing failure
- Addition of changelog entries documenting the previously published bug fix
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/plugin-e2e/package.json | Bump version from 2.2.1 to 2.2.2 |
| packages/create-plugin/package.json | Bump version from 6.1.0 to 6.1.1 |
| packages/create-plugin/CHANGELOG.md | Add v6.1.1 changelog entry for install command fix |
| docusaurus/website/package.json | Bump version from 4.0.1 to 4.0.2 |
| CHANGELOG.md | Add root-level changelog entry for the bug fix release |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Hello! 👋 This repository uses Auto for releasing packages using PR labels. ✨ This PR can be merged. It will not be considered when calculating future versions of the npm packages and will not appear in the changelogs. |
Playwright test results
Troubleshooting404 when clicking on
|
What this PR does / why we need it:
The latest mandatory zizmor checks brownout caused the publishing pipeline to fail to push commits to main which also prevented the gh releases from being created. This has the unfortunate side-effect of preventing packages in this repo from being published now as the version calculation doesn't take into account the last published packages. This PR addresses the first part of the issue by adding the changes auto would have pushed to the repo. I will manually create the associated gh releases once this PR is approved.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer: