Skip to content

Commit

Permalink
chore(release): 0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [0.5.0](v0.4.0...v0.5.0) (2024-03-20)

### Features

* add numeric fieldset ([1f6fec0](1f6fec0))
* add NumericFieldsetFormField ([41ce6d0](41ce6d0))

### Bug Fixes

* resolve issue with RequiredFormFieldValue ([bb2022b](bb2022b))

# [0.5.0](v0.4.0...v0.5.0) (2024-03-20)

### Bug Fixes

* resolve issue with RequiredFormFieldValue ([bb2022b](bb2022b))

### Features

* add numeric fieldset ([1f6fec0](1f6fec0))
* add NumericFieldsetFormField ([41ce6d0](41ce6d0))
  • Loading branch information
semantic-release-bot committed Mar 20, 2024
1 parent 1aaf4e7 commit e8736f4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
Changelog

## [0.5.0](https://github.com/DouglasNeuroInformatics/libui-form-types/compare/v0.4.0...v0.5.0) (2024-03-20)


### Features

* add numeric fieldset ([1f6fec0](https://github.com/DouglasNeuroInformatics/libui-form-types/commit/1f6fec03cae03670940dd46c2f566d3ab9183319))
* add NumericFieldsetFormField ([41ce6d0](https://github.com/DouglasNeuroInformatics/libui-form-types/commit/41ce6d05ed2eb6c55b344dac7e391247200e5243))


### Bug Fixes

* resolve issue with RequiredFormFieldValue ([bb2022b](https://github.com/DouglasNeuroInformatics/libui-form-types/commit/bb2022b7221e4a906d7b8b1531cb2b6f80b48f25))



# [0.5.0](https://github.com/DouglasNeuroInformatics/libui-form-types/compare/v0.4.0...v0.5.0) (2024-03-20)


### Bug Fixes

* resolve issue with RequiredFormFieldValue ([bb2022b](https://github.com/DouglasNeuroInformatics/libui-form-types/commit/bb2022b7221e4a906d7b8b1531cb2b6f80b48f25))


### Features

* add numeric fieldset ([1f6fec0](https://github.com/DouglasNeuroInformatics/libui-form-types/commit/1f6fec03cae03670940dd46c2f566d3ab9183319))
* add NumericFieldsetFormField ([41ce6d0](https://github.com/DouglasNeuroInformatics/libui-form-types/commit/41ce6d05ed2eb6c55b344dac7e391247200e5243))

## [0.4.0](https://github.com/DouglasNeuroInformatics/libui-form-types/compare/v0.3.1...v0.4.0) (2024-03-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@douglasneuroinformatics/libui-form-types",
"type": "module",
"version": "0.4.0",
"version": "0.5.0",
"packageManager": "pnpm@8.15.3",
"description": "Type declarations for the declarative form component in libui",
"author": {
Expand Down

0 comments on commit e8736f4

Please sign in to comment.