diff --git a/CHANGELOG.md b/CHANGELOG.md index 8abbee2..e14d260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +* Fixes an issue where notifier class family argument symbols weren't being resolved and prefixed with imports ([#21](https://github.com/Apadmi-Engineering/mirage/issues/21)). +* Fixes an issue where notifiers would sometimes be destroyed part way through tests ([#24](https://github.com/Apadmi-Engineering/mirage/issues/24)). +* Relaxes Dart SDK version constraint to `^3.9.0`. + ## 1.0.0-dev.3 * Updates `pubspec.yaml` for publishing to pub.dev. diff --git a/example/pubspec.lock b/example/pubspec.lock index 1d45638..30e921f 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -223,7 +223,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0-dev.3" + version: "1.0.0" flutter: dependency: "direct main" description: flutter diff --git a/pubspec.lock b/pubspec.lock index fc53e37..b934d35 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -681,5 +681,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.11.0 <4.0.0" + dart: ">=3.9.0 <4.0.0" flutter: ">=3.18.0-18.0.pre.54" diff --git a/pubspec.yaml b/pubspec.yaml index a34fc28..33691da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,14 +2,14 @@ name: flumepod description: "A code generator to create Mockito compliant mocks of Riverpod Notifiers." repository: https://github.com/Apadmi-Engineering/mirage issue_tracker: https://github.com/Apadmi-Engineering/mirage/issues -version: 1.0.0-dev.3 +version: 1.0.0 topics: - riverpod - testing - mocking environment: - sdk: ^3.11.0 + sdk: ^3.9.0 flutter: ">=3.0.0" dependencies: