diff --git a/.changeset/fluffy-ants-relax.md b/.changeset/fluffy-ants-relax.md deleted file mode 100644 index 3f41d865f6..0000000000 --- a/.changeset/fluffy-ants-relax.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@cloudoperators/juno-app-greenhouse": patch -"@cloudoperators/juno-app-supernova": patch -"@cloudoperators/juno-app-heureka": patch -"@cloudoperators/juno-app-doop": patch ---- - -Updated pnpm, storybook and override postcss diff --git a/.changeset/forty-humans-swim.md b/.changeset/forty-humans-swim.md deleted file mode 100644 index 1054f32dcd..0000000000 --- a/.changeset/forty-humans-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": patch ---- - -feat(ui): update SignInForm authentication error message diff --git a/.changeset/four-experts-wish.md b/.changeset/four-experts-wish.md deleted file mode 100644 index 1d6bd058f6..0000000000 --- a/.changeset/four-experts-wish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-app-greenhouse": patch ---- - -Visualizes PluginDefinition versions in the Greenhouse dashboard so operators can quickly see which version is deployed where. Adds PluginPreset.status.pluginDefinitionVersion to the PluginPreset list and PluginPreset detail, and Plugin.status.helmChart fields to the Plugin instance detail. diff --git a/.changeset/remove-nb-whitespace.md b/.changeset/remove-nb-whitespace.md deleted file mode 100644 index 1bd4aaaa3d..0000000000 --- a/.changeset/remove-nb-whitespace.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": patch ---- - -feat(ui): remove non-breaking whitespace from `DT` component diff --git a/.changeset/shiny-clowns-divide.md b/.changeset/shiny-clowns-divide.md deleted file mode 100644 index 487cc04602..0000000000 --- a/.changeset/shiny-clowns-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": patch ---- - -feat(ui): update `SignInForm` default authentication error message diff --git a/.changeset/true-pears-judge.md b/.changeset/true-pears-judge.md deleted file mode 100644 index 0d94c97244..0000000000 --- a/.changeset/true-pears-judge.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": minor ---- - -Add `CodeBlockFooter` component and `codeBlockFooter` slot to `CodeBlock` - -- Extract the copy bar into a standalone `CodeBlockFooter` component (props: `onCopy`, `isCopied`, `className`, `...props` for arbitrary HTML attributes) -- Add `codeBlockFooter?: ReactElement` prop to `CodeBlock`: when provided it replaces the default footer, consistent with the `modalFooter` pattern in `Modal` -- The existing `copy` prop continues to control the default footer when `codeBlockFooter` is not passed (fully backward-compatible) -- Export `CodeBlockFooter` from the package index -- Introduce `--color-codeblock-footer-border` / `--border-color-theme-codeblock-footer` CSS variables for the footer border styling diff --git a/.changeset/wet-mangos-wonder.md b/.changeset/wet-mangos-wonder.md deleted file mode 100644 index 48b6cc690f..0000000000 --- a/.changeset/wet-mangos-wonder.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": patch ---- - -feat(ui): add semantic variants to `Box` diff --git a/apps/carbon/CHANGELOG.md b/apps/carbon/CHANGELOG.md index 6ac9f3090d..5ee7325232 100644 --- a/apps/carbon/CHANGELOG.md +++ b/apps/carbon/CHANGELOG.md @@ -1,5 +1,16 @@ # @cloudoperators/juno-app-carbon +## 1.0.47 + +### Patch Changes + +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + ## 1.0.46 ### Patch Changes diff --git a/apps/carbon/package.json b/apps/carbon/package.json index 2b8ac70bfa..00815d1c42 100644 --- a/apps/carbon/package.json +++ b/apps/carbon/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-carbon", - "version": "1.0.46", + "version": "1.0.47", "author": "UI-Team", "type": "module", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/template", diff --git a/apps/doop/CHANGELOG.md b/apps/doop/CHANGELOG.md index fcbdde46ae..2b308b3058 100644 --- a/apps/doop/CHANGELOG.md +++ b/apps/doop/CHANGELOG.md @@ -1,5 +1,18 @@ # @cloudoperators/juno-app-doop +## 2.6.36 + +### Patch Changes + +- f2f7fde: Updated pnpm, storybook and override postcss +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + - @cloudoperators/juno-messages-provider@0.2.48 + ## 2.6.35 ### Patch Changes diff --git a/apps/doop/package.json b/apps/doop/package.json index 85def4b010..1240b32b3a 100644 --- a/apps/doop/package.json +++ b/apps/doop/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-doop", - "version": "2.6.35", + "version": "2.6.36", "author": "UI-Team", "type": "module", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/doop", diff --git a/apps/example/CHANGELOG.md b/apps/example/CHANGELOG.md index 119c649316..6c44ba312c 100644 --- a/apps/example/CHANGELOG.md +++ b/apps/example/CHANGELOG.md @@ -1,5 +1,17 @@ # @cloudoperators/juno-app-example +## 2.4.23 + +### Patch Changes + +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + - @cloudoperators/juno-messages-provider@0.2.48 + ## 2.4.22 ### Patch Changes diff --git a/apps/example/package.json b/apps/example/package.json index 1dcc4508e5..0d95a2feb7 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-example", - "version": "2.4.22", + "version": "2.4.23", "author": "UI-Team", "type": "module", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/example", diff --git a/apps/greenhouse/CHANGELOG.md b/apps/greenhouse/CHANGELOG.md index 5dad6fb479..cc209fb557 100644 --- a/apps/greenhouse/CHANGELOG.md +++ b/apps/greenhouse/CHANGELOG.md @@ -1,5 +1,23 @@ # @cloudoperators/juno-app-greenhouse +## 0.14.6 + +### Patch Changes + +- f2f7fde: Updated pnpm, storybook and override postcss +- 5ba36b2: Visualizes PluginDefinition versions in the Greenhouse dashboard so operators can quickly see which version is deployed where. Adds PluginPreset.status.pluginDefinitionVersion to the PluginPreset list and PluginPreset detail, and Plugin.status.helmChart fields to the Plugin instance detail. +- Updated dependencies [f2f7fde] +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-app-supernova@0.20.5 + - @cloudoperators/juno-app-heureka@1.1.11 + - @cloudoperators/juno-app-doop@2.6.36 + - @cloudoperators/juno-ui-components@9.2.0 + - @cloudoperators/juno-messages-provider@0.2.48 + ## 0.14.5 ### Patch Changes diff --git a/apps/greenhouse/package.json b/apps/greenhouse/package.json index 24fdb4f142..a47c646566 100644 --- a/apps/greenhouse/package.json +++ b/apps/greenhouse/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-greenhouse", - "version": "0.14.5", + "version": "0.14.6", "orgAdminVersion": "latest", "author": "UI-Team", "repository": "https://github.com/cloudoperators/greenhouse/tree/main/ui/dashboard", diff --git a/apps/heureka/CHANGELOG.md b/apps/heureka/CHANGELOG.md index 307c5977c5..a8fed692d4 100644 --- a/apps/heureka/CHANGELOG.md +++ b/apps/heureka/CHANGELOG.md @@ -1,5 +1,17 @@ # heureka +## 1.1.11 + +### Patch Changes + +- f2f7fde: Updated pnpm, storybook and override postcss +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + ## 1.1.10 ### Patch Changes diff --git a/apps/heureka/package.json b/apps/heureka/package.json index b07f8c8ded..832e9d4a59 100644 --- a/apps/heureka/package.json +++ b/apps/heureka/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-heureka", - "version": "1.1.10", + "version": "1.1.11", "author": "UI-Team", "type": "module", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka", diff --git a/apps/supernova/CHANGELOG.md b/apps/supernova/CHANGELOG.md index 82a41311fc..b36d780405 100644 --- a/apps/supernova/CHANGELOG.md +++ b/apps/supernova/CHANGELOG.md @@ -1,5 +1,18 @@ # @cloudoperators/juno-app-supernova +## 0.20.5 + +### Patch Changes + +- f2f7fde: Updated pnpm, storybook and override postcss +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + - @cloudoperators/juno-messages-provider@0.2.48 + ## 0.20.4 ### Patch Changes diff --git a/apps/supernova/package.json b/apps/supernova/package.json index 834f4326a8..66361faffc 100644 --- a/apps/supernova/package.json +++ b/apps/supernova/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-supernova", - "version": "0.20.4", + "version": "0.20.5", "author": "UI-Team", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/supernova", "license": "Apache-2.0", diff --git a/apps/template/CHANGELOG.md b/apps/template/CHANGELOG.md index c02d034c97..c09444aecd 100644 --- a/apps/template/CHANGELOG.md +++ b/apps/template/CHANGELOG.md @@ -1,5 +1,16 @@ # @cloudoperators/juno-app-template +## 2.0.46 + +### Patch Changes + +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + ## 2.0.45 ### Patch Changes diff --git a/apps/template/package.json b/apps/template/package.json index b2888f4c70..659ddf1379 100644 --- a/apps/template/package.json +++ b/apps/template/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-template", - "version": "2.0.45", + "version": "2.0.46", "author": "UI-Team", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/template", "license": "Apache-2.0", diff --git a/packages/messages-provider/CHANGELOG.md b/packages/messages-provider/CHANGELOG.md index f9d47b02e4..7f264f9858 100644 --- a/packages/messages-provider/CHANGELOG.md +++ b/packages/messages-provider/CHANGELOG.md @@ -1,5 +1,16 @@ # @cloudoperators/juno-messages-provider +## 0.2.48 + +### Patch Changes + +- Updated dependencies [0e59fc8] +- Updated dependencies [1830872] +- Updated dependencies [b736c03] +- Updated dependencies [cf79a1f] +- Updated dependencies [3a9760d] + - @cloudoperators/juno-ui-components@9.2.0 + ## 0.2.47 ### Patch Changes diff --git a/packages/messages-provider/package.json b/packages/messages-provider/package.json index 2ed5bc20ac..37202bc189 100644 --- a/packages/messages-provider/package.json +++ b/packages/messages-provider/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-messages-provider", - "version": "0.2.47", + "version": "0.2.48", "description": "Messages provider", "author": "UI-Team", "repository": "https://github.com/cloudoperators/juno/tree/main/packages/messages-provider", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 7357b8b7df..b569b7af9f 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,23 @@ # @cloudoperators/juno-ui-components +## 9.2.0 + +### Minor Changes + +- cf79a1f: Add `CodeBlockFooter` component and `codeBlockFooter` slot to `CodeBlock` + - Extract the copy bar into a standalone `CodeBlockFooter` component (props: `onCopy`, `isCopied`, `className`, `...props` for arbitrary HTML attributes) + - Add `codeBlockFooter?: ReactElement` prop to `CodeBlock`: when provided it replaces the default footer, consistent with the `modalFooter` pattern in `Modal` + - The existing `copy` prop continues to control the default footer when `codeBlockFooter` is not passed (fully backward-compatible) + - Export `CodeBlockFooter` from the package index + - Introduce `--color-codeblock-footer-border` / `--border-color-theme-codeblock-footer` CSS variables for the footer border styling + +### Patch Changes + +- 0e59fc8: feat(ui): update SignInForm authentication error message +- 1830872: feat(ui): remove non-breaking whitespace from `DT` component +- b736c03: feat(ui): update `SignInForm` default authentication error message +- 3a9760d: feat(ui): add semantic variants to `Box` + ## 9.1.0 ### Minor Changes diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 99537d23b2..255d18958b 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -2,7 +2,7 @@ "name": "@cloudoperators/juno-ui-components", "private": false, "source": "src/index.js", - "version": "9.1.0", + "version": "9.2.0", "types": "build/index.d.ts", "exports": { "./index": "./build/index.js",