From c68b61ad8b724c1ee16cb6a2a7813671baa535ca Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Tue, 31 Mar 2026 02:41:21 +0300 Subject: [PATCH] chore(release): 0.0.1-alpha.8 --- CHANGELOG.md | 2 ++ CLAUDE.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c87f5..bd23e37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.0.1-alpha.8] - 2026-03-31 + ### 🐛 Bug Fixes - **MagicStarterDialogShell**: Fixed mobile overflow — `maxHeight` now computed from safe area (`MediaQuery.viewPaddingOf`) instead of raw screen height; added vertical `insetPadding` (24px) to prevent dialog from extending to screen edges (#13) - **MagicStarterPasswordConfirmDialog**: Same safe area fix — replaced hardcoded `maxHeight: 600` with `safeHeight * 0.85`; added vertical `insetPadding` diff --git a/CLAUDE.md b/CLAUDE.md index cdf4140..d1fdb93 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,7 +2,7 @@ Flutter starter kit for the Magic Framework. Pre-built Auth, Profile, Teams & Notifications — 13 opt-in features, every screen overridable via Wind UI. -**Version:** 0.0.1-alpha.7 · **Dart:** >=3.6.0 · **Flutter:** >=3.27.0 +**Version:** 0.0.1-alpha.8 · **Dart:** >=3.6.0 · **Flutter:** >=3.27.0 ## Commands diff --git a/pubspec.yaml b/pubspec.yaml index 1ed227d..6351c73 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: magic_starter description: Starter kit for Magic Framework. Auth, Profile, Teams, Notifications — 13 opt-in features with overridable views. -version: 0.0.1-alpha.7 +version: 0.0.1-alpha.8 homepage: https://magic.fluttersdk.com/starter documentation: https://magic.fluttersdk.com/packages/starter/getting-started/installation repository: https://github.com/fluttersdk/magic_starter