Skip to content

Commit 3b0c84c

Browse files
chore(release): 0.0.1-dev.2
1 parent 186d9e7 commit 3b0c84c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.0.1-dev.2
2+
3+
* Update intl version to 0.18.0
4+
* Update constraints to Flutter 3.10
5+
* `FormBuilderCupertinoTextField`: Added contentInsertionConfiguration property
6+
17
## 0.0.1-dev.1
28

39
* Launch first version

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ packages:
8989
path: ".."
9090
relative: true
9191
source: path
92-
version: "0.0.1-dev.1"
92+
version: "0.0.1-dev.2"
9393
intl:
9494
dependency: transitive
9595
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_cupertino_fields
22
description: Additional form inputs fields with Cupertino style for flutter_form_builder package
3-
version: 0.0.1-dev.1
3+
version: 0.0.1-dev.2
44
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues
66
homepage: https://github.com/flutter-form-builder-ecosystem

0 commit comments

Comments
 (0)