Skip to content

Commit

Permalink
Merge pull request #57 from jabali2004/release/v0.0.6
Browse files Browse the repository at this point in the history
v0.0.6 into master
jabali2004 authored Nov 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents eb9af0c + 8eca011 commit 3fced1b
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.6](https://github.com/jabali2004/ngx-formulus/compare/v0.0.5...v0.0.6) (2021-11-14)


### Features

* add fullWidth property to control ([2c8c0de](https://github.com/jabali2004/ngx-formulus/commit/2c8c0de3f7a979a7ab950b300ab025e283a7e7d9))
* **form-elements:** add reset button ([eb9af0c](https://github.com/jabali2004/ngx-formulus/commit/eb9af0c16dcc15431d025a9e123e6cd6646803bb))


### Chores

* **example:** add onClose and onSave hooks ([71acc69](https://github.com/jabali2004/ngx-formulus/commit/71acc69deddaf765cb0949c2a4b7807452cc69bf))

### [0.0.5](https://github.com/jabali2004/ngx-formulus/compare/v0.0.4...v0.0.5) (2021-11-12)


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-formulus",
"version": "0.0.5",
"version": "0.0.6",
"description": "NgxFormulus is an Angular library designed to simplify the creation of dynamic forms.",
"repository": {
"type": "git",
2 changes: 1 addition & 1 deletion projects/ngx-formulus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-formulus",
"version": "0.0.5",
"version": "0.0.6",
"peerDependencies": {
"@angular/common": "^12.2.0",
"@angular/core": "^12.2.0",

0 comments on commit 3fced1b

Please sign in to comment.