From 0439926b18d298fea7d4e6f8788eab88f3330cef Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:04:47 +0200 Subject: [PATCH] Increment plugin version to 2.1.0 --- CHANGELOG.md | 3 +-- example/lib/screens/home.dart | 2 +- example/pubspec.lock | 14 +++++++------- pubspec.yaml | 2 +- 4 files changed, 10 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2cb7735..23c14750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/example/lib/screens/home.dart b/example/lib/screens/home.dart index 54d4841d..4c22572a 100644 --- a/example/lib/screens/home.dart +++ b/example/lib/screens/home.dart @@ -71,7 +71,7 @@ class _ExampleAlarmHomeScreenState extends State { @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( diff --git a/example/pubspec.lock b/example/pubspec.lock index aeba669b..e661ffb7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: @@ -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: @@ -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: @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 88a141a6..bd06fff2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: