Skip to content

Commit

Permalink
fix: release workflow for vue (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinscz authored Feb 14, 2024
1 parent d005298 commit 777a428
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config user.name "GitHub action"
git config user.email "<>"
git checkout -b feature/${{ inputs.version }}
git add package*.json libraries/ui-library/package*.json libraries/ui-library-react/package*.json libraries/ui-library-angular/package*.json
git add package*.json libraries/ui-library/package*.json libraries/ui-library-react/package*.json libraries/ui-library-vue/package*.json libraries/ui-library-angular/package*.json
git commit -m "${{ inputs.version }}"
git push origin feature/${{ inputs.version }}
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

### Fixed

## 4.1.2 - 2024-02-14 ♥

### Fixed

- GitHub workflow for Vue

## 4.1.1 - 2024-02-14 ♥

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion libraries/ui-library-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@six-group/ui-library-vue",
"version": "4.1.0",
"version": "4.1.1",
"description": "Vue wrapper components for @six-group/ui-library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 777a428

Please sign in to comment.