Skip to content

Commit

Permalink
Release 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
davebaol committed Jun 3, 2020
1 parent 2eac0cf commit 5527067
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 11 additions & 9 deletions projects/formio-editor/npm-publish.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/formio-editor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5527067

Please sign in to comment.