Skip to content

Commit cd1132c

Browse files
Merge pull request #10 from flutter-form-builder-ecosystem/release/1.2.0
Release/1.2.0
2 parents 49feebc + 24e8a72 commit cd1132c

File tree

5 files changed

+16
-28
lines changed

5 files changed

+16
-28
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/base.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
PUB_DEV_PUBLISH_ACCESS_TOKEN: ${{ secrets.PUB_DEV_PUBLISH_ACCESS_TOKEN }}
7676
PUB_DEV_PUBLISH_REFRESH_TOKEN: ${{ secrets.PUB_DEV_PUBLISH_REFRESH_TOKEN }}
7777
run: |
78-
sh ./tools/pub_login.sh
78+
sh ./tool/pub_login.sh
7979
- name: Publish package
80-
run: |
81-
pushd packages/form_builder_phone_field
82-
dart pub publish -v -f
80+
run: dart pub publish -v -f

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
1+
## [1.2.0] - 12-Jul-2022
2+
3+
* Move repository
4+
* Update dependencies
5+
16
## [1.1.0] - 23-Jun-2022
7+
28
* Added property iconSelector
39

410
## [1.0.0] - 15-Jun-2022
11+
512
* Added web support
613

714
## [1.0.0-beta.0] - 07-Sep-2021
15+
816
* Compatibility with `flutter_form_builder` ^7.*
917

1018
## [0.3.0] - 07-Sep-2021
19+
1120
* Compatibility with `flutter_form_builder` ^6.*
1221
* **BREAKING CHANGES:** Upgrade to `phone_number` v0.12.0
1322

1423
## [0.2.0] - 18-Mar-2021
24+
1525
* Flutter 2 compatibility
1626

17-
## [0.1.0] - 30-Dec-2020
27+
## [0.1.0] - 30-Dec-2022
28+
1829
* Initial release.

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ packages:
9292
path: ".."
9393
relative: true
9494
source: path
95-
version: "1.1.0"
95+
version: "1.2.0"
9696
form_builder_validators:
9797
dependency: "direct main"
9898
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: form_builder_phone_field
22
description: International phone number field for FlutterFormBuilder package
3-
version: 1.1.0
3+
version: 1.2.0
44
homepage: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues
66

0 commit comments

Comments
 (0)