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 097bab2 commit abdb43f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_password_scoring/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.2.0
version: 0.2.0+1
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

Expand Down

0 comments on commit abdb43f

Please sign in to comment.