diff --git a/CHANGELOG.md b/CHANGELOG.md index 0817406..3df2753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0. ## [Unreleased] +--- + +## [1.0.0-alpha.6] - 2026-04-04 + ### Added - **CSS Positioning**: `relative` and `absolute` position types with Stack/Positioned rendering - **Offset Utilities**: `top-*`, `right-*`, `bottom-*`, `left-*` offset tokens using spacing scale diff --git a/CLAUDE.md b/CLAUDE.md index 76f7479..ecd10de 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -2,7 +2,7 @@ Utility-first Flutter UI plugin. Translates `className` strings (Tailwind syntax) → Flutter widget trees via modular parsing architecture. A web developer who knows Tailwind should be able to build Flutter UIs with familiar syntax. -**Version:** 1.0.0-alpha.5 (v1 branch) · **Branch:** `v1` (master = v0, do NOT touch) · **Dart:** >=3.4.0 · **Flutter:** >=3.27.0 +**Version:** 1.0.0-alpha.6 (v1 branch) · **Branch:** `v1` (master = v0, do NOT touch) · **Dart:** >=3.4.0 · **Flutter:** >=3.27.0 ## Commands diff --git a/doc/getting-started/installation.md b/doc/getting-started/installation.md index e871bae..6e9c458 100644 --- a/doc/getting-started/installation.md +++ b/doc/getting-started/installation.md @@ -33,7 +33,7 @@ Alternatively, add it manually to your dependencies: ```yaml dependencies: - fluttersdk_wind: ^1.0.0-alpha.5 + fluttersdk_wind: ^1.0.0-alpha.6 ``` diff --git a/pubspec.yaml b/pubspec.yaml index 9d53fd1..65e57bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fluttersdk_wind description: Utility-first styling framework for Flutter inspired by Tailwind CSS. Build UIs with WDiv, WText, WButton using intuitive className syntax. -version: 1.0.0-alpha.5 +version: 1.0.0-alpha.6 homepage: https://wind.fluttersdk.com repository: https://github.com/fluttersdk/wind issue_tracker: https://github.com/fluttersdk/wind/issues