From 721f32e1ea409eb1f2913f1a40070befa325be6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 06:54:12 +0000 Subject: [PATCH] chore(master): release 0.10.0 --- CHANGELOG.md | 12 ++++++++++++ fastlane/metadata/android/en-US/changelogs/23.txt | 4 ++++ fastlane/metadata/ios/en-US/changelogs/23.txt | 4 ++++ pubspec.yaml | 2 +- 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/23.txt create mode 100644 fastlane/metadata/ios/en-US/changelogs/23.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc6240..9aaf53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.0](https://github.com/chenasraf/pantry-flutter/compare/v0.9.10...v0.10.0) (2026-04-21) + + +### Features + +* update notes view & edit ui ([36a74b3](https://github.com/chenasraf/pantry-flutter/commit/36a74b39e1beb37fc2f1446f8d45945a22289c6b)) + + +### Bug Fixes + +* bug where note grid would not clip correctly ([08159fa](https://github.com/chenasraf/pantry-flutter/commit/08159faec22422da983f23685c53b45088d74b2a)) + ## [0.9.10](https://github.com/chenasraf/pantry-flutter/compare/v0.9.9...v0.9.10) (2026-04-19) diff --git a/fastlane/metadata/android/en-US/changelogs/23.txt b/fastlane/metadata/android/en-US/changelogs/23.txt new file mode 100644 index 0000000..aab1605 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23.txt @@ -0,0 +1,4 @@ +Features +- update notes view & edit ui +Bug Fixes +- bug where note grid would not clip correctly diff --git a/fastlane/metadata/ios/en-US/changelogs/23.txt b/fastlane/metadata/ios/en-US/changelogs/23.txt new file mode 100644 index 0000000..aab1605 --- /dev/null +++ b/fastlane/metadata/ios/en-US/changelogs/23.txt @@ -0,0 +1,4 @@ +Features +- update notes view & edit ui +Bug Fixes +- bug where note grid would not clip correctly diff --git a/pubspec.yaml b/pubspec.yaml index 3863a43..cafb12e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.9.10+22 +version: 0.10.0+23 environment: sdk: ^3.11.1