From 737667a7789f4f664e60ed7923358eb6aba42f4e Mon Sep 17 00:00:00 2001
From: Sebastian Podjasek <sebastian.podjasek@intelliway.pl>
Date: Thu, 6 Jun 2024 10:57:28 +0200
Subject: [PATCH] chore: publish packages

 - flutter_password_scoring@0.1.0
---
 CHANGELOG.md                                  | 21 +++++++++++++++++++
 .../flutter_password_scoring/CHANGELOG.md     |  6 ++++++
 .../flutter_password_scoring/pubspec.yaml     |  2 +-
 3 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3096ca9..46214a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,27 @@
 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:
+
+ - [`flutter_password_scoring` - `v0.1.0`](#flutter_password_scoring---v010)
+
+Packages with other changes:
+
+ - There are no other changes in this release.
+
+---
+
+#### `flutter_password_scoring` - `v0.1.0`
+
+ - **BREAKING** **FEAT**: add default foreground handler. ([eab329d5](https://github.com/inway/dart_zxcvbn/commit/eab329d508bb16826cfa4c6056e0a84d9815b037))
+
+
 ## 2024-06-04
 
 ### Changes
diff --git a/packages/flutter_password_scoring/CHANGELOG.md b/packages/flutter_password_scoring/CHANGELOG.md
index ccf7e41..19b6152 100644
--- a/packages/flutter_password_scoring/CHANGELOG.md
+++ b/packages/flutter_password_scoring/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 0.1.0
+
+> Note: This release has breaking changes.
+
+ - **BREAKING** **FEAT**: add default foreground handler. ([eab329d5](https://github.com/inway/dart_zxcvbn/commit/eab329d508bb16826cfa4c6056e0a84d9815b037))
+
 ## 0.0.2+3
 
  - Update a dependency to the latest release.
diff --git a/packages/flutter_password_scoring/pubspec.yaml b/packages/flutter_password_scoring/pubspec.yaml
index 326dc7a..ec96b2a 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.0.2+3
+version: 0.1.0
 homepage: https://github.com/inway/dart_zxcvbn
 repository: https://github.com/inway/dart_zxcvbn