Skip to content

Commit c82b0d7

Browse files
publish(npm): automate Package Versioning and Publishing with Changesets (#1171)
chore(version): update versions with Changesets Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 061c843 commit c82b0d7

9 files changed

Lines changed: 26 additions & 19 deletions

File tree

.changeset/free-lights-mate.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/new-houses-find.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/pretty-eagles-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/doop/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudoperators/juno-app-doop
22

3+
## 2.6.1
4+
5+
### Patch Changes
6+
7+
- 061c843: Selected `violationGroup` is now persisted on URL state and removed from it when the panel is closed.
8+
39
## 2.6.0
410

511
### Minor Changes

apps/doop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-doop",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"author": "UI-Team",
55
"type": "module",
66
"contributors": [

apps/greenhouse/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @cloudoperators/juno-app-greenhouse
22

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- 061c843: Greenhouse now preserves the URL state of the currently opened app when navigating to another app and restores it back when that app is visited again.
8+
- Updated dependencies [061c843]
9+
- Updated dependencies [061c843]
10+
- @cloudoperators/juno-app-supernova@0.19.5
11+
- @cloudoperators/juno-app-doop@2.6.1
12+
313
## 0.7.6
414

515
### Patch Changes

apps/greenhouse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-greenhouse",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

apps/supernova/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @cloudoperators/juno-app-supernova
22

3+
## 0.19.5
4+
5+
### Patch Changes
6+
7+
- 061c843: - Selected alert in url state gets removed when panel closes.
8+
- Supernova now preserves the URL state of the currently opened page when navigating to another page and restores it back when that page is visited again.
9+
310
## 0.19.4
411

512
### Patch Changes

apps/supernova/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-supernova",
3-
"version": "0.19.4",
3+
"version": "0.19.5",
44
"author": "UI-Team",
55
"contributors": [
66
"Esther Schmitz",

0 commit comments

Comments
 (0)