chore: increment version 0.1.0+3 and update changelog

This commit is contained in:
your-name 2025-07-30 17:06:01 +03:00
parent 7dadd28b32
commit 6d2c086d0b
2 changed files with 58 additions and 9 deletions

View File

@ -1,25 +1,74 @@
## 0.0.1+2 (2025-07-30)
## 0.1.0+3 (2025-07-30)
### Breaking Changes
No breaking changes found.
### Features
No features found.
- (#2c003ba) Implements reception-specific scanning
- (#9dad7f9) Integrates ObjectBox for stock picking persistence
- (#e22a49f) Adds ObjectBox entities for stock picking
- (#1d331ac) Streamlines product data and stock picking API
- (#d09d8ac) Implements visual status for pickings
- (#ad8949e) Enables scan action on reception details
- (#8252cf0) Adds stock picking detail view and API call
- (#9435907) Adds session management and reception detail view
- (#41a660d) Displays recent stock receptions
- (#6134586) Implements stock picking data fetching WIP1
- (#b5e83e5) Implements API-based user authentication
- (#4682be5) Adds operation pages and refactors navigation
- (#63d5a21) Extracts home page drawer into reusable component
- (#b1a4005) Adds user image field and profile page
- (#6c3f2b8) Adds product editing and deletion features
- (#09405b5) Implement local product storage using ObjectBox
- (#44289e2) Adds product image field to data models
- (#8eddb5d) Initializes Objectbox database on startup
- (#83a20c5) Integrates ObjectBox and updates Product ID
- (#28a8027) Adds home page navigation drawer
- (#0d3e3a0) Adds utility to check internet connection
- (#e963abb) Implements app theme system
- (#b705142) Adds logout functionality
### Bug Fixes
No bug fixes found.
### Chores
No chores found.
- (#7dadd28) increment version 0.0.1+2 and update changelog
- (#7b98eb6) Documents versioning script usage
- (#61047f2) Renames project to e_scan
- (#c58d461) Configures Android release signing
- (#6f2f94b) Update app icons and button text
### Refactors
No refactors found.
- (#1d15fd4) Streamlines stock picking data model
- (#3f9f840) Refactors StockPicking models; adds scanner navigation
- (#6af1bfc) Improves stock picking data parsing and API calls
- (#40ef71a) Standardizes data model naming convention
- (#48556db) Extracts Quick Actions component
- (#855770b) Replaces Home page with Reception page
- (#f01c34d) Refactors page directory structure
- (#6ebc497) Encapsulates drawer menu selection
- (#812ece1) Uses debugPrint for logging
- (#94b4fc1) Refactor login flow and add product form route
- (#aaeae10) Refactor product scanned component and scanner page
### Style Changes
No style Changes found.
- (#27863f8) Applies global theme and refines Reception page UI
- (#56ca49d) Updates app icons
### Miscellaneous
No miscellaneous changes found.
# Changelog
- (#60d959e) enhance: Enhances picking data and persistence
- (#1d15fd4) refactor: Streamlines stock picking data model
- (#3f9f840) refactor: Refactors StockPicking models; adds scanner navigation
- (#6e49971) enhance: Enhances data models and reception details
- (#6af1bfc) refactor: Improves stock picking data parsing and API calls
- (#40ef71a) refactor: Standardizes data model naming convention
- (#48556db) refactor: Extracts Quick Actions component
- (#27863f8) style: Applies global theme and refines Reception page UI
- (#855770b) refactor: Replaces Home page with Reception page
- (#f01c34d) refactor: Refactors page directory structure
- (#6ebc497) refactor: Encapsulates drawer menu selection
- (#812ece1) refactor: Uses debugPrint for logging
- (#94b4fc1) refactor: Refactor login flow and add product form route
- (#aaeae10) refactor: Refactor product scanned component and scanner page
- (#56ca49d) style: Updates app icons

View File

@ -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.0.1+2
version: 0.1.0+3
environment:
sdk: ^3.8.1