From 8af6b05ac857adf9d37f3d4f8a52ee0f669e9256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kl=C3=BCpfel?= Date: Wed, 31 Jul 2024 13:59:56 +0200 Subject: [PATCH] version 0.8.0-beta.2 --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 121028b..9d56c40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -## 0.8.0-beta.2 +## 0.8.0-beta.2 [2024-07-31] - fixes `rolling` with `ActionSlider.dual` and when using a custom `SliderMode` - BREAKING: removes `ActionSliderController.dual` - BREAKING: moves `anchorPosition` and `allowedInterval` from `ActionSliderControllerState` to `ActionSlider` -## 0.8.0-beta.1 +## 0.8.0-beta.1 [2024-07-31] - fixes `SliderBehavior.stretch` with `ActionSlider.dual` - BREAKING: default loading icon is now adaptive for iOS and macOS diff --git a/pubspec.yaml b/pubspec.yaml index ae2dfbd..88876b7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: action_slider description: A slider to confirm actions and provide feedback on the success of these after subsequent loading. -version: 0.8.0-beta.1 +version: 0.8.0-beta.2 repository: https://github.com/splashbyte/action_slider environment: