Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 6fcf22a

Browse files
chore(release): 2.0.0-dev.1
1 parent efab480 commit 6fcf22a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
## 1.1.0
1+
## 2.0.0-dev.1
2+
3+
### BREAKING CHANGE
4+
5+
- iOS podfile now needs to be updated since PhoneNumberKit no longer updates cocoapods. Take a look on [setup](https://github.com/flutter-form-builder-ecosystem/phone_number#setup)
6+
- Update Flutter constrains to >= 3.10
7+
8+
### Improvements
29

310
- Bumps PhoneNumberKit to v3.5.8
411
- Bumps libphonenumber to v8.13.10
5-
- iOS podfile now needs to be updated since PhoneNumberKit no longer updates cocoapods
12+
- Fix warning for constant variable `regionCode` on Swift
613

714
## 1.0.0
815

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: phone_number
22
description: Flutter plugin for parsing, formatting and validating international
33
phone numbers.
4-
version: 1.0.0
4+
version: 2.0.0-dev.1
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
repository: https://github.com/flutter-form-builder-ecosystem/phone_number
77
issues: https://github.com/flutter-form-builder-ecosystem/phone_number/issues

0 commit comments

Comments
 (0)