From 2e209ad3dbc955b28601e8bf4ea12d5a374e434c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 21:14:00 +0000 Subject: [PATCH 1/2] chore(release): 0.0.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- projects/ngx-formulus/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9201c8d..2fd697e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.8 (2021-11-16) + + +### Bug Fixes + +* full width condition ([a4f8c7a](https://github.com/jabali2004/ngx-formulus/commit/a4f8c7aa8c30e5a2d5ab190f31f1789901129d1e)) + ### 0.0.7 (2021-11-14) diff --git a/package.json b/package.json index 58df903..ec21cde 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-formulus", - "version": "0.0.7", + "version": "0.0.8", "description": "NgxFormulus is an Angular library designed to simplify the creation of dynamic forms.", "repository": { "type": "git", diff --git a/projects/ngx-formulus/package.json b/projects/ngx-formulus/package.json index f6b99de..1af315e 100644 --- a/projects/ngx-formulus/package.json +++ b/projects/ngx-formulus/package.json @@ -1,6 +1,6 @@ { "name": "ngx-formulus", - "version": "0.0.7", + "version": "0.0.8", "peerDependencies": { "@angular/common": "^12.2.0", "@angular/core": "^12.2.0", From 28b21ebbd7b7a59ff7f8cf5ccc95708d3bd56774 Mon Sep 17 00:00:00 2001 From: jabali2004 <32802935+jabali2004@users.noreply.github.com> Date: Tue, 16 Nov 2021 22:28:02 +0100 Subject: [PATCH 2/2] update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd697e..88214fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,12 @@ 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.8 (2021-11-16) +### [0.0.8](https://github.com/jabali2004/ngx-formulus/compare/v0.0.7...v0.0.8) (2021-11-16) + + +### Features + +* **form-service:** add basic formService ([5c31d9b](https://github.com/jabali2004/ngx-formulus/commit/5c31d9b2b06afea7342c361348e0add8fd452b0d)) ### Bug Fixes