publish(npm): automate Package Versioning and Publishing with Changesets - #1892
Open
cloud-operator-bot[bot] wants to merge 1 commit into
Open
publish(npm): automate Package Versioning and Publishing with Changesets#1892cloud-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.
This PR publishes new patch releases for the Heureka and Greenhouse apps by bumping package versions and recording the release notes in their changelogs, while removing the now-applied changeset.
Changes:
- Bump
@cloudoperators/juno-app-heurekafrom1.1.12to1.1.13and add corresponding changelog entry. - Bump
@cloudoperators/juno-app-greenhousefrom0.14.7to0.14.8and note updated dependency on Heureka1.1.13. - Remove the consumed changeset file for the Heureka ESLint config migration.
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 |
|---|---|
| apps/heureka/package.json | Patch version bump to 1.1.13. |
| apps/heureka/CHANGELOG.md | Add release notes for 1.1.13 describing the ESLint config migration. |
| apps/greenhouse/package.json | Patch version bump to 0.14.8. |
| apps/greenhouse/CHANGELOG.md | Add release notes for 0.14.8 referencing updated dependency versions. |
| .changeset/heureka-eslint-vite-react-ts-migration.md | Remove applied changeset after release. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 17, 2026 08:25
4452ac5 to
da38a73
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 08:34
da38a73 to
f7925c7
Compare
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.4.0
Minor Changes
fbdd98e: feat(ui): Streamline
DataGridCheckboxCelland addverticalAlignmentprop toDataGridCell.DataGridCheckboxCellis now removed completely. As it has been WIP for all the time and there isn't one documented use, we will release this as a minor instead of major, even though it is technically breaking.DataGridCellgets averticalAlignmentprop ("center" | "top") that overrides the parentDataGrid'scellVerticalAlignmentfor individual cells.@cloudoperators/juno-messages-provider@0.2.50
Patch Changes
@cloudoperators/juno-app-carbon@1.0.49
Patch Changes
@cloudoperators/juno-app-doop@2.6.38
Patch Changes
@cloudoperators/juno-app-example@2.4.25
Patch Changes
@cloudoperators/juno-app-greenhouse@0.14.8
Patch Changes
@cloudoperators/juno-app-heureka@1.1.13
Patch Changes
juno-typescript.mjstovite-react-ts.mjs. Fixes all TypeScript linting violations surfaced by the stricter config: typed cache callbacks, explicitvoidon fire-and-forget navigations, proper async function signatures, and removal of all legacy rule workarounds.@cloudoperators/juno-app-supernova@0.20.7
Patch Changes
@cloudoperators/juno-app-template@2.0.48
Patch Changes