Version Packages (nexus-repository-manager)#9462
Open
backstage-service wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs the release/versioning steps for @backstage-community/plugin-nexus-repository-manager by bumping the package version, recording the release notes in the plugin changelog, and removing the consumed changeset.
Changes:
- Bump
@backstage-community/plugin-nexus-repository-managerfrom1.24.1to1.24.2. - Add
1.24.2release notes to the pluginCHANGELOG.md. - Remove the now-applied changeset file for this release.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| workspaces/nexus-repository-manager/plugins/nexus-repository-manager/package.json | Updates package version to 1.24.2. |
| workspaces/nexus-repository-manager/plugins/nexus-repository-manager/CHANGELOG.md | Adds the 1.24.2 changelog entry with patch notes. |
| workspaces/nexus-repository-manager/.changeset/silent-pets-pretend.md | Removes the changeset after versioning/release notes are applied. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Releases
@backstage-community/plugin-nexus-repository-manager@1.24.2
Patch Changes
655f29c: Migrated the Nexus Repository Manager plugin UI from Material UI to Backstage UI (
@backstage/ui). Removed direct MUI dependencies; no breaking API changes.Added
@backstage/frontend-test-utilsas a dev dependency so the alpha dev app (yarn start:alpha) can resolve@backstage/plugin-catalog-react/testUtils. Bumpedreact-router-domdev dependency to^6.30.2to satisfy the peer requirement from@backstage/frontend-test-utils.Fixed the alpha dev app so
maven-exampleloads correctly: the entity-content filter now usesisNexusRepositoryManagerExperimentalAvailable(so Maven annotations show the Build Artifacts tab), and the dev mocks include experimental annotations plus Maven fixture data.