Skip to content

Commit

Permalink
chore(version): update versions with Changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2025
1 parent 74fb4ad commit bf1bda7
Show file tree
Hide file tree
Showing 16 changed files with 56 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-ears-shave.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/four-kings-lay.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloudoperators/juno-app-example

## 1.2.0

### Minor Changes

- 74fb4ad: Improve example app types

### Patch Changes

- Updated dependencies [065652a]
- @cloudoperators/juno-url-state-provider@2.3.1
- @cloudoperators/juno-messages-provider@0.2.1
- @cloudoperators/juno-oauth@1.4.1

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-example",
"version": "1.1.0",
"version": "1.2.0",
"author": "UI-Team",
"contributors": [
"Arturo Reuschenbach Pucernau"
Expand Down
6 changes: 6 additions & 0 deletions packages/communicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-communicator

## 2.2.16

### Patch Changes

- 065652a: Output types to the correct directory

## 2.2.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/communicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-communicator",
"version": "2.2.15",
"version": "2.2.16",
"description": "Send and receive across tabs",
"author": "UI-Team",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/k8s-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-k8s-client

## 1.0.2

### Patch Changes

- 065652a: Output types to the correct directory

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/k8s-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-k8s-client",
"version": "1.0.1",
"version": "1.0.2",
"author": "UI-Team",
"description": "JavaScript client for Kubernetes API",
"main": "build/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/messages-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-messages-provider

## 0.2.1

### Patch Changes

- 065652a: Output types to the correct directory

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/messages-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-messages-provider",
"version": "0.2.0",
"version": "0.2.1",
"description": "Messages provider",
"author": "UI-Team",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-oauth

## 1.4.1

### Patch Changes

- 065652a: Output types to the correct directory

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-oauth",
"version": "1.4.0",
"version": "1.4.1",
"author": "UI-Team",
"description": "Authenticates user via OIDC",
"main": "build/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-template

## 1.1.1

### Patch Changes

- 065652a: Output types to the correct directory

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-package-template",
"version": "1.1.0",
"version": "1.1.1",
"description": "Package template that will be use to generate new juno packages",
"author": "UI-Team",
"source": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/url-state-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-url-state-provider

## 2.3.1

### Patch Changes

- 065652a: Output types to the correct directory

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/url-state-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-url-state-provider",
"version": "2.3.0",
"version": "2.3.1",
"description": "Save several paths in the url. This makes it possible to manage the status of several apps such as micro frontends with the help of URL.",
"author": "UI-Team",
"contributors": [
Expand Down

0 comments on commit bf1bda7

Please sign in to comment.