From 3fce62e3e5531a24807d27f2c18d43fe3e1a0d60 Mon Sep 17 00:00:00 2001 From: mandreshope Date: Mon, 4 Aug 2025 15:45:33 +0300 Subject: [PATCH] chore: increment version 0.4.0+10 and update changelog --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f77bb95..10fe72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## 0.4.0+10 (2025-08-04) + +### Breaking Changes +No breaking changes found. + +### Features +- (#0b4e504) Implements reception search page + +### Bug Fixes +No bug fixes found. + +### Chores +No chores found. + +### Refactors +No refactors found. + +### Style Changes +No style Changes found. + +### Miscellaneous +- (#d7587ba) enhance: Enhances reception search with highlighting and navigation +- (#0993349) improve: Improves search performance with debouncing +- (#d131928) enhance: Optimizes backorder dialog and fixes loading state + ## 0.3.0+9 (2025-08-04) ### Breaking Changes diff --git a/pubspec.yaml b/pubspec.yaml index 04cf6f9..ba485c3 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.3.0+9 +version: 0.4.0+10 environment: sdk: ^3.8.1