Skip to content

Commit e56b777

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

File tree

16 files changed

+56
-22
lines changed

16 files changed

+56
-22
lines changed

.changeset/fair-ears-shave.md

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

.changeset/four-kings-lay.md

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

apps/example/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- 74fb4ad: Improve example app types
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [065652a]
12+
- @cloudoperators/juno-url-state-provider@2.3.1
13+
- @cloudoperators/juno-messages-provider@0.2.1
14+
- @cloudoperators/juno-oauth@1.4.1
15+
316
## 1.1.0
417

518
### Minor Changes

apps/example/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-example",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"author": "UI-Team",
55
"contributors": [
66
"Arturo Reuschenbach Pucernau"

packages/communicator/CHANGELOG.md

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

3+
## 2.2.16
4+
5+
### Patch Changes
6+
7+
- 065652a: Output types to the correct directory
8+
39
## 2.2.15
410

511
### Patch Changes

packages/communicator/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-communicator",
3-
"version": "2.2.15",
3+
"version": "2.2.16",
44
"description": "Send and receive across tabs",
55
"author": "UI-Team",
66
"contributors": [

packages/k8s-client/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- 065652a: Output types to the correct directory
8+
39
## 1.0.1
410

511
### Patch Changes

packages/k8s-client/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-k8s-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"author": "UI-Team",
55
"description": "JavaScript client for Kubernetes API",
66
"main": "build/index.js",

packages/messages-provider/CHANGELOG.md

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

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 065652a: Output types to the correct directory
8+
39
## 0.2.0
410

511
### Minor Changes

packages/messages-provider/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-messages-provider",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Messages provider",
55
"author": "UI-Team",
66
"contributors": [

0 commit comments

Comments
 (0)