From b5b2fba2104e7f31bc0bc05f3fd75aa476b9740a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 24 Apr 2026 09:14:53 +0000 Subject: [PATCH 1/2] - flumepod@1.1.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14d260..02cbe5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0 + + - **FIX**: use the generated token to push tags, and align all the other workflows ([#37](https://github.com/Apadmi-Engineering/mirage/issues/37)). ([003b45a6](https://github.com/Apadmi-Engineering/mirage/commit/003b45a65364062caf8cd44400e340de58eb99b9)) + - **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 e1c42e8e622f3bed11dc18dddcee06877c93658a Mon Sep 17 00:00:00 2001 From: TomHa-Apadmi <190835659+TomHa-Apadmi@users.noreply.github.com> Date: Fri, 24 Apr 2026 09:15:10 +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