Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2023-07-31)

### Bug Fixes

* generate a custom controller getter per field ([548922e](548922e))
* update `isFormValid` behavior ([92f0ed3](92f0ed3))
* update form and validation data on sync ([d576843](d576843))
* validate form on non text field change ([c17a431](c17a431))

### Features

* add hasAnyValidationMessage getter ([d2cfa40](d2cfa40))
  • Loading branch information
semantic-release-bot committed Jul 31, 2023
1 parent 4039be6 commit 3236efd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.5.0](https://github.com/Stacked-Org/generator/compare/v1.4.0...v1.5.0) (2023-07-31)


### Bug Fixes

* generate a custom controller getter per field ([548922e](https://github.com/Stacked-Org/generator/commit/548922e0e0fba0fe15c506deded02d20e3e8fb8b))
* update `isFormValid` behavior ([92f0ed3](https://github.com/Stacked-Org/generator/commit/92f0ed32819e2e2a876f6289b4b9920edca64594))
* update form and validation data on sync ([d576843](https://github.com/Stacked-Org/generator/commit/d576843a5d059cd98f6da2bb342f42a221b75813))
* validate form on non text field change ([c17a431](https://github.com/Stacked-Org/generator/commit/c17a431b0d843c495f6cbfcec31ef5fef163958f))


### Features

* add hasAnyValidationMessage getter ([d2cfa40](https://github.com/Stacked-Org/generator/commit/d2cfa40bf11977bab6f051f42d98880cd4858882))

# [1.4.0](https://github.com/Stacked-Org/generator/compare/v1.3.3...v1.4.0) (2023-06-26)


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stacked_generator
description: Stacked Generator is a package dedicated to reduce the boilerplate required to setup a stacked application
version: 1.4.0
version: 1.5.0
homepage: https://github.com/FilledStacks/stacked/tree/master/packages/stacked_generator

environment:
Expand Down

0 comments on commit 3236efd

Please sign in to comment.