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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.2.2 - 2020-05-27
9+
10+ ### Fixed
11+
12+ - Added build command to publish command
13+
814## 0.2.1 - 2020-05-27
915
1016### Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " @asigloo/vue-dynamic-forms" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.2.2 " ,
44 "description" : " Easy way to dynamically create reactive forms in vue based on varying business object model" ,
55 "author" : " Alvaro Saburido <alvaro.saburido@gmail.com>" ,
66 "license" : " MIT" ,
1616 "build" : " vue-cli-service build --target lib --name as-dynamic-forms src/main.js" ,
1717 "lint" : " vue-cli-service lint" ,
1818 "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" ,
2020 "docs:dev" : " vuepress dev docs" ,
2121 "docs:build" : " vuepress build docs"
2222 },
You can’t perform that action at this time.
0 commit comments