Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-02-21)

### Bug Fixes

* chakra-ui/checkbox ([33b12cf](33b12cf))
* number input controlled & clearable ([fde3331](fde3331))
* optional checkbox ([153a710](153a710))
* rating field 0 by default ([0b739e4](0b739e4))
* shorten fieldAtoms to fields in array field ([5dac894](5dac894))

### Features

* array field with empty message ([b38106e](b38106e)), closes [#1](#1)
* multiselect & flowbite checkboxgroup ([d3a5a6f](d3a5a6f))
* use field with validation ([ae08fb0](ae08fb0))
  • Loading branch information
semantic-release-bot committed Feb 21, 2023
1 parent 112aa31 commit a80b7db
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 1.0.0 (2023-02-21)


### Bug Fixes

* chakra-ui/checkbox ([33b12cf](https://github.com/MiroslavPetrik/form-atoms-field/commit/33b12cf158778db7d5b18d1f284ed3701998910f))
* number input controlled & clearable ([fde3331](https://github.com/MiroslavPetrik/form-atoms-field/commit/fde3331da4c1d617511e5cc5a8e28f868eca3b35))
* optional checkbox ([153a710](https://github.com/MiroslavPetrik/form-atoms-field/commit/153a7100bb4e686152e964a2bec4966ec7de7bb3))
* rating field 0 by default ([0b739e4](https://github.com/MiroslavPetrik/form-atoms-field/commit/0b739e4351349c94bc105d40c2313672aa5d4bca))
* shorten fieldAtoms to fields in array field ([5dac894](https://github.com/MiroslavPetrik/form-atoms-field/commit/5dac8943b113a159913dbdc87978ea5be1bc3753))


### Features

* array field with empty message ([b38106e](https://github.com/MiroslavPetrik/form-atoms-field/commit/b38106e88d3207784c5e81fc356a130b1e633f50)), closes [#1](https://github.com/MiroslavPetrik/form-atoms-field/issues/1)
* multiselect & flowbite checkboxgroup ([d3a5a6f](https://github.com/MiroslavPetrik/form-atoms-field/commit/d3a5a6fac90ece1fec0832615323153baf2cd33b))
* use field with validation ([ae08fb0](https://github.com/MiroslavPetrik/form-atoms-field/commit/ae08fb05196af9cb7818a3e5a673d73d59c455b6))

# 1.0.0-next.1 (2023-02-21)


Expand Down

0 comments on commit a80b7db

Please sign in to comment.