Skip to content

Commit 392055e

Browse files
publish(npm): automate Package Versioning and Publishing with Changesets (#781)
chore(version): update versions with Changesets Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d1c4573 commit 392055e

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

.changeset/empty-seahorses-grow.md

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

.changeset/tall-pans-divide.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.3.4
4+
5+
### Patch Changes
6+
7+
- e990a1d: Transfer doop to TS
8+
39
## 2.3.3
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.3.3",
3+
"version": "2.3.4",
44
"author": "UI-Team",
55
"contributors": [
66
"Andreas Pfau",

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.4.2
4+
5+
### Patch Changes
6+
7+
- d1c4573: Fix greenhouse org admin change
8+
- Updated dependencies [e990a1d]
9+
- @cloudoperators/juno-app-doop@2.3.4
10+
311
## 0.4.1
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.4.1",
3+
"version": "0.4.2",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

0 commit comments

Comments
 (0)