Skip to content

Commit 95aa1ab

Browse files
committed
Release 0.9.1
1 parent cf84c18 commit 95aa1ab

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Angular Form.io Editor - Changelog
2+
3+
https://github.com/davebaol/angular-formio-editor
4+
5+
6+
## 2020-05-28, version 0.9.1
7+
8+
- First fully usable version

projects/formio-editor/npm-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To publish a new npm package follow the steps below:
1+
To publish a new npm package follow the steps below:
22
- Update version inside `projects/formio-editor/package.json`, for instance from `0.0.0` to `0.1.0`
33
```json
44
{

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.0.1",
3+
"version": "0.9.1",
44
"description": "Angular component integrating Form.io builder and renderer with a json editor",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)