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

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 4, 2024
1 parent 02f06a1 commit d2957ff
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-seals-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-rivers-fetch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sweet-items-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-cooks-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-phones-rule.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.3

### Patch Changes

- 3ee03d3: harmonizes filter names across different views
- Updated dependencies [d4167c9]
- Updated dependencies [3e225b9]
- Updated dependencies [3ee03d3]
- Updated dependencies [a304189]
- Updated dependencies [02f06a1]
- @cloudoperators/juno-ui-components@2.28.0
- @cloudoperators/juno-app-heureka@2.9.2

## 0.3.2

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

## 2.9.2

### Patch Changes

- 3ee03d3: harmonizes filter names across different views
- Updated dependencies [d4167c9]
- Updated dependencies [3e225b9]
- Updated dependencies [a304189]
- Updated dependencies [02f06a1]
- @cloudoperators/juno-ui-components@2.28.0

## 2.9.1

### 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.1",
"version": "2.9.2",
"author": "UI-Team",
"contributors": [
"Hoda Noori, Arturo Reuschenbach Pucernau",
Expand Down
12 changes: 12 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cloudoperators/juno-ui-components

## 2.28.0

### Minor Changes

- 3e225b9: Migrate the InputGroup component to TypeScript

### Patch Changes

- d4167c9: Migrate Select component to typescript
- a304189: adds very high z-index (9999) to portal root container
- 02f06a1: Update packages to the latest patch versions.

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

0 comments on commit d2957ff

Please sign in to comment.