File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 33https://github.com/davebaol/angular-formio-editor
44
55
6- ## 2020-MM-DD , version 0.9.4-snapshot
6+ ## 2020-06-03 , version 0.9.4
77
88- Support high level of configurability
99
Original file line number Diff line number Diff line change 11To publish a new npm package follow the steps below:
2- - Update version inside ` projects/formio-editor/package.json ` , for instance from ` 0.0.0 ` to ` 0.1.0 `
3- ``` json
4- {
5- "name" : " @davebaol/angular-formio-editor" ,
6- "version" : " 0.1.0" ,
7- ...
8- }
9- ```
10- - Commit this change to github with a commit message specifying the new version, for instance ` Release 0.1.0 `
2+ - Prepare for publishing:
3+ - Update version inside ` projects/formio-editor/package.json ` , for instance from ` 0.0.0 ` to ` 0.1.0 `
4+ ``` json
5+ {
6+ "name" : " @davebaol/angular-formio-editor" ,
7+ "version" : " 0.1.0" ,
8+ ...
9+ }
10+ ```
11+ - Update the file `HISTORY.md` with the changes of the new version.
12+ - Commit changes to github with a message specifying the new version, for instance `Release 0.1.0`
1113- Build the entire project to check that everything is ok
1214 ```bash
1315 npm run build-all-prod
Original file line number Diff line number Diff line change 11{
22 "name" : " @davebaol/angular-formio-editor" ,
3- "version" : " 0.9.4-snapshot " ,
3+ "version" : " 0.9.4" ,
44 "description" : " Angular component integrating Form.io builder and renderer with a json editor" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments