Skip to content

Commit

Permalink
Merge tag '0.2.1' into develop
Browse files Browse the repository at this point in the history
0.2.1
  • Loading branch information
EndyKaufman committed Mar 1, 2018
2 parents c6cd28e + d710cfe commit c684fcd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.2.1"></a>
## [0.2.1](https://github.com/EndyKaufman/ngx-dynamic-form-builder/compare/0.2.0...0.2.1) (2018-03-01)


### Bug Fixes

* **dynamic-form-group:** Change return object type for nested object if it type is DynamicFormGroup ([8bb303e](https://github.com/EndyKaufman/ngx-dynamic-form-builder/commit/8bb303e))



<a name="0.2.0"></a>
# [0.2.0](https://github.com/EndyKaufman/ngx-dynamic-form-builder/compare/0.1.0...0.2.0) (2018-02-28)

Expand Down
2 changes: 1 addition & 1 deletion apps/demo/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<meta charset="utf-8">
<title>ngx-dynamic-form-builder</title>
<base href="/">
<meta name="version" content="0.2.0">
<meta name="version" content="0.2.1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion libs/ngx-dynamic-form-builder/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-dynamic-form-builder",
"version": "0.2.0",
"version": "0.2.1",
"description": "FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular5+",
"keywords": [
"FormBuilder",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-dynamic-form-builder",
"version": "0.2.0",
"version": "0.2.1",
"description": "FormBuilder + class-transformer + class-validator = dynamic form group builder for Angular5+",
"keywords": [
"FormBuilder",
Expand Down

0 comments on commit c684fcd

Please sign in to comment.