Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SPodjasek committed Jun 6, 2024
1 parent 2b3f96e commit c67f52e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0`](#flutter_password_scoring---v020)

Packages with other changes:

- There are no other changes in this release.

---

#### `flutter_password_scoring` - `v0.2.0`

- **BREAKING** **FEAT**: support user inputs & options override. ([12b105b4](https://github.com/inway/dart_zxcvbn/commit/12b105b447500dbfd69b87f1a3066794944e323a))


## 2024-06-06

### Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_password_scoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0

> Note: This release has breaking changes.
- **BREAKING** **FEAT**: support user inputs & options override. ([12b105b4](https://github.com/inway/dart_zxcvbn/commit/12b105b447500dbfd69b87f1a3066794944e323a))

## 0.1.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/flutter_password_scoring/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.1.0
version: 0.2.0
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

Expand Down

0 comments on commit c67f52e

Please sign in to comment.