Skip to content

Commit 6735f5e

Browse files
chore(release): prepare for release (#1279)
1 parent 5272c94 commit 6735f5e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

packages/android_alarm_manager_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.0
2+
3+
- **FEAT**: we can now send extra data to alarm manager and receive it in our callback (#1014).
4+
15
## 2.0.8
26

37
- **FIX**: lint warnings - add missing dependency for tests (#1233).

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: 2.0.8
4+
version: 2.1.0
55
homepage: https://plus.fluttercommunity.dev/
66
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
77
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/android_alarm_manager_plus

packages/connectivity_plus/connectivity_plus/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.2
2+
3+
- **FIX**: Add connectivity_plus_web export (#1278).
4+
15
## 3.0.1
26

37
- **FIX**: Increase min Flutter version to fix dartPluginClass registration (#1275).

packages/connectivity_plus/connectivity_plus/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: connectivity_plus
22
description: Flutter plugin for discovering the state of the network (WiFi & mobile/cellular) connectivity on Android and iOS.
3-
version: 3.0.1
3+
version: 3.0.2
44
homepage: https://plus.fluttercommunity.dev/
55
repository: https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
66
issue_tracker: https://github.com/fluttercommunity/plus_plugins/labels/connectivity_plus

0 commit comments

Comments
 (0)