Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fast-cups-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-moments-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-forks-marry.md

This file was deleted.

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

## 0.10.0

### Minor Changes

- 39de31e: Add reconcile button to annotate PluginPreset and Plugin resources.

### Patch Changes

- 2f84dbf: Introduces a new authentication provider package that enables secure, read-only authentication state sharing between the Greenhouse shell app and plugins.
- 441e92e: fix(greenhouse): prevent wide content from causing page-level horizontal scrollbar
- Updated dependencies [2f84dbf]
- @cloudoperators/juno-app-heureka@1.0.2

## 0.9.0

### Minor 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.9.0",
"version": "0.10.0",
"orgAdminVersion": "latest",
"author": "UI-Team",
"repository": "https://github.com/cloudoperators/greenhouse/tree/main/ui/dashboard",
Expand Down
6 changes: 6 additions & 0 deletions apps/heureka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# heureka

## 1.0.2

### Patch Changes

- 2f84dbf: Introduces a new authentication provider package that enables secure, read-only authentication state sharing between the Greenhouse shell app and plugins.

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/heureka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-heureka",
"version": "1.0.1",
"version": "1.0.2",
"author": "UI-Team",
"type": "module",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka",
Expand Down
Loading