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

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 7, 2024
1 parent d9ba8e1 commit f6ed5a8
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-zoos-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-spies-invent.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/warm-points-cheer.md

This file was deleted.

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

## 2.0.0

### Major Changes

- f74982e: WHAT This is a fully new app template based on vite, eslint, tailwind and ui components
WHY we moved from old Javascript configuration
HOW they will be no consumer updates and breaking change here, cause it will just use in our monorepo.

### Patch Changes

- Updated dependencies [a77c643]
- @cloudoperators/juno-ui-components@2.22.1
2 changes: 1 addition & 1 deletion apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-template",
"version": "1.0.8",
"version": "2.0.0",
"author": "UI-Team",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/messages-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @cloudoperators/juno-messages-provider

## 0.2.0

### Minor Changes

- 9eecdc5: Converted codebase to TypeScript: Migrated the project to TypeScript to improve type safety, code maintainability, and developer experience.

### Patch Changes

- Updated dependencies [a77c643]
- @cloudoperators/juno-ui-components@2.22.1

## 0.1.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/messages-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-messages-provider",
"version": "0.1.19",
"version": "0.2.0",
"description": "Messages provider",
"author": "UI-Team",
"contributors": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-ui-components

## 2.22.1

### Patch Changes

- a77c643: Fix MenuItem overflow within the ContextMenu component.

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

0 comments on commit f6ed5a8

Please sign in to comment.