Skip to content

Commit 2861de7

Browse files
committed
chore(release): 1.0.0-alpha.3
1 parent 999766f commit 2861de7

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.0.0-alpha.3] - 2026-03-24
8+
9+
### 🐛 Bug Fixes
10+
- **Logo on pub.dev**: Use absolute URL for logo image so it renders correctly on pub.dev
11+
12+
### 🔧 Improvements
13+
- **TDD Development Flow**: Added strict TDD rules and verification cycle to CLAUDE.md
14+
715
## [1.0.0-alpha.2] - 2026-03-24
816

917
### ⚠️ Breaking Changes

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Laravel-inspired Flutter framework with Facades, Eloquent ORM, Service Providers, and IoC Container.
44

5-
**Version:** 1.0.0-alpha.2 · **Dart:** >=3.11.0 · **Flutter:** >=3.41.0
5+
**Version:** 1.0.0-alpha.3 · **Dart:** >=3.11.0 · **Flutter:** >=3.41.0
66

77
## Commands
88

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ packages:
507507
path: ".."
508508
relative: true
509509
source: path
510-
version: "1.0.0-alpha.1"
510+
version: "1.0.0-alpha.3"
511511
magic_cli:
512512
dependency: transitive
513513
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: magic
22
description: "A Laravel-inspired Flutter framework with Eloquent ORM, routing, and MVC architecture."
3-
version: 1.0.0-alpha.2
3+
version: 1.0.0-alpha.3
44
homepage: https://magic.fluttersdk.com
55
repository: https://github.com/fluttersdk/magic
66
issue_tracker: https://github.com/fluttersdk/magic/issues

0 commit comments

Comments
 (0)