Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Aug 9, 2024
1 parent 90dff0c commit 110a53e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.0

* Set minimal Flutter version to 3.24.0
* Set minimal Dart version to 3.5.0

# 0.3.0

* `FormBuilderCupertinoTextField` add placeholder and placeholderStyle
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.1"
version: "0.3.0"
intl:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.22.0"
sdk: '>=3.5.0 <4.0.0'
flutter: ">=3.24.0"

dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
flutter_form_builder: ^9.3.0
flutter_form_builder: ^9.4.0
form_builder_cupertino_fields:
path: ../

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: form_builder_cupertino_fields
description: Additional form inputs fields with Cupertino style for flutter_form_builder package
version: 0.3.0
version: 0.4.0
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_cupertino_fields/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand All @@ -12,13 +12,13 @@ funding:
- https://opencollective.com/flutter-form-builder-ecosystem

environment:
sdk: '>=3.4.0 <4.0.0'
flutter: ">=3.22.0"
sdk: '>=3.5.0 <4.0.0'
flutter: ">=3.24.0"

dependencies:
flutter:
sdk: flutter
flutter_form_builder: ^9.3.0
flutter_form_builder: ^9.4.0
intl: ^0.19.0

dev_dependencies:
Expand Down

0 comments on commit 110a53e

Please sign in to comment.