File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.7.1] - 2025-11-13
11+
1012### Added
1113- ** Workspace Reinstallation Migration**
1214 - Added migration hook to automatically reinstall workspace with latest configuration
@@ -358,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
358360- Shift management
359361- Stock tracking
360362
361- [ Unreleased ] : https://github.com/yourusername/pos_next/compare/v1.7.0...HEAD
363+ [ Unreleased ] : https://github.com/yourusername/pos_next/compare/v1.7.1...HEAD
364+ [ 1.7.1 ] : https://github.com/yourusername/pos_next/compare/v1.7.0...v1.7.1
362365[ 1.7.0 ] : https://github.com/yourusername/pos_next/compare/v1.6.1...v1.7.0
363366[ 1.6.1 ] : https://github.com/yourusername/pos_next/compare/v1.6.0...v1.6.1
364367[ 1.6.0 ] : https://github.com/yourusername/pos_next/compare/v1.5.0...v1.6.0
Original file line number Diff line number Diff line change 11{
22 "name" : " pos-next-frontend" ,
33 "private" : true ,
4- "version" : " 1.7.0 " ,
4+ "version" : " 1.7.1 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
Original file line number Diff line number Diff line change 66except ModuleNotFoundError : # pragma: no cover - frappe may not be installed during setup
77 frappe = None
88
9- __version__ = "1.7.0 "
9+ __version__ = "1.7.1 "
1010
1111
1212def console (* data ):
You can’t perform that action at this time.
0 commit comments