Skip to content

Commit 110a53e

Browse files
chore(release): 0.4.0
1 parent 90dff0c commit 110a53e

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.0
2+
3+
* Set minimal Flutter version to 3.24.0
4+
* Set minimal Dart version to 3.5.0
5+
16
# 0.3.0
27

38
* `FormBuilderCupertinoTextField` add placeholder and placeholderStyle

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.2.1"
92+
version: "0.3.0"
9393
intl:
9494
dependency: transitive
9595
description:

example/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
55
version: 1.0.0+1
66

77
environment:
8-
sdk: '>=3.4.0 <4.0.0'
9-
flutter: ">=3.22.0"
8+
sdk: '>=3.5.0 <4.0.0'
9+
flutter: ">=3.24.0"
1010

1111
dependencies:
1212
flutter:
1313
sdk: flutter
1414
cupertino_icons: ^1.0.8
15-
flutter_form_builder: ^9.3.0
15+
flutter_form_builder: ^9.4.0
1616
form_builder_cupertino_fields:
1717
path: ../
1818

pubspec.yaml

Lines changed: 4 additions & 4 deletions
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.3.0
3+
version: 0.4.0
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
@@ -12,13 +12,13 @@ funding:
1212
- https://opencollective.com/flutter-form-builder-ecosystem
1313

1414
environment:
15-
sdk: '>=3.4.0 <4.0.0'
16-
flutter: ">=3.22.0"
15+
sdk: '>=3.5.0 <4.0.0'
16+
flutter: ">=3.24.0"
1717

1818
dependencies:
1919
flutter:
2020
sdk: flutter
21-
flutter_form_builder: ^9.3.0
21+
flutter_form_builder: ^9.4.0
2222
intl: ^0.19.0
2323

2424
dev_dependencies:

0 commit comments

Comments
 (0)