From b67ed23be26b5cfcae0a140bd0fd498386482d99 Mon Sep 17 00:00:00 2001 From: creativecreatorormaybenot Date: Tue, 14 Sep 2021 01:21:06 +0000 Subject: [PATCH] Bump packages (#145) --- wakelock_macos/CHANGELOG.md | 4 ++++ wakelock_macos/pubspec.yaml | 2 +- wakelock_web/CHANGELOG.md | 4 ++++ wakelock_web/pubspec.yaml | 2 +- wakelock_windows/CHANGELOG.md | 4 ++++ wakelock_windows/pubspec.yaml | 4 ++-- 6 files changed, 16 insertions(+), 4 deletions(-) diff --git a/wakelock_macos/CHANGELOG.md b/wakelock_macos/CHANGELOG.md index 4271954..6850e8d 100644 --- a/wakelock_macos/CHANGELOG.md +++ b/wakelock_macos/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0 + +* Bumped to depend on latest platform interface. + ## 0.1.0+3 * Upgraded lints. diff --git a/wakelock_macos/pubspec.yaml b/wakelock_macos/pubspec.yaml index 150d30c..d7e6cbd 100644 --- a/wakelock_macos/pubspec.yaml +++ b/wakelock_macos/pubspec.yaml @@ -1,7 +1,7 @@ name: wakelock_macos description: >-2 macOS platform implementation of the wakelock_platform_interface for the wakelock plugin. -version: 0.1.0+3 +version: 0.2.0 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_macos environment: diff --git a/wakelock_web/CHANGELOG.md b/wakelock_web/CHANGELOG.md index 5f854f9..2094456 100644 --- a/wakelock_web/CHANGELOG.md +++ b/wakelock_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0 + +* Bumped to depend on latest platform interface. + ## 0.2.0+3 * Upgraded lints. diff --git a/wakelock_web/pubspec.yaml b/wakelock_web/pubspec.yaml index 7e0be94..d31fa84 100644 --- a/wakelock_web/pubspec.yaml +++ b/wakelock_web/pubspec.yaml @@ -1,6 +1,6 @@ name: wakelock_web description: Web platform implementation of the wakelock_platform_interface for the wakelock plugin. -version: 0.2.0+3 +version: 0.3.0 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_web environment: diff --git a/wakelock_windows/CHANGELOG.md b/wakelock_windows/CHANGELOG.md index 8d192f1..ae4b105 100644 --- a/wakelock_windows/CHANGELOG.md +++ b/wakelock_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.0 + +* Bumped to depend on latest platform interface. + ## 0.1.0+2 * Upgraded lints. diff --git a/wakelock_windows/pubspec.yaml b/wakelock_windows/pubspec.yaml index 385479a..f7ed345 100644 --- a/wakelock_windows/pubspec.yaml +++ b/wakelock_windows/pubspec.yaml @@ -1,7 +1,7 @@ name: wakelock_windows description: >-2 Windows platform implementation of the wakelock_platform_interface for the wakelock plugin. -version: 0.1.0+2 +version: 0.2.0 repository: https://github.com/creativecreatorormaybenot/wakelock/tree/main/wakelock_windows environment: @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - wakelock_platform_interface: ^0.2.0 + wakelock_platform_interface: ^0.3.0 win32: ^2.0.0 dev_dependencies: