Skip to content

Commit 777a428

Browse files
authored
fix: release workflow for vue (#211)
1 parent d005298 commit 777a428

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config user.name "GitHub action"
3333
git config user.email "<>"
3434
git checkout -b feature/${{ inputs.version }}
35-
git add package*.json libraries/ui-library/package*.json libraries/ui-library-react/package*.json libraries/ui-library-angular/package*.json
35+
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
3636
git commit -m "${{ inputs.version }}"
3737
git push origin feature/${{ inputs.version }}
3838

docs/changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1212

1313
### Fixed
1414

15+
## 4.1.2 - 2024-02-14 ♥
16+
17+
### Fixed
18+
19+
- GitHub workflow for Vue
20+
1521
## 4.1.1 - 2024-02-14 ♥
1622

1723
### Fixed

libraries/ui-library-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@six-group/ui-library-vue",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "Vue wrapper components for @six-group/ui-library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)