Skip to content

Commit

Permalink
Bump package_info_plus version range (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal authored Jun 1, 2023
1 parent b32d77c commit 399134d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter format -o show -l 200 --set-exit-if-changed .
- run: dart format -o show -l 200 --set-exit-if-changed .
- run: flutter analyze --no-pub --no-congratulate
checks_on_update_available_android:
name: Checks on update_available_android
Expand All @@ -38,7 +38,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter format -o show -l 200 --set-exit-if-changed .
- run: dart format -o show -l 200 --set-exit-if-changed .
- run: flutter analyze --no-pub --no-congratulate
checks_on_update_available_ios:
name: Checks on update_available_ios
Expand All @@ -52,7 +52,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter format -o show -l 200 --set-exit-if-changed .
- run: dart format -o show -l 200 --set-exit-if-changed .
- run: flutter analyze --no-pub --no-congratulate
- run: flutter test
checks_on_update_available_platform_interface:
Expand All @@ -67,7 +67,7 @@ jobs:
with:
channel: 'stable'
- run: flutter pub get
- run: flutter format -o show -l 200 --set-exit-if-changed .
- run: dart format -o show -l 200 --set-exit-if-changed .
- run: flutter analyze --no-pub --no-congratulate
checks_minimum_sdk_on_update_available:
name: Checks minimum SDK version on update_available
Expand Down
4 changes: 4 additions & 0 deletions update_available_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.0

- Update `package_info_plus` version range

## 2.2.0

- Update dependencies
Expand Down
4 changes: 2 additions & 2 deletions update_available_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: update_available_ios
description: iOS platform implementation of update_available
version: 2.2.1
version: 2.3.0
repository: https://github.com/mateusfccp/update_available/tree/master/update_available_ios

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
http: ^0.13.4
meta: ^1.7.0
package_info_plus: ^3.0.1
package_info_plus: ">=3.0.1 <5.0.0"
pub_semver: ^2.1.1
update_available_platform_interface: ^3.0.0

Expand Down

0 comments on commit 399134d

Please sign in to comment.