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

* chore(version): update versions with Changesets [actions skip]

* chore(infra): try to ignore checks on the branch

* chore(infra): check if this disable checks [skip ci]

* chore(infra): remove release yaml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Wowa <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2024
1 parent c4924d6 commit 563f607
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/orange-fireants-greet.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/quiet-points-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-buses-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-lizards-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-impalas-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-beers-tie.md

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/ci-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
- opened
- synchronize
- reopened
push:
branches:
- "changeset-release/main"

# Trigger after the 'Release' workflow completes
workflow_run:
workflows: ["Release"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: npm run release
title: "publish(npm): automate Package Versioning and Publishing with Changesets"
commit: "chore(version): update versions with Changesets [actions skip]"
commit: "chore(version): update versions with Changesets"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
12 changes: 12 additions & 0 deletions apps/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @cloudoperators/juno-app-supernova

## 0.11.1

### Patch Changes

- 42a8ef2: Correct linter in supernova and fixed title check workflow and docs
- Updated dependencies [502ec8f]
- Updated dependencies [990af5a]
- Updated dependencies [ea09b68]
- Updated dependencies [7f4d17a]
- @cloudoperators/juno-ui-components@2.18.0
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.11.0",
"version": "0.11.1",
"author": "UI-Team",
"contributors": [
"Esther Schmitz",
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.18.0

### Minor Changes

- 502ec8f: Migrate Radio, RadioRow and RadioGroup components to TypeScript

### Patch Changes

- 990af5a: Introduce a ToolTip typescript version along with storybook doc type support
- ea09b68: fix(ui): add upload icon into icon lib
- 7f4d17a: fix(ui): when an icon is used in a button, ensure the icon title matches the button title

## 2.17.2

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

0 comments on commit 563f607

Please sign in to comment.