Version Packages (tekton) - #9718
Merged
Merged
Conversation
backstage-service
requested review from
a team,
CryptoRodeo,
Eswaraiahsapram,
HusneShabbir,
caugello,
christoph-jerolimov,
ciiay,
debsmita1,
divyanshiGupta,
djanickova,
its-mitesh-kumar,
jrichter1,
karthikjeeyar,
lokanandaprabhu and
rohitkrai03
as code owners
June 30, 2026 16:32
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs the release versioning step for the Tekton plugin package, updating the package version and changelog to reflect the previously completed MUI v5 migration work.
Changes:
- Bumps
@backstage-community/plugin-tektonfrom3.39.0to3.39.1. - Adds a
3.39.1entry to the plugin changelog documenting the patch change. - Removes the consumed Changesets 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/tekton/plugins/tekton/package.json | Version bump to 3.39.1 for the release. |
| workspaces/tekton/plugins/tekton/CHANGELOG.md | Adds 3.39.1 release notes matching the described patch change. |
| workspaces/tekton/.changeset/migrate-tekton-mui-v5.md | Removes the Changeset after it has been applied to version/changelog. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
github-actions
Bot
force-pushed
the
changesets-release/tekton
branch
from
July 3, 2026 11:22
be71f65 to
c78c663
Compare
github-actions
Bot
force-pushed
the
changesets-release/tekton
branch
from
July 17, 2026 01:56
c78c663 to
b0ae36e
Compare
github-actions
Bot
force-pushed
the
changesets-release/tekton
branch
from
July 21, 2026 17:47
b0ae36e to
36d9378
Compare
github-actions
Bot
force-pushed
the
changesets-release/tekton
branch
from
July 21, 2026 19:29
36d9378 to
caf25bc
Compare
christoph-jerolimov
approved these changes
Jul 21, 2026
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-tekton@3.40.0
Minor Changes
Patch Changes
@material-ui/*) to MUI v5 (@mui/*). ReplacedmakeStyles/withStylesusage withsxprop styling and addedTektonStylesProviderwith a class name seed to avoid CSS collisions with the host app. No breaking API changes.@playwright/testto1.61.1.@mui/stylesStylesProviderwith EmotionCacheProviderinTektonStylesProviderto scope sx/styled class names and avoid CSS collisions with the host app. Removed the@mui/stylesand unused@mui/labdependencies in favor of@emotion/cacheand@emotion/react. Fixed the pipeline run output dialog layout so expanded output sections scroll inside the dialog instead of overflowing its border. Declaredmobx-reactas a direct dependency for pipeline topology components. No breaking API changes.@backstage-community/plugin-tekton-common@1.23.0
Minor Changes
@backstage-community/plugin-tekton-react@0.8.0
Minor Changes