Skip to content

Commit

Permalink
Increment plugin version to 5.0.0-dev.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelataillade committed Dec 12, 2024
1 parent 90ad977 commit 8491f1f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## 5.0.0-dev.3
* [Android] Fixed build error & downgrade datastore.

## 5.0.0-dev.2
* Handles `stopAll` on the platform side for improved reliability.

## 5.0.0-dev.1
* **BREAKING**: Old alarms (alarms created pre v5) will be deleted.
* BREAKING: Some API parameters have been renamed, this update requires a small amount of refactoring for users. No features have been removed.
* Add support for fading the alarm volume using a staircase function.
* Fixes a bug where `isRinging` might return FALSE immediately after alarm starts to ring.
* Handles alarm events on the platform side, increasing efficiency.
**💥 Breaking Changes**
* Old alarms (alarms created pre v5) will be deleted and some API parameters have been renamed, this update requires a small amount of refactoring for users. No features have been removed.
* Added support for fading the alarm volume using a staircase function.
* Fixed a bug where `isRinging` might return FALSE immediately after alarm starts to ring.
* Handled alarm events on the platform side, increasing efficiency.

## 4.1.1
* [Android] Show app on lock screen when alarm rings.
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 @@ -9,7 +9,7 @@ import 'package:alarm_example/widgets/tile.dart';
import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';

const version = '5.0.0-dev.2';
const version = '5.0.0-dev.3';

class ExampleAlarmHomeScreen extends StatefulWidget {
const ExampleAlarmHomeScreen({super.key});
Expand Down
2 changes: 1 addition & 1 deletion 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: "5.0.0-dev.2"
version: "5.0.0-dev.3"
async:
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: 5.0.0-dev.2
version: 5.0.0-dev.3
homepage: https://github.com/gdelataillade/alarm

environment:
Expand Down

0 comments on commit 8491f1f

Please sign in to comment.