Skip to content

Commit

Permalink
Merge branch 'main' into andypf-ci-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
andypf authored Nov 14, 2024
2 parents a26a8b9 + 1ee3698 commit 9e2e340
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 28 deletions.
5 changes: 0 additions & 5 deletions .changeset/curly-owls-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-peaches-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-moons-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-windows-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-pots-repeat.md

This file was deleted.

12 changes: 12 additions & 0 deletions apps/greenhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cloudoperators/juno-app-greenhouse

## 0.3.5

### Patch Changes

- 3810a93: add support_group only if supportGroups exists and is an array
- Updated dependencies [b1a5eb1]
- Updated dependencies [c9190d0]
- Updated dependencies [879812b]
- Updated dependencies [18ebaba]
- @cloudoperators/juno-ui-components@2.30.0
- @cloudoperators/juno-app-supernova@0.14.3

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-greenhouse",
"version": "0.3.4",
"version": "0.3.5",
"orgAdminVersion": "latest",
"author": "UI-Team",
"contributors": [
Expand Down
10 changes: 10 additions & 0 deletions apps/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudoperators/juno-app-supernova

## 0.14.3

### Patch Changes

- 879812b: InitialFilters whose value is not an array are not added to ActiveFilters.
- Updated dependencies [b1a5eb1]
- Updated dependencies [c9190d0]
- Updated dependencies [18ebaba]
- @cloudoperators/juno-ui-components@2.30.0

## 0.14.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/supernova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-supernova",
"version": "0.14.2",
"version": "0.14.3",
"author": "UI-Team",
"contributors": [
"Esther Schmitz",
Expand Down
8 changes: 8 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudoperators/juno-ui-components

## 2.30.0

### Minor Changes

- b1a5eb1: Migrate the ContextMenu component to TypeScript
- c9190d0: Migrate NativeSelect, NativeSelectionOption and NativeSelectOptionGroup components to TypeScript
- 18ebaba: Migrate Form, FormRow and FormSection components to TypeScript

## 2.29.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "build/index.js",
"source": "src/index.js",
"style": "build/lib/variables.css",
"version": "2.29.0",
"version": "2.30.0",
"files": [
"build/*",
"src/colors.css",
Expand Down

0 comments on commit 9e2e340

Please sign in to comment.