Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvandenbosch committed Sep 30, 2024
1 parent 4182aea commit a0b569a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [9.2.8]

- Fix phone number format for some countries

## [9.2.7]

- added Slovak localization
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,15 @@ packages:
path: ".."
relative: true
source: path
version: "9.2.6"
version: "9.2.7"
phone_numbers_parser:
dependency: transitive
description:
name: phone_numbers_parser
sha256: af2fe52aaa3d9f8f44be3a5d0b9b49a1811133fc9f746e7be2d8ddf0fe46044a
sha256: af9756bdf9bd7e8f7a5af0c2e769e2ac9aad35418c06598dc18d19cdf4de00dc
url: "https://pub.dev"
source: hosted
version: "9.0.0"
version: "9.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: phone_form_field
description: Flutter phone input integrated with flutter internationalization
version: 9.2.7
version: 9.2.8
homepage: https://github.com/cedvdb/phone_form_field

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
intl: ">=0.18.0 <=1.0.0"
flutter_country_selector: ^1.0.12
circle_flags: ^5.0.0
phone_numbers_parser: ^9.0.0
phone_numbers_parser: ^9.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit a0b569a

Please sign in to comment.