Skip to content

Commit

Permalink
publish(npm): automate Package Versioning and Publishing with Changes…
Browse files Browse the repository at this point in the history
…ets (#632)

chore(version): update versions with Changesets

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 25, 2024
1 parent b1503ed commit ea90738
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 29 deletions.
7 changes: 0 additions & 7 deletions .changeset/cold-humans-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-cups-smell.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/popular-hairs-train.md

This file was deleted.

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

## 2.3.2

### Patch Changes

- b1503ed: Decouple juno-utils mocking logic
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
- Updated dependencies [a0ee034]
- Updated dependencies [8615024]
- @cloudoperators/juno-ui-components@2.32.0
- @cloudoperators/juno-utils@1.1.15

## 2.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/doop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-doop",
"version": "2.3.1",
"version": "2.3.2",
"author": "UI-Team",
"contributors": [
"Andreas Pfau",
Expand Down
11 changes: 11 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloudoperators/juno-app-example

## 1.0.12

### Patch Changes

- b1503ed: Decouple juno-utils mocking logic
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
- Updated dependencies [a0ee034]
- Updated dependencies [8615024]
- @cloudoperators/juno-ui-components@2.32.0
- @cloudoperators/juno-utils@1.1.15

## 1.0.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.0.11",
"version": "1.0.12",
"author": "UI-Team",
"contributors": [
"Arturo Reuschenbach Pucernau"
Expand Down Expand Up @@ -35,7 +35,7 @@
"@cloudoperators/juno-oauth": "*",
"@cloudoperators/juno-ui-components": "*",
"@cloudoperators/juno-url-state-provider": "*",
"@cloudoperators/juno-utils": "1.1.14",
"@cloudoperators/juno-utils": "1.1.15",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
13 changes: 13 additions & 0 deletions apps/greenhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloudoperators/juno-app-greenhouse

## 0.3.7

### Patch Changes

- b1503ed: Decouple juno-utils mocking logic
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
- Updated dependencies [b1503ed]
- Updated dependencies [a0ee034]
- Updated dependencies [8615024]
- @cloudoperators/juno-app-doop@2.3.2
- @cloudoperators/juno-ui-components@2.32.0
- @cloudoperators/juno-app-supernova@0.14.4

## 0.3.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-greenhouse",
"version": "0.3.6",
"version": "0.3.7",
"orgAdminVersion": "latest",
"author": "UI-Team",
"contributors": [
Expand Down
10 changes: 10 additions & 0 deletions apps/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudoperators/juno-app-supernova

## 0.14.4

### Patch Changes

- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation
- Updated dependencies [a0ee034]
- Updated dependencies [8615024]
- @cloudoperators/juno-ui-components@2.32.0
- @cloudoperators/juno-utils@1.1.15

## 0.14.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/supernova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-supernova",
"version": "0.14.3",
"version": "0.14.4",
"author": "UI-Team",
"contributors": [
"Esther Schmitz",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudoperators/juno-ui-components

## 2.32.0

### Minor Changes

- a0ee034: Migrate SecretText to TypeScript
- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation

## 2.31.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "build/index.js",
"source": "src/index.js",
"style": "build/lib/variables.css",
"version": "2.31.0",
"version": "2.32.0",
"files": [
"build/*",
"src/colors.css",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-utils

## 1.1.15

### Patch Changes

- 8615024: Replace useEndlessScrollList from utils to ui-componetns and utils deprecation

## 1.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-utils",
"version": "1.1.14",
"version": "1.1.15",
"description": "Description of utils",
"deprecated": "This package is deprecated and will be removed from juno core. Use @cloudoperators/juno-mock-server and @cloudoperators/juno-ui-components instad.",
"author": "UI-Team",
Expand Down

0 comments on commit ea90738

Please sign in to comment.