From 11c580276016fa1b0b2925bc3f6e124ee89b8855 Mon Sep 17 00:00:00 2001 From: Jonas Wanke Date: Tue, 24 Jan 2023 19:36:57 +0100 Subject: [PATCH] Release v0.2.6 --- CHANGELOG.md | 5 +++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4cc1a3..c4b32a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### ๐Ÿ“ฆ Build & CI --> +## v0.2.6 ยท 2023-01-24 + +### ๐ŸŽ‰ New Features +* add `debugOverlay.createShakeDetector`, allowing you to customize the `ShakeDetector` ([`f3cab7c`](https://github.com/JonasWanke/debug_overlay/commit/f3cab7c5a20bb7dea8c9e17260863cc5c1877b80)) + ## v0.2.5 ยท 2023-01-24 ### ๐Ÿ“œ Documentation updates diff --git a/example/pubspec.lock b/example/pubspec.lock index ef4cf6a..d2d0574 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -49,7 +49,7 @@ packages: path: ".." relative: true source: path - version: "0.2.5" + version: "0.2.6" device_info_plus: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 2fea4e1..50ae9b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: debug_overlay description: View debug infos and change settings via a central overlay for your app. -version: 0.2.5 +version: 0.2.6 repository: https://github.com/JonasWanke/debug_overlay environment: