diff --git a/CHANGELOG.md b/CHANGELOG.md index 7478c58..316e1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,4 +54,8 @@ ## 5.0.5 - January 12th 2023 -- Expose translations \ No newline at end of file +- Expose translations + +## 5.0.6 - January 12th 2023 + +- `flutter_input_library` datetime validator fix \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index e7dec76..7de5f88 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -61,16 +61,16 @@ packages: path: ".." relative: true source: path - version: "5.0.5" + version: "5.0.6" flutter_input_library: dependency: transitive description: path: "." - ref: "1.0.3" - resolved-ref: "159e5723b993723751aedd3e1b838b3066ec229c" + ref: "1.0.4" + resolved-ref: "2832867b63e57b4d655f77d83d910293357c10dd" url: "https://github.com/Iconica-Development/flutter_input_library" source: git - version: "1.0.3" + version: "1.0.4" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 6ebc693..4e32b3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_form_wizard description: A new Flutter package project. -version: 5.0.5 +version: 5.0.6 homepage: https://github.com/Iconica-Development/flutter_form_wizard publish_to: none @@ -20,7 +20,7 @@ dependencies: flutter_input_library: git: url: https://github.com/Iconica-Development/flutter_input_library - ref: 1.0.3 + ref: 1.0.4 dev_dependencies: flutter_test: