Skip to content

Commit

Permalink
wakelock_plus, version 1.2.1. Emergency hotfix by upgrading wakelock_…
Browse files Browse the repository at this point in the history
…plus_platform_interface to version 1.2.0.
  • Loading branch information
diegotori committed Mar 30, 2024
1 parent 3eec0f1 commit a7cd961
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions wakelock_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.1
* Emergency hotfix by upgrading `wakelock_plus_platform_interface` to version `1.2.0`.

## 1.2.0
* [#26](https://github.com/fluttercommunity/wakelock_plus/pull/26) Update web implementation to depend on Dart 3.3 JS interop + the recommended web package. Thanks [davidmartos96](https://github.com/davidmartos96).
* [#33](https://github.com/fluttercommunity/wakelock_plus/pull/33) Upgraded package_info_plus to version 6.0.0. Thanks [diegotori](https://github.com/diegotori).
Expand Down
4 changes: 2 additions & 2 deletions wakelock_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: wakelock_plus
description: >-2
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
Android, iOS, macOS, Windows, Linux, and web.
version: 1.2.0
version: 1.2.1
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus

environment:
Expand All @@ -15,7 +15,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
meta: ^1.3.0
wakelock_plus_platform_interface: ^1.1.0
wakelock_plus_platform_interface: ^1.2.0

# Windows dependencies
# win32 is compatible across v4 and v5 for Win32 only (not COM)
Expand Down

0 comments on commit a7cd961

Please sign in to comment.