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

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 15, 2024
1 parent 97b08cb commit 2963237
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/moody-shoes-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-rabbits-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-mugs-relate.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.0

### Minor Changes

- 1863738: consolidates all admin applications into a unified structure under the core-apps module. By grouping these admin apps together, we simplify the codebase, enhance maintainability, and enable better modular loading of core functionalities.

### Patch Changes

- Updated dependencies [97b08cb]
- Updated dependencies [bdee402]
- @cloudoperators/juno-ui-components@2.24.0

## 0.2.5

### 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.5",
"version": "0.3.0",
"orgAdminVersion": "latest",
"author": "UI-Team",
"contributors": [
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.24.0

### Minor Changes

- 97b08cb: Migrate the Badge component to TypeScript and remove its Critical variant
- bdee402: Migrate PortalProvider component to TypeScript

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

0 comments on commit 2963237

Please sign in to comment.