[go: nahoru, domu]

Skip to content

Commit

Permalink
chore: Update pubspecs and changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
llfbandit committed May 21, 2024
1 parent 9d454ad commit 1546932
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ command:
bootstrap:
environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"
dev_dependencies:
# Linter rules (https://pub.dev/packages/flutter_lints)
flutter_lints: ^4.0.0
Expand Down
2 changes: 1 addition & 1 deletion record/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
path: ^1.8.0
Expand Down
2 changes: 1 addition & 1 deletion record/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion record_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_android

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion record_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_darwin

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion record_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_linux

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion record_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.1.0

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion record_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_web

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion record_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ homepage: https://github.com/llfbandit/record/tree/master/record_windows

environment:
sdk: ^3.3.0
flutter: ^3.16.0
flutter: ">=3.16.0"

dependencies:
flutter:
Expand Down

0 comments on commit 1546932

Please sign in to comment.