Skip to content

Commit

Permalink
Merge tag '17.0.1' into develop
Browse files Browse the repository at this point in the history
17.0.1
  • Loading branch information
joanpablo committed May 10, 2024
2 parents 7e56f8c + 31e3018 commit aaf293f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 17.0.0+1
# 17.0.1

- Reduce `intl` dependency constraint to match Flutter 3.16.0.
- NumberValidator allows null values.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies:
flutter:
sdk: flutter

reactive_forms: ^17.0.0
reactive_forms: ^17.0.1
```
Then run the command `flutter packages get` on the console.
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: reactive_forms
description: This is a model-driven approach to handling form inputs and validations, heavily inspired in Angular Reactive Forms.
version: 17.0.0+1
version: 17.0.1
homepage: "https://github.com/joanpablo/reactive_forms"

environment:
Expand Down

0 comments on commit aaf293f

Please sign in to comment.