Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
SPodjasek committed May 16, 2024
1 parent 2154249 commit c1566b3
Show file tree
Hide file tree
Showing 12 changed files with 98 additions and 11 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,48 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-16

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`dart_zxcvbn` - `v0.1.0+3`](#dart_zxcvbn---v0103)
- [`dart_zxcvbn_language_common` - `v0.1.0+3`](#dart_zxcvbn_language_common---v0103)
- [`dart_zxcvbn_language_en` - `v0.1.0+3`](#dart_zxcvbn_language_en---v0103)
- [`dart_zxcvbn_language_pl` - `v0.1.0+3`](#dart_zxcvbn_language_pl---v0103)
- [`flutter_password_scoring` - `v0.0.2+2`](#flutter_password_scoring---v0022)

---

#### `dart_zxcvbn` - `v0.1.0+3`

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

#### `dart_zxcvbn_language_common` - `v0.1.0+3`

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

#### `dart_zxcvbn_language_en` - `v0.1.0+3`

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

#### `dart_zxcvbn_language_pl` - `v0.1.0+3`

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

#### `flutter_password_scoring` - `v0.0.2+2`

- **DOCS**: fix typo. ([7c4acda7](https://github.com/inway/dart_zxcvbn/commit/7c4acda71ae355a05c2e8d4882211ce72e16fbac))
- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))


## 2023-09-06

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/dart_zxcvbn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

## 0.1.0+2

- **DOCS**: add info about related packages. ([9375bea2](https://github.com/inway/dart_zxcvbn/commit/9375bea256001850d7dcf89e4a8347da68666839))
Expand Down
6 changes: 3 additions & 3 deletions packages/dart_zxcvbn/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_zxcvbn
description: A port of @zxcvbn-ts/zxcvbn to Dart. It provides a reasonable password strength estimator.
version: 0.1.0+2
version: 0.1.0+3
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

Expand All @@ -11,6 +11,6 @@ dependencies:
collection: ^1.17.0

dev_dependencies:
dart_zxcvbn_language_common: ^0.1.0+2
dart_zxcvbn_language_en: ^0.1.0+2
dart_zxcvbn_language_common: ^0.1.0+3
dart_zxcvbn_language_en: ^0.1.0+3
test: ^1.21.0
4 changes: 4 additions & 0 deletions packages/dart_zxcvbn_language_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

## 0.1.0+2

- **DOCS**: add info about related packages. ([9375bea2](https://github.com/inway/dart_zxcvbn/commit/9375bea256001850d7dcf89e4a8347da68666839))
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_zxcvbn_language_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dart_zxcvbn_language_common
description: The common language package for dart_zxcvbn package specifying untranslated messages keys.
version: 0.1.0+2
version: 0.1.0+3
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_zxcvbn: ^0.1.0+2
dart_zxcvbn: ^0.1.0+3

dev_dependencies:
dart_zxcvbn_tools: ^0.0.1+4
Expand Down
4 changes: 4 additions & 0 deletions packages/dart_zxcvbn_language_en/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

## 0.1.0+2

- **DOCS**: add info about related packages. ([9375bea2](https://github.com/inway/dart_zxcvbn/commit/9375bea256001850d7dcf89e4a8347da68666839))
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_zxcvbn_language_en/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dart_zxcvbn_language_en
description: The English language package for dart_zxcvbn, provides translated messages and dictionaries.
version: 0.1.0+2
version: 0.1.0+3
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_zxcvbn: ^0.1.0+2
dart_zxcvbn: ^0.1.0+3
intl: any

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/dart_zxcvbn_language_pl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.0+3

- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

## 0.1.0+2

- **DOCS**: add info about related packages. ([9375bea2](https://github.com/inway/dart_zxcvbn/commit/9375bea256001850d7dcf89e4a8347da68666839))
Expand Down
4 changes: 2 additions & 2 deletions packages/dart_zxcvbn_language_pl/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dart_zxcvbn_language_pl
description: The Polish language package for dart_zxcvbn, provides translated messages and dictionaries.
version: 0.1.0+2
version: 0.1.0+3
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_zxcvbn: ^0.1.0+2
dart_zxcvbn: ^0.1.0+3
intl: any

dev_dependencies:
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.0.2+2

- **DOCS**: fix typo. ([7c4acda7](https://github.com/inway/dart_zxcvbn/commit/7c4acda71ae355a05c2e8d4882211ce72e16fbac))
- **DOCS**: use absolute urls for readme links. ([cffa4e6b](https://github.com/inway/dart_zxcvbn/commit/cffa4e6b2c5718c169b15758650a8a5108776395))

## 0.0.2+1

- **FIX**: remove static modifier from controller. ([6ff6182a](https://github.com/inway/dart_zxcvbn/commit/6ff6182a23e68ac16e1ff1523785285a9ff4d4da))
Expand Down
24 changes: 24 additions & 0 deletions packages/flutter_password_scoring/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: example
description: "An example showing password scoring."
publish_to: "none"
version: 0.1.0

environment:
sdk: ">=3.2.0 <4.0.0"

dependencies:
flutter:
sdk: flutter
flutter_password_scoring:
path: ../
dart_zxcvbn: ^0.1.0+3
dart_zxcvbn_language_common: ^0.1.0+3
dart_zxcvbn_language_en: ^0.1.0+3

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0

flutter:
uses-material-design: true
4 changes: 2 additions & 2 deletions 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.0.2+1
version: 0.0.2+2
homepage: https://github.com/inway/dart_zxcvbn
repository: https://github.com/inway/dart_zxcvbn

Expand All @@ -9,7 +9,7 @@ environment:
flutter: ">=3.0.0"

dependencies:
dart_zxcvbn: ^0.1.0+2
dart_zxcvbn: ^0.1.0+3
flutter:
sdk: flutter

Expand Down

0 comments on commit c1566b3

Please sign in to comment.