diff --git a/HISTORY.md b/HISTORY.md index b75d7fb..4fd2408 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -3,7 +3,7 @@ https://github.com/davebaol/angular-formio-editor -## 2020-MM-DD, version 0.9.4-snapshot +## 2020-06-03, version 0.9.4 - Support high level of configurability diff --git a/projects/formio-editor/npm-publish.md b/projects/formio-editor/npm-publish.md index 53f44e0..d417aad 100644 --- a/projects/formio-editor/npm-publish.md +++ b/projects/formio-editor/npm-publish.md @@ -1,13 +1,15 @@ To publish a new npm package follow the steps below: -- Update version inside `projects/formio-editor/package.json`, for instance from `0.0.0` to `0.1.0` - ```json - { - "name": "@davebaol/angular-formio-editor", - "version": "0.1.0", - ... - } - ``` -- Commit this change to github with a commit message specifying the new version, for instance `Release 0.1.0` +- Prepare for publishing: + - Update version inside `projects/formio-editor/package.json`, for instance from `0.0.0` to `0.1.0` + ```json + { + "name": "@davebaol/angular-formio-editor", + "version": "0.1.0", + ... + } + ``` + - Update the file `HISTORY.md` with the changes of the new version. + - Commit changes to github with a message specifying the new version, for instance `Release 0.1.0` - Build the entire project to check that everything is ok ```bash npm run build-all-prod diff --git a/projects/formio-editor/package.json b/projects/formio-editor/package.json index 1ef1b9a..a2a104e 100644 --- a/projects/formio-editor/package.json +++ b/projects/formio-editor/package.json @@ -1,6 +1,6 @@ { "name": "@davebaol/angular-formio-editor", - "version": "0.9.4-snapshot", + "version": "0.9.4", "description": "Angular component integrating Form.io builder and renderer with a json editor", "repository": { "type": "git",