Skip to content

Commit

Permalink
Bump versions, update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfccp committed Jul 13, 2023
1 parent 50b0093 commit f008d7a
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 11 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 @@
## 2.3.0

- Bumped Kotlin version to 1.5.31, as required by Flutter 2.10 and greater (fixes #28)
- Because of this, minimum Dart SDK versions is now 2.16
- Updated some dependencies versions
- `package_info_plus` on iOS updated to `^4.0.2`

## 2.2.1

- Fixed critical issue that made the plugin break on Android (#21). Thanks to @kuhnroyal for solving the issue!
Expand Down
2 changes: 1 addition & 1 deletion update_available/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
8 changes: 4 additions & 4 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: 2.2.2
version: 2.3.0
repository: https://github.com/mateusfccp/update_available/tree/master/update_available

environment:
Expand All @@ -10,9 +10,9 @@ environment:
dependencies:
flutter:
sdk: flutter
update_available_android: ^2.2.2
update_available_ios: ^2.2.2
update_available_platform_interface: ^3.0.1
update_available_android: ^2.3.0
update_available_ios: ^2.3.0
update_available_platform_interface: ^3.1.0

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

- Minimum Dart SDK versions is now 2.16
- Updated some dependencies versions

## 2.2.1

- Fixed critical issue that made the plugin break on Android (#21). Thanks to @kuhnroyal for solving the issue!
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: 2.2.2
version: 2.3.0
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: ^3.0.1
update_available_platform_interface: ^3.1.0

dev_dependencies:
flutter_lints: ^2.0.0
Expand Down
5 changes: 3 additions & 2 deletions update_available_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.3.0

- Update `package_info_plus` version range
- Minimum Dart SDK versions is now 2.16
- Updated some dependencies versions

## 2.2.0

Expand Down Expand Up @@ -31,7 +32,7 @@

## 1.0.1+1c

- Revert changes on `pubspec.yaml`, as pub.dev won't accept a plugin declaration without native integration.
- Revert changes on `pubspec.yaml`, as pub.dev won't accept a plugin declaration without native integration

## 1.0.1+1b

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 @@ -14,7 +14,7 @@ dependencies:
meta: ^1.8.0
package_info_plus: ^4.0.2
pub_semver: ^2.1.4
update_available_platform_interface: ^3.0.1
update_available_platform_interface: ^3.1.0

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

- Minimum Dart SDK versions is now 2.16
- Updated some dependencies versions

## 3.0.0

- Update dependencies
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: 3.0.1
version: 3.1.0
repository: https://github.com/mateusfccp/update_available/tree/master/update_available_platform_interface

environment:
Expand Down

0 comments on commit f008d7a

Please sign in to comment.