From abdb43faa244583da672fb2602ae15853b43e117 Mon Sep 17 00:00:00 2001 From: Sebastian Podjasek Date: Thu, 6 Jun 2024 12:58:33 +0200 Subject: [PATCH] chore: publish packages - flutter_password_scoring@0.2.0+1 --- CHANGELOG.md | 22 +++++++++++++++++++ .../flutter_password_scoring/CHANGELOG.md | 5 +++++ .../flutter_password_scoring/pubspec.yaml | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65a5de6..f5c0a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-06-06 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_password_scoring` - `v0.2.0+1`](#flutter_password_scoring---v0201) + +--- + +#### `flutter_password_scoring` - `v0.2.0+1` + + - **FIX**(docs): update README.md for flutter_password_scoring. ([097bab2b](https://github.com/inway/dart_zxcvbn/commit/097bab2b637f434ecc908e4b06889ea691715375)) + - **FIX**(example): don't use late modifier, use empty password instead. ([a8a19d2d](https://github.com/inway/dart_zxcvbn/commit/a8a19d2d39559861a223d2d358a6eece42bd6acc)) + + ## 2024-06-06 ### Changes diff --git a/packages/flutter_password_scoring/CHANGELOG.md b/packages/flutter_password_scoring/CHANGELOG.md index a6710d8..9705382 100644 --- a/packages/flutter_password_scoring/CHANGELOG.md +++ b/packages/flutter_password_scoring/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.2.0+1 + + - **FIX**(docs): update README.md for flutter_password_scoring. ([097bab2b](https://github.com/inway/dart_zxcvbn/commit/097bab2b637f434ecc908e4b06889ea691715375)) + - **FIX**(example): don't use late modifier, use empty password instead. ([a8a19d2d](https://github.com/inway/dart_zxcvbn/commit/a8a19d2d39559861a223d2d358a6eece42bd6acc)) + ## 0.2.0 > Note: This release has breaking changes. diff --git a/packages/flutter_password_scoring/pubspec.yaml b/packages/flutter_password_scoring/pubspec.yaml index f0f7038..98c9314 100644 --- a/packages/flutter_password_scoring/pubspec.yaml +++ b/packages/flutter_password_scoring/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_password_scoring description: Helper library to score password strength with `dart_zxcvbn` and provide suggestions for improvement. -version: 0.2.0 +version: 0.2.0+1 homepage: https://github.com/inway/dart_zxcvbn repository: https://github.com/inway/dart_zxcvbn