From ca08ee352570778d3428e5f212ecdc24871ea0d9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 Feb 2023 13:15:02 +0000 Subject: [PATCH] chore(release): 1.0.8 ## [1.0.8](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.0.7...v1.0.8) (2023-02-28) ### Bug Fixes * checkboxField without params ([f264619](https://github.com/MiroslavPetrik/form-atoms-field/commit/f264619357db66ae9c753e98d73dd035a37c2761)) * field error default children & field prop id as atom key ([ae3eaf6](https://github.com/MiroslavPetrik/form-atoms-field/commit/ae3eaf6fbdd759ad3acf109fedf43142af15824b)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9fa391..0bdddd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.0.8](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.0.7...v1.0.8) (2023-02-28) + + +### Bug Fixes + +* checkboxField without params ([f264619](https://github.com/MiroslavPetrik/form-atoms-field/commit/f264619357db66ae9c753e98d73dd035a37c2761)) +* field error default children & field prop id as atom key ([ae3eaf6](https://github.com/MiroslavPetrik/form-atoms-field/commit/ae3eaf6fbdd759ad3acf109fedf43142af15824b)) + ## [1.0.7](https://github.com/MiroslavPetrik/form-atoms-field/compare/v1.0.6...v1.0.7) (2023-02-28)