From f80c7202b63784a7e2880aa37c30a28c38a7bd4c Mon Sep 17 00:00:00 2001 From: Rafael Amizes Date: Fri, 23 Aug 2024 17:41:31 -0300 Subject: [PATCH] release: version 1.1.1 --- CHANGELOG.md | 2 ++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c38dc5c..7a4bd38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Dart Package Versioning](https://dart.dev/tools/pub ## [Unreleased] +## [1.1.1] - 2024-08-23 + - Bump up dependencies. - Stricter linting rules. - Example app tested and running on multiple platforms: Android, IOS, Web and MacOS. diff --git a/example/pubspec.lock b/example/pubspec.lock index 2fcea3d..e8eae2c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -65,7 +65,7 @@ packages: path: ".." relative: true source: path - version: "1.1.0" + version: "1.1.1" leak_tracker: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 28c8779..b578b68 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: formdator description: A collection of form field validators that can be selected and grouped into various combinations through composition — Decorator Pattern. -version: 1.1.0 +version: 1.1.1 homepage: https://dartoos.dev repository: https://github.com/dartoos-dev/formdator