File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 32
32
git config user.name "GitHub action"
33
33
git config user.email "<>"
34
34
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
36
36
git commit -m "${{ inputs.version }}"
37
37
git push origin feature/${{ inputs.version }}
38
38
Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
12
12
13
13
### Fixed
14
14
15
+ ## 4.1.2 - 2024-02-14 ♥
16
+
17
+ ### Fixed
18
+
19
+ - GitHub workflow for Vue
20
+
15
21
## 4.1.1 - 2024-02-14 ♥
16
22
17
23
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @six-group/ui-library-vue" ,
3
- "version" : " 4.1.0 " ,
3
+ "version" : " 4.1.1 " ,
4
4
"description" : " Vue wrapper components for @six-group/ui-library" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments