Skip to content

Commit 27f028b

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

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

.changeset/quiet-sheep-bathe.md

-6
This file was deleted.

apps/greenhouse/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudoperators/juno-app-greenhouse
22

3+
## 0.3.6
4+
5+
### Patch Changes
6+
7+
- a6789db: This change corrects URL state handling for filter property
8+
- Updated dependencies [a6789db]
9+
- @cloudoperators/juno-app-heureka@2.10.1
10+
311
## 0.3.5
412

513
### Patch Changes

apps/greenhouse/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-greenhouse",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

apps/heureka/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @cloudoperators/juno-app-heureka
22

3+
## 2.10.1
4+
5+
### Patch Changes
6+
7+
- a6789db: This change corrects URL state handling for filter property
8+
39
## 2.10.0
410

511
### Minor Changes

apps/heureka/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-heureka",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"author": "UI-Team",
55
"contributors": [
66
"Hoda Noori, Arturo Reuschenbach Pucernau",

0 commit comments

Comments
 (0)