Skip to content

Commit a679fdc

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

10 files changed

Lines changed: 34 additions & 17 deletions

File tree

.changeset/cute-seas-drive.md

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

.changeset/orange-eagles-drum.md

Lines changed: 0 additions & 7 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.5
4+
5+
### Patch Changes
6+
7+
- 5931aab: Update tanstack router to fix issue where the basepath would be overwritten while redirection.
8+
39
## 2.6.4
410

511
### Patch 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.4",
3+
"version": "2.6.5",
44
"author": "UI-Team",
55
"type": "module",
66
"contributors": [

apps/greenhouse/CHANGELOG.md

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

3+
## 0.7.11
4+
5+
### Patch Changes
6+
7+
- 5931aab: Update tanstack router to fix issue where the basepath would be overwritten while redirection.
8+
- Updated dependencies [5931aab]
9+
- Updated dependencies [5931aab]
10+
- @cloudoperators/juno-app-supernova@0.19.9
11+
- @cloudoperators/juno-app-heureka@0.9.5
12+
- @cloudoperators/juno-app-doop@2.6.5
13+
314
## 0.7.10
415

516
### 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.10",
3+
"version": "0.7.11",
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.9.5
4+
5+
### Patch Changes
6+
7+
- 5931aab: Update tanstack router to fix issue where the basepath would be overwritten while redirection.
8+
39
## 0.9.4
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.9.4",
3+
"version": "0.9.5",
44
"author": "UI-Team",
55
"type": "module",
66
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka",

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.9
4+
5+
### Patch Changes
6+
7+
- 5931aab: - Update tanstack router to fix issue where the basepath would be overwritten while redirection.
8+
- Remove manual normalization part of legacy state to `undefined` that is no longer needed with latest version of the router.
9+
310
## 0.19.8
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.8",
3+
"version": "0.19.9",
44
"author": "UI-Team",
55
"contributors": [
66
"Esther Schmitz",

0 commit comments

Comments
 (0)