From 66d0623b17c9b27729ec7bc001371925efff3b17 Mon Sep 17 00:00:00 2001 From: Anilcan Cakir Date: Sun, 26 Jul 2026 02:16:28 +0300 Subject: [PATCH] chore(release): 0.0.2 (magic ^0.0.5) Keeps the plugin resolvable alongside consumers on magic 0.0.5: under pub's 0.0.z caret semantics, ^0.0.4 has an upper bound of <0.0.5, so a plugin left behind makes the shared graph unsolvable. No behavior change. --- CHANGELOG.md | 4 +++- pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 141af64..a404571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## [Unreleased] +## [0.0.2] - 2026-07-26 + ### Changed -- **`magic` constraint bumped to `^0.0.4`.** Aligns with the magic 0.0.4 release (which requires `fluttersdk_wind ^1.2.0` for the design-first component/recipe layer). The previous `^0.0.3` excluded magic 0.0.4 under pub's `0.0.z` caret semantics, which would have made a shared resolution with `magic_starter` (now on `magic ^0.0.4`) unsolvable. +- **`magic` constraint bumped to `^0.0.5`.** Tracks the magic 0.0.5 release (the `Model.save()` 422 validation-error surface and the auth-state redirect refresh). Under pub's `0.0.z` caret semantics every bump of magic's patch digit is an upper-bound break, so a plugin left on `^0.0.4` makes a shared resolution with any consumer on magic 0.0.5 unsolvable. This release exists to keep that graph solvable; there is no behavior change in this package. ## [0.0.1] - 2026-06-24 diff --git a/pubspec.yaml b/pubspec.yaml index 6c2fa3b..310079e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: magic_notifications description: Multi-channel notification system for Magic Framework. Supports database (in-app), push (OneSignal), and mail channels. -version: 0.0.1 +version: 0.0.2 homepage: https://magic.fluttersdk.com/notifications documentation: https://magic.fluttersdk.com/packages/notifications/getting-started/installation repository: https://github.com/fluttersdk/magic_notifications @@ -20,7 +20,7 @@ environment: dependencies: flutter: sdk: flutter - magic: ^0.0.4 + magic: ^0.0.5 fluttersdk_artisan: ^0.0.8 onesignal_flutter: ^5.4.6