From f76520d12323f6ce4960d263eba15d4ec69c0ada Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Feb 2022 22:00:34 +0000 Subject: [PATCH] chore(release): 5.4.0 [skip ci] # [5.4.0](https://github.com/Jaspero/schema-forms/compare/@jaspero/form-builder@5.3.1...@jaspero/form-builder@5.4.0) (2022-02-11) ### Bug Fixes * better naming conventions for uploaded files [#77](https://github.com/Jaspero/schema-forms/issues/77) ([44c3a9d](https://github.com/Jaspero/schema-forms/commit/44c3a9d46d374ad0e298b3afdc46fd02345bfdb5)) ### Features * **page-builder:** connected save methods [#77](https://github.com/Jaspero/schema-forms/issues/77) ([b8a1730](https://github.com/Jaspero/schema-forms/commit/b8a173050fc390fd2eef5e1af2b760bdb0dbd322)) * refactored all fields to use new save method approach ([6e20934](https://github.com/Jaspero/schema-forms/commit/6e209348b00763118144be107f74243f531bfda8)) * **form-builder:** forwarding formId and parentForm to segments and fields ([918454d](https://github.com/Jaspero/schema-forms/commit/918454d89fdcc6e9531bf98f9f2f175633111394)) * **form-builder:** processing method on file component working :tada: [#77](https://github.com/Jaspero/schema-forms/issues/77) ([af89035](https://github.com/Jaspero/schema-forms/commit/af89035fea64143864d7098896a5130118017acc)) * **form-builder:** refactored save method [#77](https://github.com/Jaspero/schema-forms/issues/77) ([fc8ca71](https://github.com/Jaspero/schema-forms/commit/fc8ca71326e0ddb6e4147218dcb2172bd1e39235)) --- projects/form-builder/CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/projects/form-builder/CHANGELOG.md b/projects/form-builder/CHANGELOG.md index 18a76ea8..42138ec9 100644 --- a/projects/form-builder/CHANGELOG.md +++ b/projects/form-builder/CHANGELOG.md @@ -1,3 +1,19 @@ +# @jaspero/form-builder [5.4.0](https://github.com/Jaspero/schema-forms/compare/@jaspero/form-builder@5.3.1...@jaspero/form-builder@5.4.0) (2022-02-11) + + +### Bug Fixes + +* better naming conventions for uploaded files [#77](https://github.com/Jaspero/schema-forms/issues/77) ([44c3a9d](https://github.com/Jaspero/schema-forms/commit/44c3a9d46d374ad0e298b3afdc46fd02345bfdb5)) + + +### Features + +* **page-builder:** connected save methods [#77](https://github.com/Jaspero/schema-forms/issues/77) ([b8a1730](https://github.com/Jaspero/schema-forms/commit/b8a173050fc390fd2eef5e1af2b760bdb0dbd322)) +* refactored all fields to use new save method approach ([6e20934](https://github.com/Jaspero/schema-forms/commit/6e209348b00763118144be107f74243f531bfda8)) +* **form-builder:** forwarding formId and parentForm to segments and fields ([918454d](https://github.com/Jaspero/schema-forms/commit/918454d89fdcc6e9531bf98f9f2f175633111394)) +* **form-builder:** processing method on file component working :tada: [#77](https://github.com/Jaspero/schema-forms/issues/77) ([af89035](https://github.com/Jaspero/schema-forms/commit/af89035fea64143864d7098896a5130118017acc)) +* **form-builder:** refactored save method [#77](https://github.com/Jaspero/schema-forms/issues/77) ([fc8ca71](https://github.com/Jaspero/schema-forms/commit/fc8ca71326e0ddb6e4147218dcb2172bd1e39235)) + ## @jaspero/form-builder [5.3.1](https://github.com/Jaspero/schema-forms/compare/@jaspero/form-builder@5.3.0...@jaspero/form-builder@5.3.1) (2022-02-08)