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

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 Dec 17, 2024
1 parent 3c6ad30 commit 2a75ac0
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 24 deletions.
6 changes: 0 additions & 6 deletions .changeset/neat-rats-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-ties-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-dragons-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-buckets-pull.md

This file was deleted.

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

## 0.3.11

### Patch Changes

- d07a3cb: Add Default Vulnerability Filter to issueMatches entity and renames tab to Vulnerabilities instead of Issues
- Updated dependencies [d07a3cb]
- Updated dependencies [3c6ad30]
- Updated dependencies [3471a77]
- Updated dependencies [87d57d7]
- @cloudoperators/juno-app-heureka@2.11.3
- @cloudoperators/juno-ui-components@2.35.0

## 0.3.10

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

## 2.11.3

### Patch Changes

- d07a3cb: Add Default Vulnerability Filter to issueMatches entity and renames tab to Vulnerabilities instead of Issues
- Updated dependencies [3c6ad30]
- Updated dependencies [3471a77]
- Updated dependencies [87d57d7]
- @cloudoperators/juno-ui-components@2.35.0

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

## 2.35.0

### Minor Changes

- 3c6ad30: Introduce types, deprecate other components, integrate new build system
- 3471a77: Marked AppIntro as deprecated in Storybook

### Patch Changes

- 87d57d7: Migrate docs to Typescript

## 2.34.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 @@ -3,7 +3,7 @@
"private": false,
"source": "src/index.js",
"style": "build/lib/variables.css",
"version": "2.34.0",
"version": "2.35.0",
"types": "build/index.d.ts",
"exports": {
"./index": "./build/index.js",
Expand Down

0 comments on commit 2a75ac0

Please sign in to comment.