Skip to content

publish(npm): automate Package Versioning and Publishing with Changesets - #1862

Open
cloud-operator-bot[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

publish(npm): automate Package Versioning and Publishing with Changesets#1862
cloud-operator-bot[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@cloud-operator-bot

@cloud-operator-bot cloud-operator-bot Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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: 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.

Patch Changes

  • 0a81007: feat(ui): remove success icon, return check circle´ instead when success` is called

@cloudoperators/juno-messages-provider@0.2.49

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0

@cloudoperators/juno-app-carbon@1.0.48

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0

@cloudoperators/juno-app-doop@2.6.37

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0
    • @cloudoperators/juno-messages-provider@0.2.49

@cloudoperators/juno-app-example@2.4.24

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0
    • @cloudoperators/juno-messages-provider@0.2.49

@cloudoperators/juno-app-greenhouse@0.14.7

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0
    • @cloudoperators/juno-app-doop@2.6.37
    • @cloudoperators/juno-app-heureka@1.1.12
    • @cloudoperators/juno-app-supernova@0.20.6
    • @cloudoperators/juno-messages-provider@0.2.49

@cloudoperators/juno-app-heureka@1.1.12

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0

@cloudoperators/juno-app-supernova@0.20.6

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0
    • @cloudoperators/juno-messages-provider@0.2.49

@cloudoperators/juno-app-template@2.0.47

Patch Changes

  • Updated dependencies [48dd344]
  • Updated dependencies [0a81007]
    • @cloudoperators/juno-ui-components@9.3.0

Copilot AI lite review requested due to automatic review settings August 5, 2026 12:36
@cloud-operator-bot
cloud-operator-bot Bot requested a review from a team as a code owner August 5, 2026 12:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.0 with documented CodeBlockFooter/CodeBlock behavior changes.
  • Patch-bump dependent packages/apps to pick up @cloudoperators/juno-ui-components@9.3.0 (and @cloudoperators/juno-messages-provider@0.2.49 where 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",
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1

🚀 View preview at
https://cloudoperators.github.io/juno/pr-preview/pr-1862/

Built to branch gh-pages at 2026-08-05 12:39 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copilot AI review requested due to automatic review settings August 5, 2026 16:05
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 0ab96f4 to 602eede Compare August 5, 2026 16:05

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant