Skip to content

Commit fa12b4a

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

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/moody-steaks-lay.md

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

apps/greenhouse/CHANGELOG.md

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

3+
## 0.6.13
4+
5+
### Patch Changes
6+
7+
- 6ce69e4: feat(heureka): adds vulnerability details panel
8+
- Updated dependencies [6ce69e4]
9+
- @cloudoperators/juno-app-heureka@0.8.2
10+
311
## 0.6.12
412

513
### 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.6.12",
3+
"version": "0.6.13",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

apps/heureka/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# heureka
22

3+
## 0.8.2
4+
5+
### Patch Changes
6+
7+
- 6ce69e4: feat(heureka): adds vulnerability details panel
8+
39
## 0.8.1
410

511
### Patch Changes

apps/heureka/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-heureka",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"author": "UI-Team",
55
"type": "module",
66
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka",

0 commit comments

Comments
 (0)