Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down