publish(npm): automate Package Versioning and Publishing with Changesets - #1862
Open
cloud-operator-bot[bot] wants to merge 1 commit into
Open
publish(npm): automate Package Versioning and Publishing with Changesets#1862cloud-operator-bot[bot] wants to merge 1 commit into
cloud-operator-bot[bot] wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Bumps versions and updates changelogs across the monorepo following the @cloudoperators/juno-ui-components release, and removes the consumed changeset.
Changes:
- Release
@cloudoperators/juno-ui-components@9.3.0with documentedCodeBlockFooter/CodeBlockbehavior changes. - Patch-bump dependent packages/apps to pick up
@cloudoperators/juno-ui-components@9.3.0(and@cloudoperators/juno-messages-provider@0.2.49where applicable). - Remove the processed changeset file.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/ui-components/package.json | Bumps UI components package version to 9.3.0 |
| packages/ui-components/CHANGELOG.md | Adds 9.3.0 release notes including a stated breaking change |
| packages/messages-provider/package.json | Bumps messages-provider patch version to 0.2.49 |
| packages/messages-provider/CHANGELOG.md | Adds 0.2.49 entry, notes updated dependency on ui-components 9.3.0 |
| apps/template/package.json | Bumps template app patch version to 2.0.47 |
| apps/template/CHANGELOG.md | Adds 2.0.47 entry, notes updated dependency on ui-components 9.3.0 |
| apps/supernova/package.json | Bumps supernova app patch version to 0.20.6 |
| apps/supernova/CHANGELOG.md | Adds 0.20.6 entry, notes updated dependencies |
| apps/heureka/package.json | Bumps heureka app patch version to 1.1.12 |
| apps/heureka/CHANGELOG.md | Adds 1.1.12 entry, notes updated dependency on ui-components 9.3.0 |
| apps/greenhouse/package.json | Bumps greenhouse app patch version to 0.14.7 |
| apps/greenhouse/CHANGELOG.md | Adds 0.14.7 entry, notes updated dependencies |
| apps/example/package.json | Bumps example app patch version to 2.4.24 |
| apps/example/CHANGELOG.md | Adds 2.4.24 entry, notes updated dependencies |
| apps/doop/package.json | Bumps doop app patch version to 2.6.37 |
| apps/doop/CHANGELOG.md | Adds 2.6.37 entry, notes updated dependencies |
| apps/carbon/package.json | Bumps carbon app patch version to 1.0.48 |
| apps/carbon/CHANGELOG.md | Adds 1.0.48 entry, notes updated dependency on ui-components 9.3.0 |
| .changeset/hip-feet-divide.md | Removes consumed changeset after release/versioning |
Comment on lines
+3
to
+9
| ## 9.3.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 48dd344: `CodeBlockFooter`: add `children`, `copy` props; replace inline "Copied!" span with a Tooltip on the Copy button | ||
|
|
||
| **Breaking change in `CodeBlock`:** The `codeBlockFooter` prop previously accepted a full replacement element that replaced the entire footer. It now injects content _into_ the footer, to the left of the Copy button — the `CodeBlockFooter` wrapper is always rendered. Use `copy={false}` to hide the Copy button. |
| "private": false, | ||
| "source": "src/index.js", | ||
| "version": "9.2.0", | ||
| "version": "9.3.0", |
Contributor
|
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 5, 2026 16:05
0ab96f4 to
602eede
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Suppressed comments (1)
packages/ui-components/CHANGELOG.md:13
- Replace the mismatched accent/backtick in
check circle´with a normal closing backtick for correct Markdown code formatting.
- 0a81007: feat(ui): remove `success` icon, return `check circle´ instead when `success` is called
Comment on lines
+3
to
+9
| ## 9.3.0 | ||
|
|
||
| ### Minor Changes | ||
|
|
||
| - 48dd344: `CodeBlockFooter`: add `children`, `copy` props; replace inline "Copied!" span with a Tooltip on the Copy button | ||
|
|
||
| **Breaking change in `CodeBlock`:** The `codeBlockFooter` prop previously accepted a full replacement element that replaced the entire footer. It now injects content _into_ the footer, to the left of the Copy button — the `CodeBlockFooter` wrapper is always rendered. Use `copy={false}` to hide the Copy button. |
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@cloudoperators/juno-ui-components@9.3.0
Minor Changes
48dd344:
CodeBlockFooter: addchildren,copyprops; replace inline "Copied!" span with a Tooltip on the Copy buttonBreaking change in
CodeBlock: ThecodeBlockFooterprop previously accepted a full replacement element that replaced the entire footer. It now injects content into the footer, to the left of the Copy button — theCodeBlockFooterwrapper is always rendered. Usecopy={false}to hide the Copy button.Patch Changes
successicon, returncheck circle´ instead whensuccess` is called@cloudoperators/juno-messages-provider@0.2.49
Patch Changes
@cloudoperators/juno-app-carbon@1.0.48
Patch Changes
@cloudoperators/juno-app-doop@2.6.37
Patch Changes
@cloudoperators/juno-app-example@2.4.24
Patch Changes
@cloudoperators/juno-app-greenhouse@0.14.7
Patch Changes
@cloudoperators/juno-app-heureka@1.1.12
Patch Changes
@cloudoperators/juno-app-supernova@0.20.6
Patch Changes
@cloudoperators/juno-app-template@2.0.47
Patch Changes