Skip to content

Commit

Permalink
Bump versions for 3.0.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Felipe C. C. Pinto <[email protected]>
  • Loading branch information
mateusfccp committed Feb 8, 2024
1 parent 47dbe8e commit 17fce40
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 deletions.
7 changes: 7 additions & 0 deletions update_available/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.0.1

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

Thanks to @kuhnroyal for these changes!

## 3.0.0

- Require Dart 3.0 or later
Expand Down
6 changes: 3 additions & 3 deletions update_available/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: update_available
description: Know if there's any update for your Flutter app, based on published versions.
version: 3.0.0
version: 3.0.1
repository: https://github.com/mateusfccp/update_available/tree/master/update_available

environment:
Expand All @@ -11,8 +11,8 @@ dependencies:
flutter:
sdk: flutter
update_available_android: ^3.0.0
update_available_ios: ^3.0.0
update_available_platform_interface: ^4.0.0
update_available_ios: ^3.0.1
update_available_platform_interface: ^4.0.1

dev_dependencies:
flutter_lints: ^3.0.1
Expand Down
4 changes: 4 additions & 0 deletions update_available_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

- Upgraded `flutter_lints` to `^3.0.1`

## 3.0.0

- Requires Dart 3.0 or later
Expand Down
4 changes: 2 additions & 2 deletions update_available_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: update_available_android
description: Android platform implementation of update_available
version: 3.0.0
version: 3.0.1
repository: https://github.com/mateusfccp/update_available/tree/master/update_available_android

environment:
Expand All @@ -10,7 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
update_available_platform_interface: ^4.0.0
update_available_platform_interface: ^4.0.1

dev_dependencies:
flutter_lints: ^3.0.1
Expand Down
1 change: 1 addition & 0 deletions update_available_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 3.0.1

- Supported `package_info_plus` 5
- Upgraded `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 @@ -13,7 +13,7 @@ dependencies:
meta: ^1.9.1
package_info_plus: ">=4.0.2 <6.0.0"
pub_semver: ^2.1.4
update_available_platform_interface: ^4.0.0
update_available_platform_interface: ^4.0.1

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions update_available_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.0.1

- Upgraded `flutter_lints` to `^3.0.1`

## 4.0.0

- Requires Dart 3.0 or later
Expand Down
2 changes: 1 addition & 1 deletion update_available_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: update_available_platform_interface
description: A common platform interface for the update_available plugin.
version: 4.0.0
version: 4.0.1
repository: https://github.com/mateusfccp/update_available/tree/master/update_available_platform_interface

environment:
Expand Down

0 comments on commit 17fce40

Please sign in to comment.