Skip to content

Commit 1d29902

Browse files
authored
chore(release): prepare for release (#3675)
1 parent 78c2b74 commit 1d29902

File tree

27 files changed

+127
-19
lines changed

27 files changed

+127
-19
lines changed

packages/android_alarm_manager_plus/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 5.0.0
2+
3+
> Note: This release has breaking changes.
4+
>
5+
> On Android plugin now requires the following:
6+
> - Android Gradle Plugin >=8.12.1
7+
> - Gradle wrapper >=8.13
8+
> - Kotlin 2.2.0
9+
10+
- **BREAKING** **FEAT**(android_alarm_manager_plus): Change Android compile SDK, update Android build config ([#3665](https://github.com/fluttercommunity/plus_plugins/issues/3665)). ([bb49385b](https://github.com/fluttercommunity/plus_plugins/commit/bb49385bdbdc8c8ba0bdb5c97fe229f7487d9f00))
11+
112
## 4.0.8
213

314
- **DOCS**(all): improve documentation across multiple README files ([#3630](https://github.com/fluttercommunity/plus_plugins/issues/3630)). ([643e12df](https://github.com/fluttercommunity/plus_plugins/commit/643e12dfe0389dc21b49bd31ec03e7f38844d339))

packages/android_alarm_manager_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
android_alarm_manager_plus: ^4.0.8
11+
android_alarm_manager_plus: ^5.0.0
1212
permission_handler: ^12.0.1
1313
shared_preferences: ^2.5.3
1414

packages/android_alarm_manager_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: android_alarm_manager_plus
22
description: Flutter plugin for accessing the Android AlarmManager service, and
33
running Dart code in the background when alarms fire.
4-
version: 4.0.8
4+
version: 5.0.0
55
homepage: https://github.com/fluttercommunity/plus_plugins
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_alarm_manager_plus
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_alarm_manager_plus

packages/android_intent_plus/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 6.0.0
2+
3+
> Note: This release has breaking changes.
4+
>
5+
> On Android plugin now requires the following:
6+
> - Android Gradle Plugin >=8.12.1
7+
> - Gradle wrapper >=8.13
8+
> - Kotlin 2.2.0
9+
10+
- **BREAKING** **FEAT**(android_intent_plus): Change Android compile SDK, update Android build config ([#3673](https://github.com/fluttercommunity/plus_plugins/issues/3673)). ([7a228c3e](https://github.com/fluttercommunity/plus_plugins/commit/7a228c3e29e92ffba068422709136b55a05a0e33))
11+
112
## 5.3.1
213

314
- **DOCS**(all): improve documentation across multiple README files ([#3630](https://github.com/fluttercommunity/plus_plugins/issues/3630)). ([643e12df](https://github.com/fluttercommunity/plus_plugins/commit/643e12dfe0389dc21b49bd31ec03e7f38844d339))

packages/android_intent_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
flutter:
1010
sdk: flutter
1111
platform: ^3.1.0
12-
android_intent_plus: ^5.3.1
12+
android_intent_plus: ^6.0.0
1313

1414
dev_dependencies:
1515
flutter_driver:

packages/android_intent_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: android_intent_plus
22
description: Flutter plugin for launching Android Intents. Not supported on iOS.
3-
version: 5.3.1
3+
version: 6.0.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/android_intent_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_intent_plus

packages/battery_plus/battery_plus/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 7.0.0
2+
3+
> Note: This release has breaking changes.
4+
>
5+
> On Android plugin now requires the following:
6+
> - Android Gradle Plugin >=8.12.1
7+
> - Gradle wrapper >=8.13
8+
> - Kotlin 2.2.0
9+
10+
- **DOCS**(all): replace MacOS by macOS in package READMEs ([#3658](https://github.com/fluttercommunity/plus_plugins/issues/3658)). ([72b6234c](https://github.com/fluttercommunity/plus_plugins/commit/72b6234c25315c30d8efc9f15a9258b0bb7273a8))
11+
- **BREAKING** **FEAT**(battery_plus): Change Android compile SDK, update Android build config ([#3666](https://github.com/fluttercommunity/plus_plugins/issues/3666)). ([c2fe29ab](https://github.com/fluttercommunity/plus_plugins/commit/c2fe29ab224d1fca33905fe57110aee106da55e4))
12+
113
## 6.2.3
214

315
- **FIX**(battery_plus): Do not call hidden flag on Samsung with Android versions >= 12 ([#3641](https://github.com/fluttercommunity/plus_plugins/issues/3641)). ([a8764705](https://github.com/fluttercommunity/plus_plugins/commit/a87647056529ef88d319d9a27c75744c9db9ff53))

packages/battery_plus/battery_plus/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
flutter:
1010
sdk: flutter
11-
battery_plus: ^6.2.3
11+
battery_plus: ^7.0.0
1212

1313
dev_dependencies:
1414
flutter_driver:

packages/battery_plus/battery_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: battery_plus
22
description: Flutter plugin for accessing information about the battery state(full, charging, discharging).
3-
version: 6.2.3
3+
version: 7.0.0
44
homepage: https://github.com/fluttercommunity/plus_plugins
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/battery_plus/battery_plus
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/battery_plus

packages/connectivity_plus/connectivity_plus/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 7.0.0
2+
3+
> Note: This release has breaking changes.
4+
>
5+
> On Android plugin now requires the following:
6+
> - Android Gradle Plugin >=8.12.1
7+
> - Gradle wrapper >=8.13
8+
> - Kotlin 2.2.0
9+
10+
- **DOCS**(all): replace MacOS by macOS in package READMEs ([#3658](https://github.com/fluttercommunity/plus_plugins/issues/3658)). ([72b6234c](https://github.com/fluttercommunity/plus_plugins/commit/72b6234c25315c30d8efc9f15a9258b0bb7273a8))
11+
- **BREAKING** **FEAT**(connectivity_plus): Change Android compile SDK, update Android build config ([#3667](https://github.com/fluttercommunity/plus_plugins/issues/3667)). ([01b596a0](https://github.com/fluttercommunity/plus_plugins/commit/01b596a05204286903451a8d65a9186e4956f065))
12+
113
## 6.1.5
214

315
- **DOCS**(all): improve documentation across multiple README files ([#3630](https://github.com/fluttercommunity/plus_plugins/issues/3630)). ([643e12df](https://github.com/fluttercommunity/plus_plugins/commit/643e12dfe0389dc21b49bd31ec03e7f38844d339))

0 commit comments

Comments
 (0)