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 (#498)

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 Oct 14, 2024
1 parent 0e3bdbc commit ac5e0ea
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/heavy-ears-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-dryers-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-brooms-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-doors-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-crews-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-carrots-work.md

This file was deleted.

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

## 2.3.0

### Minor Changes

- a62ee9c: Removes auth and pass initial filters per appProp

### Patch Changes

- Updated dependencies [aa185b4]
- Updated dependencies [4ded874]
- @cloudoperators/juno-ui-components@2.23.0
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.2.8",
"version": "2.3.0",
"author": "UI-Team",
"contributors": [
"Andreas Pfau",
Expand Down
9 changes: 9 additions & 0 deletions apps/greenhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudoperators/juno-app-greenhouse

## 0.2.5

### Patch Changes

- d13f774: Adds temporary fix to forward default initial filters to the applications (plugins)
- Updated dependencies [aa185b4]
- Updated dependencies [4ded874]
- @cloudoperators/juno-ui-components@2.23.0

## 0.2.4

### 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.2.4",
"version": "0.2.5",
"orgAdminVersion": "latest",
"author": "UI-Team",
"contributors": [
Expand Down
13 changes: 13 additions & 0 deletions apps/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloudoperators/juno-app-supernova

## 0.14.0

### Minor Changes

- d243b41: Introduced the user object and initial filters, which replace auth.

### Patch Changes

- 054f654: fix(supernova): filters invalid keys from initialFilters instead of completely discarding all initialFilters
- Updated dependencies [aa185b4]
- Updated dependencies [4ded874]
- @cloudoperators/juno-ui-components@2.23.0

## 0.13.0

### Minor 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.13.0",
"version": "0.14.0",
"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.23.0

### Minor Changes

- aa185b4: Migrate Button component to TypeScript
- 4ded874: Pagination component now behaves as expected in controlled and uncontrolled mode. Various edge cases have defined behaviour now. Added disabled and loading state.

## 2.22.1

### Patch 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.22.1",
"version": "2.23.0",
"files": [
"build/*",
"src/colors.css",
Expand Down

0 comments on commit ac5e0ea

Please sign in to comment.