Skip to content

Commit 5527067

Browse files
committed
Release 0.9.4
1 parent 2eac0cf commit 5527067

File tree

3 files changed

+13
-11
lines changed

3 files changed

+13
-11
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://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

projects/formio-editor/npm-publish.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
To 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

projects/formio-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)