From 1f313030a7d9d96819fe335e46c3e9a923c0a563 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 05:32:46 +0000 Subject: [PATCH] chore(master): release 5.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32dbe0e..9d5573c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.0.0" + ".": "5.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f7c63..f9ee5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/Bdaya-Dev/flutter-shared-value/compare/v5.0.0...v5.0.1) (2026-05-31) + + +### Bug Fixes + +* remove example/.metadata from git tracking ([10edbbd](https://github.com/Bdaya-Dev/flutter-shared-value/commit/10edbbd0df2a2a1b949ef01419bcec5f80bd1d08)) + ## [5.0.0](https://github.com/Bdaya-Dev/flutter-shared-value/compare/v4.0.0...v5.0.0) (2026-05-31) diff --git a/pubspec.yaml b/pubspec.yaml index 27228d1..ddd718a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: bdaya_shared_value description: A straightforward way to manage global state in flutter apps. -version: 5.0.0 +version: 5.0.1 homepage: https://github.com/Bdaya-Dev/flutter-shared-value repository: https://github.com/Bdaya-Dev/flutter-shared-value