From eb72efada6bb22b6420bbf8aee4855a8cae0683e Mon Sep 17 00:00:00 2001 From: juicycleff Date: Tue, 27 May 2025 22:51:34 +0000 Subject: [PATCH] chore(release): prepare release 0.7.0 --- CHANGELOG.md | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2050400..367b745 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,51 +1,46 @@ -## [0.4.1](https://github.com/juicycleff/smartform/compare/v0.4.0...v0.4.1) (2025-05-05) +# [0.7.0](https://github.com/juicycleff/smartform/compare/v0.6.1...v0.7.0) (2025-05-27) -### Bug Fixes +### Features -* fixed malformed form type ([9008f52](https://github.com/juicycleff/smartform/commit/9008f52f05e10d74690fd0d22026b7957c93b2bf)) +* implemented react forms ([2c417ef](https://github.com/juicycleff/smartform/commit/2c417ef29ddabfb6dd8cde8517437f3d9bf58feb)) +* implemented react forms ([f9c1903](https://github.com/juicycleff/smartform/commit/f9c19033a1cc1e3b5a34ab771164f916ec24c904)) -# [0.4.0](https://github.com/juicycleff/smartform/compare/v0.3.0...v0.4.0) (2025-04-22) +## [0.6.1](https://github.com/juicycleff/smartform/compare/v0.6.0...v0.6.1) (2025-05-20) -### Features +### Bug Fixes -* add pnpm lockfile for dependency management ([93d4f4b](https://github.com/juicycleff/smartform/commit/93d4f4bd2e9aaafc443b5cc9a6d837d6502733c3)) +* added default ids for auth fields. ([7f6ac76](https://github.com/juicycleff/smartform/commit/7f6ac761e1a029b8bed9cdac1d9e280eef05552a)) -# [0.3.0](https://github.com/juicycleff/smartform/compare/v0.2.0...v0.3.0) (2025-04-10) +# [0.6.0](https://github.com/juicycleff/smartform/compare/v0.5.0...v0.6.0) (2025-05-20) ### Features -* add workflows for conventional commit checks and release ([66d24d8](https://github.com/juicycleff/smartform/commit/66d24d807ca3042f42a53f3d92727e78c278ba66)) +* added template engine support ([4cb1ee4](https://github.com/juicycleff/smartform/commit/4cb1ee429667dea503ebf1cbf4ea06a5974c848d)) -# [0.2.0](https://github.com/juicycleff/smartform/compare/v0.1.0...v0.2.0) (2025-04-10) +# [0.5.0](https://github.com/juicycleff/smartform/compare/v0.4.1...v0.5.0) (2025-05-13) ### Features -* add workflows for conventional commit checks and release ([d85ecae](https://github.com/juicycleff/smartform/commit/d85ecaeb18866ae4ab8be2d503d1d460b85d1328)) +* added multiline ([2a836ac](https://github.com/juicycleff/smartform/commit/2a836ac799967bdaf9e08f1ccdddd8de44e9f266)) -# [0.1.0](https://github.com/juicycleff/smartform/compare/f1f6503b6af68a5d0d956e264b4e8e5c364a624c...v0.1.0) (2025-04-10) +## [0.4.1](https://github.com/juicycleff/smartform/compare/v0.4.0...v0.4.1) (2025-05-05) ### Bug Fixes -* handle json encoding errors in API responses ([f1f6503](https://github.com/juicycleff/smartform/commit/f1f6503b6af68a5d0d956e264b4e8e5c364a624c)) - - -### Features - -* add workflows for conventional commit checks and release ([86e03ff](https://github.com/juicycleff/smartform/commit/86e03ffc78db10082c99b3ef9721476dafc94e0a)) -* add workflows for conventional commit checks and release ([538055c](https://github.com/juicycleff/smartform/commit/538055c87d71c523984fd3e326cb3252abf398f8)) +* fixed malformed form type ([9008f52](https://github.com/juicycleff/smartform/commit/9008f52f05e10d74690fd0d22026b7957c93b2bf))