Skip to content

Commit 5646e22

Browse files
committed
chore(release): 0.0.1-alpha.3
1 parent e777d69 commit 5646e22

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.
88

99
## [Unreleased]
1010

11+
---
12+
13+
## [0.0.1-alpha.3] - 2026-03-24
14+
1115
### ✨ New Features
1216

1317
- **Install Command Rewrite**: Full project scaffold with welcome page, configs, providers, routes, and `main.dart` bootstrap
@@ -26,14 +30,17 @@ This project follows [Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.
2630
- **main.dart Bootstrap**: Correctly makes `main()` async when injecting `await Magic.init()`
2731
- **Command Help**: Fixed `--help` flag being blocked by global help check on namespaced commands
2832
- **Generated Code Quality**: All generated code now passes `dart analyze` on clean projects
33+
- **StubLoader Paths**: Removed hardcoded developer paths and `FLUTTER_TEST` branch that broke CI on Ubuntu
2934

3035
### 🔧 Improvements
3136

3237
- **Stub Extraction**: Migrated all static Dart string constants to external `.stub` template files
3338
- **Code Quality**: Multi-line collections, catch comments, param docblocks, type safety fixes
34-
- **Integration Tests**: Full CLI flow tests for all commands
39+
- **Integration Tests**: Kernel dispatch and key:generate flow tests
3540
- **make:model Flags**: Composite generation with `-mcfsp` and `--all` flags (migration + controller + factory + seeder + policy)
3641
- **Barrel Export**: Updated `magic_cli.dart` with complete public API surface
42+
- **CI/CD**: Bumped `actions/checkout` to v6 and `codecov/codecov-action` to v5
43+
- **Project Infra**: Added CLAUDE.md, GitHub issue templates, dependabot config, release workflow, and `.claude/rules/`
3744

3845
---
3946

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: magic_cli
22
description: "Command-line tools for Magic Framework. Scaffolding, code generation, and project management."
3-
version: 0.0.1-alpha.2
3+
version: 0.0.1-alpha.3
44
homepage: https://magic.fluttersdk.com
55
repository: https://github.com/fluttersdk/magic_cli
66
issue_tracker: https://github.com/fluttersdk/magic_cli/issues

0 commit comments

Comments
 (0)