From cbc9a81e650765ec666c2a818fbc0ab7ebd52b85 Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Thu, 9 Apr 2026 15:41:09 +0300 Subject: [PATCH] chore(release): 0.0.1-alpha.13 --- 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 1cb590b..5203da3 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.13] - 2026-04-09 + ### 🐛 Bug Fixes - **Icon Tree-Shaking**: Extracted all runtime-conditional `Icons.*` references into `static const` fields for Flutter web tree-shaking compatibility — fixes 11+ broken icon usages across 10 files (#37) diff --git a/CLAUDE.md b/CLAUDE.md index c6b8ce9..eaa0594 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.12 · **Dart:** >=3.6.0 · **Flutter:** >=3.27.0 +**Version:** 0.0.1-alpha.13 · **Dart:** >=3.6.0 · **Flutter:** >=3.27.0 ## Commands diff --git a/pubspec.yaml b/pubspec.yaml index fb6d63a..5e64fdf 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.12 +version: 0.0.1-alpha.13 homepage: https://magic.fluttersdk.com/starter documentation: https://magic.fluttersdk.com/packages/starter/getting-started/installation repository: https://github.com/fluttersdk/magic_starter