Skip to content

Commit

Permalink
Increment plugin version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Oct 1, 2023
1 parent 3f6e75d commit 0439926
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## 3.0.0
**Breaking Changes**
## 2.1.0
* [Android] Add parameter [androidFullScreenIntent] that turns screen on when alarm notification is triggered.
* Disable [stopOnNotificationOpen] by default.

Expand Down
2 changes: 1 addition & 1 deletion example/lib/screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class _ExampleAlarmHomeScreenState extends State<ExampleAlarmHomeScreen> {
@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(title: const Text('alarm 2.0.0')),
appBar: AppBar(title: const Text('alarm 2.1.0')),
body: SafeArea(
child: alarms.isNotEmpty
? ListView.separated(
Expand Down
14 changes: 7 additions & 7 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.0"
version: "2.1.0"
android_alarm_manager_plus:
dependency: transitive
description:
Expand Down Expand Up @@ -472,10 +472,10 @@ packages:
dependency: transitive
description:
name: uuid
sha256: e03928880bdbcbf496fb415573f5ab7b1ea99b9b04f669c01104d085893c3134
sha256: b715b8d3858b6fa9f68f87d20d98830283628014750c2b09b6f516c1da4af2a7
url: "https://pub.dev"
source: hosted
version: "4.0.0"
version: "4.1.0"
vector_math:
dependency: transitive
description:
Expand All @@ -488,10 +488,10 @@ packages:
dependency: transitive
description:
name: vibration
sha256: d81f665bcb201f586c295a21f3fe8f1cb6dc32c81a213a99e9c714ec8e811ce5
sha256: ab6d26f6694ae0cf702b6d3d1b399570f2911eddb1132c8f82eeacb71a08ece2
url: "https://pub.dev"
source: hosted
version: "1.8.1"
version: "1.8.2"
volume_controller:
dependency: transitive
description:
Expand All @@ -512,10 +512,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: c97defd418eef4ec88c0d1652cdce84b9f7b63dd7198e266d06ac1710d527067
sha256: "350a11abd2d1d97e0cc7a28a81b781c08002aa2864d9e3f192ca0ffa18b06ed3"
url: "https://pub.dev"
source: hosted
version: "5.0.8"
version: "5.0.9"
win32_registry:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alarm
description: A simple Flutter alarm manager plugin for both iOS and Android.
version: 2.0.0
version: 2.1.0
homepage: https://github.com/gdelataillade/alarm

environment:
Expand Down

0 comments on commit 0439926

Please sign in to comment.