diff --git a/CHANGELOG.md b/CHANGELOG.md index cfea99c..d872b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index b9eaa6a..caa8453 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 383e6c7..96b181f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: