This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.2.2 - 2020-05-27
9
+
10
+ ### Fixed
11
+
12
+ - Added build command to publish command
13
+
8
14
## 0.2.1 - 2020-05-27
9
15
10
16
### Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @asigloo/vue-dynamic-forms" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Easy way to dynamically create reactive forms in vue based on varying business object model" ,
5
5
"author" :
" Alvaro Saburido <[email protected] >" ,
6
6
"license" : " MIT" ,
16
16
"build" : " vue-cli-service build --target lib --name as-dynamic-forms src/main.js" ,
17
17
"lint" : " vue-cli-service lint" ,
18
18
"test" : " vue-cli-service test:unit --verbose --no-cache --watchAll" ,
19
- "publish" : " npm publish --access public" ,
19
+ "publish" : " npm run build && npm publish --access public" ,
20
20
"docs:dev" : " vuepress dev docs" ,
21
21
"docs:build" : " vuepress build docs"
22
22
},
You can’t perform that action at this time.
0 commit comments