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

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 11, 2024
1 parent eea5de6 commit c9108c0
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-adults-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-dryers-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-boats-cheat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-spies-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-squids-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-maps-attend.md

This file was deleted.

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.4

### Patch Changes

- eea5de6: The pagination is added to the list of component instances for a selected service on the service details page.
- Updated dependencies [63a951c]
- Updated dependencies [5a4e3d1]
- Updated dependencies [7cb142d]
- Updated dependencies [eea5de6]
- Updated dependencies [a278544]
- @cloudoperators/juno-ui-components@2.29.0
- @cloudoperators/juno-app-heureka@2.10.0

## 0.3.3

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

## 2.10.0

### Minor Changes

- eea5de6: The pagination is added to the list of component instances for a selected service on the service details page.

### Patch Changes

- Updated dependencies [63a951c]
- Updated dependencies [5a4e3d1]
- Updated dependencies [7cb142d]
- Updated dependencies [a278544]
- @cloudoperators/juno-ui-components@2.29.0

## 2.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/heureka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-heureka",
"version": "2.9.2",
"version": "2.10.0",
"author": "UI-Team",
"contributors": [
"Hoda Noori, Arturo Reuschenbach Pucernau",
Expand Down
9 changes: 9 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @cloudoperators/juno-ui-components

## 2.29.0

### Minor Changes

- 63a951c: Migrate Grid, GridColumn and GridRow components to TypeScript
- 5a4e3d1: Migrate the Switch component to TypeScript
- 7cb142d: Migrate Menu, MenuItem and MenuSection components to Typescript (#237)
- a278544: Migrate AppShellProvider and CodeBlock to TypeScript

## 2.28.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.28.0",
"version": "2.29.0",
"files": [
"build/*",
"src/colors.css",
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.1.0

### Minor Changes

- eb989ea: Migrate to url-state-provider to typescript.

## 2.0.7

### Patch 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.0.7",
"version": "2.1.0",
"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 c9108c0

Please sign in to comment.