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

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 9, 2024
1 parent fbd1880 commit 3cb16ad
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-ways-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-rabbits-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-cycles-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-mangos-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-cameras-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-donuts-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-fishes-develop.md

This file was deleted.

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

### Patch Changes

- 454764a: Fixes an error where some error messages were not displayed
- 454764a: Introduced react query
- Updated dependencies [e96f612]
- Updated dependencies [b12fa10]
- Updated dependencies [6877281]
- Updated dependencies [fbd1880]
- Updated dependencies [a3c43a0]
- @cloudoperators/juno-ui-components@2.34.0

## 0.14.5

### Patch 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.14.5",
"version": "0.14.6",
"author": "UI-Team",
"contributors": [
"Esther Schmitz",
Expand Down
13 changes: 13 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @cloudoperators/juno-ui-components

## 2.34.0

### Minor Changes

- e96f612: Migrate DateTimePicker to TypeScript
- b12fa10: Migrate AppIntro to TypeScript
- fbd1880: Finalise Typescript migration for all non-deprecated components and clean up
- a3c43a0: Migrate the ThemeToggle component to TypeScript

### Patch Changes

- 6877281: Dependencies are upgraded to latest minor version.

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

0 comments on commit 3cb16ad

Please sign in to comment.