File tree Expand file tree Collapse file tree 5 files changed +16
-28
lines changed Expand file tree Collapse file tree 5 files changed +16
-28
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 75
75
PUB_DEV_PUBLISH_ACCESS_TOKEN : ${{ secrets.PUB_DEV_PUBLISH_ACCESS_TOKEN }}
76
76
PUB_DEV_PUBLISH_REFRESH_TOKEN : ${{ secrets.PUB_DEV_PUBLISH_REFRESH_TOKEN }}
77
77
run : |
78
- sh ./tools /pub_login.sh
78
+ sh ./tool /pub_login.sh
79
79
- 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
Original file line number Diff line number Diff line change
1
+ ## [ 1.2.0] - 12-Jul-2022
2
+
3
+ * Move repository
4
+ * Update dependencies
5
+
1
6
## [ 1.1.0] - 23-Jun-2022
7
+
2
8
* Added property iconSelector
3
9
4
10
## [ 1.0.0] - 15-Jun-2022
11
+
5
12
* Added web support
6
13
7
14
## [ 1.0.0-beta.0] - 07-Sep-2021
15
+
8
16
* Compatibility with ` flutter_form_builder ` ^7.*
9
17
10
18
## [ 0.3.0] - 07-Sep-2021
19
+
11
20
* Compatibility with ` flutter_form_builder ` ^6.*
12
21
* ** BREAKING CHANGES:** Upgrade to ` phone_number ` v0.12.0
13
22
14
23
## [ 0.2.0] - 18-Mar-2021
24
+
15
25
* Flutter 2 compatibility
16
26
17
- ## [ 0.1.0] - 30-Dec-2020
27
+ ## [ 0.1.0] - 30-Dec-2022
28
+
18
29
* Initial release.
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ packages:
92
92
path: ".."
93
93
relative: true
94
94
source: path
95
- version: "1.1 .0"
95
+ version: "1.2 .0"
96
96
form_builder_validators:
97
97
dependency: "direct main"
98
98
description:
Original file line number Diff line number Diff line change 1
1
name : form_builder_phone_field
2
2
description : International phone number field for FlutterFormBuilder package
3
- version : 1.1 .0
3
+ version : 1.2 .0
4
4
homepage : https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field
5
5
issue_tracker : https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues
6
6
You can’t perform that action at this time.
0 commit comments