publish(npm): automate Package Versioning and Publishing with Changesets - #1813
publish(npm): automate Package Versioning and Publishing with Changesets#1813cloud-operator-bot[bot] wants to merge 1 commit into
Conversation
|
72a0b3b to
2b2805b
Compare
826b51e
2b2805b to
826b51e
Compare
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message |
826b51e to
c662d5f
Compare
| "version": "1.0.47", | ||
| "author": "UI-Team", | ||
| "type": "module", | ||
| "repository": "https://github.com/cloudoperators/juno/tree/main/apps/template", |
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message |
| ### Patch Changes | ||
|
|
||
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message |
| @@ -1,5 +1,13 @@ | |||
| # heureka | |||
c662d5f to
ff3603a
Compare
| ## 9.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message | ||
|
|
ff3603a to
4b0882c
Compare
| ## 9.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message |
4b0882c to
d33c7cf
Compare
| ## 9.1.1 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message | ||
|
|
| ## 0.2.48 | ||
|
|
||
| ### Patch Changes | ||
|
|
||
| - Updated dependencies [0e59fc8] | ||
| - Updated dependencies [b736c03] | ||
| - @cloudoperators/juno-ui-components@9.1.1 | ||
|
|
d33c7cf to
ac16a32
Compare
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message |
| - 0e59fc8: feat(ui): update SignInForm authentication error message | ||
| - b736c03: feat(ui): update `SignInForm` default authentication error message |
ac16a32 to
bc92056
Compare
bc92056 to
762d673
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 22 out of 22 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
packages/ui-components/CHANGELOG.md:18
- The 9.2.0 patch notes contain two separate entries for updating the SignInForm authentication error message, which read as duplicates (only differing in formatting/wording). This makes the changelog harder to scan and can confuse consumers about whether there were distinct changes. Consider consolidating these into a single bullet (or clarifying how the two commits differ if they are intentionally separate).
- 0e59fc8: feat(ui): update SignInForm authentication error message
- b736c03: feat(ui): update `SignInForm` default authentication error message
- 3a9760d: feat(ui): add semantic variants to `Box`
762d673 to
774f177
Compare
774f177 to
f8e8f39
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
packages/ui-components/CHANGELOG.md:17
- These two patch entries read as near-duplicates and may confuse consumers skimming the changelog. If they refer to the same behavioral change, consider consolidating into a single bullet (or clarify the distinction, e.g., what differs between the two commits/messages).
- 0e59fc8: feat(ui): update SignInForm authentication error message
- b736c03: feat(ui): update `SignInForm` default authentication error message
apps/carbon/package.json:6
- The
repositoryfield for@cloudoperators/juno-app-carbonappears to point toapps/template, which is likely incorrect metadata for package consumers/tools. Since this file is already being modified for a version bump, please update the repository URL/path to the carbon app location.
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
f8e8f39 to
d6844fe
Compare
d6844fe to
f5d5bf2
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (2)
packages/ui-components/CHANGELOG.md:17
- The 9.2.0 patch notes include two very similar entries for the SignInForm authentication error message update, which reads like a duplicate. Consider consolidating these into a single changelog bullet (or clarifying the distinction) to reduce noise and make the release notes easier to understand.
- 0e59fc8: feat(ui): update SignInForm authentication error message
- b736c03: feat(ui): update `SignInForm` default authentication error message
apps/carbon/package.json:6
- The
repositoryURL for the Carbon app points toapps/template, which is likely incorrect metadata for a published package. This can mislead consumers and break tooling that relies on package repository links (e.g., release notes, provenance, issue links). Update it to the correct Carbon path.
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
f5d5bf2 to
7351893
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 23 out of 23 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
apps/carbon/package.json:6
- The
repositoryURL for@cloudoperators/juno-app-carbonpoints toapps/template, which is misleading for consumers and tooling that relies on package metadata. Update it to the correctapps/carbonpath.
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
7351893 to
3d41ce0
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 24 out of 24 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
packages/ui-components/CHANGELOG.md:17
- These two patch-change entries look redundant/overlapping (both describe updating the SignInForm auth error message) and also use inconsistent formatting (one uses backticks around
SignInForm, the other doesn’t). Consider consolidating into a single bullet (or clarifying the distinction) and using consistent component name formatting to keep the release notes unambiguous.
- 0e59fc8: feat(ui): update SignInForm authentication error message
- b736c03: feat(ui): update `SignInForm` default authentication error message
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.2.0
Minor Changes
CodeBlockFootercomponent andcodeBlockFooterslot toCodeBlockCodeBlockFootercomponent (props:onCopy,isCopied,className,...propsfor arbitrary HTML attributes)codeBlockFooter?: ReactElementprop toCodeBlock: when provided it replaces the default footer, consistent with themodalFooterpattern inModalcopyprop continues to control the default footer whencodeBlockFooteris not passed (fully backward-compatible)CodeBlockFooterfrom the package index--color-codeblock-footer-border/--border-color-theme-codeblock-footerCSS variables for the footer border stylingPatch Changes
SignInFormdefault authentication error messageBox@cloudoperators/juno-messages-provider@0.2.48
Patch Changes
@cloudoperators/juno-app-carbon@1.0.47
Patch Changes
@cloudoperators/juno-app-doop@2.6.36
Patch Changes
@cloudoperators/juno-app-example@2.4.23
Patch Changes
@cloudoperators/juno-app-greenhouse@0.14.6
Patch Changes
@cloudoperators/juno-app-heureka@1.1.11
Patch Changes
@cloudoperators/juno-app-supernova@0.20.5
Patch Changes
@cloudoperators/juno-app-template@2.0.46
Patch Changes