Skip to content

Commit a044e68

Browse files
authored
Merge pull request #13 from fluttersdk/chore/release-1.0.0-alpha.5
chore(release): 1.0.0-alpha.5
2 parents 52e9f36 + f64f9ee commit a044e68

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## [Unreleased]
66

7+
## [1.0.0-alpha.5] - 2026-03-29
8+
79
### 🐛 Bug Fixes
810
- **Route Back Navigation**: `MagicRoute.back()` now works after `go()`-based navigation (cross-shell). Maintains lightweight history stack with automatic fallback. Optional `fallback` parameter for explicit control. (#11)
911

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.4 · **Dart:** >=3.11.0 · **Flutter:** >=3.41.0
5+
**Version:** 1.0.0-alpha.5 · **Dart:** >=3.11.0 · **Flutter:** >=3.41.0
66

77
## Commands
88

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.4
3+
version: 1.0.0-alpha.5
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)