From 07b787a6fc1a26d7a865a2833bf4fad42a7c12b8 Mon Sep 17 00:00:00 2001 From: Joan Pablo Date: Fri, 10 May 2024 17:39:13 -0400 Subject: [PATCH] Release 17.0.1 --- CHANGELOG.md | 2 +- README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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: