Skip to content

Commit

Permalink
Bump package_info_plus constraints to include 8.0.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhnroyal authored and mateusfccp committed Apr 23, 2024
1 parent 2091e3f commit ad21e60
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion update_available/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## 3.0.2

- Support for `package_info_plus: '>=4.0.2 <9.0.0'` on iOS
- Upgrade `flutter_lints` to `^3.0.1`

## 3.0.1

- Support for `package_info_plus: ^5.0` on iOS
- Upgraded `flutter_lints` to `^3.0.1`
- Upgrade `flutter_lints` to `^3.0.1`

Thanks to @kuhnroyal for these changes!

Expand Down
2 changes: 1 addition & 1 deletion update_available/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
update_available_android: ^3.0.0
update_available_ios: ^3.0.1
update_available_ios: ^3.0.2
update_available_platform_interface: ^4.0.1

dev_dependencies:
Expand Down
6 changes: 3 additions & 3 deletions update_available_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 3.0.2

- Supported `package_info_plus: '>=4.0.2 <8.0.0'`
- Support `package_info_plus: '>=4.0.2 <9.0.0'`

## 3.0.1

- Supported `package_info_plus` 5
- Upgraded `flutter_lints` to `^3.0.1`
- Support `package_info_plus: ^5.0`
- Upgrade `flutter_lints` to `^3.0.1`

## 3.0.0

Expand Down
2 changes: 1 addition & 1 deletion update_available_ios/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.9.1
package_info_plus: ">=4.0.2 <8.0.0"
package_info_plus: ">=4.0.2 <9.0.0"
pub_semver: ^2.1.4
update_available_platform_interface: ^4.0.1

Expand Down

0 comments on commit ad21e60

Please sign in to comment.