Skip to content

Commit be34d34

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

15 files changed

+47
-30
lines changed

.changeset/short-feet-know.md

-5
This file was deleted.

.changeset/silly-hornets-invite.md

-5
This file was deleted.

.changeset/spotty-plants-judge.md

-5
This file was deleted.

.changeset/tricky-lizards-approve.md

-5
This file was deleted.

.changeset/wild-islands-accept.md

-5
This file was deleted.

apps/greenhouse/CHANGELOG.md

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

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 58925a1: Move all greenhouse to TS
8+
- Updated dependencies [43fc5b7]
9+
- Updated dependencies [fe294e9]
10+
- Updated dependencies [4834d12]
11+
- Updated dependencies [188ece2]
12+
- @cloudoperators/juno-ui-components@2.38.0
13+
- @cloudoperators/juno-oauth@1.4.2
14+
- @cloudoperators/juno-app-supernova@0.16.2
15+
- @cloudoperators/juno-app-heureka@2.11.4
16+
317
## 0.4.0
418

519
### Minor 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.4.0",
3+
"version": "0.4.1",
44
"orgAdminVersion": "latest",
55
"author": "UI-Team",
66
"contributors": [

apps/heureka/CHANGELOG.md

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

3+
## 2.11.4
4+
5+
### Patch Changes
6+
7+
- 188ece2: Heureka move to TS
8+
- Updated dependencies [43fc5b7]
9+
- @cloudoperators/juno-ui-components@2.38.0
10+
311
## 2.11.3
412

513
### Patch 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.11.3",
3+
"version": "2.11.4",
44
"author": "UI-Team",
55
"contributors": [
66
"Hoda Noori, Arturo Reuschenbach Pucernau",

apps/supernova/CHANGELOG.md

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

3+
## 0.16.2
4+
5+
### Patch Changes
6+
7+
- 4834d12: reducing unnecessary @ts-ignore directives, improving type safety and code clarity in filter components
8+
- Updated dependencies [43fc5b7]
9+
- @cloudoperators/juno-ui-components@2.38.0
10+
311
## 0.16.1
412

513
### Patch Changes

apps/supernova/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-app-supernova",
3-
"version": "0.16.1",
3+
"version": "0.16.2",
44
"author": "UI-Team",
55
"contributors": [
66
"Esther Schmitz",

packages/oauth/CHANGELOG.md

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

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- fe294e9: Improving types and addind method documentation
8+
39
## 1.4.1
410

511
### Patch Changes

packages/oauth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudoperators/juno-oauth",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"author": "UI-Team",
55
"description": "Authenticates user via OIDC",
66
"main": "build/index.js",

packages/ui-components/CHANGELOG.md

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

3+
## 2.38.0
4+
5+
### Minor Changes
6+
7+
- 43fc5b7: Improve TS types and documentation again
8+
39
## 2.37.0
410

511
### Minor Changes

packages/ui-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": false,
44
"source": "src/index.js",
55
"style": "build/lib/variables.css",
6-
"version": "2.37.0",
6+
"version": "2.38.0",
77
"types": "build/index.d.ts",
88
"exports": {
99
"./index": "./build/index.js",

0 commit comments

Comments
 (0)