From edd6d042b99b063ddb92398102bb52c0e01160e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Apr 2026 08:46:23 +0000 Subject: [PATCH 1/2] - flumepod@1.1.0 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14d260..e960359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.1.0 + + - **FEAT**: Implement support for record return types from generated methods ([#28](https://github.com/Apadmi-Engineering/mirage/issues/28)). ([46eb0e8f](https://github.com/Apadmi-Engineering/mirage/commit/46eb0e8fc54ea84f58911a51454cb2364df5f39c)) + - **FEAT**: Implement support for getter property accessors ([#27](https://github.com/Apadmi-Engineering/mirage/issues/27)). ([d0169b69](https://github.com/Apadmi-Engineering/mirage/commit/d0169b6986608a16797aa99e19b4150a7c0e3aa4)) + - **DOCS**: Add doc-string comments to `Flumepod` annotation ([#33](https://github.com/Apadmi-Engineering/mirage/issues/33)). ([7a8fc759](https://github.com/Apadmi-Engineering/mirage/commit/7a8fc759bfb73d3eac4214432a98a661bb3514b6)) + ## 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)). diff --git a/pubspec.yaml b/pubspec.yaml index 3ce236b..388ebca 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ 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 +version: 1.1.0 topics: - riverpod - testing From ced4a4f2dfdeb287806620e4f91a24e4632216b0 Mon Sep 17 00:00:00 2001 From: TomHa-Apadmi <190835659+TomHa-Apadmi@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:46:40 +0000 Subject: [PATCH 2/2] [create-pull-request] automated change --- example/pubspec.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 30e921f..b4e1e23 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -223,7 +223,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.1.0" flutter: dependency: "direct main" description: flutter