File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9+
10+ ## [ 3.4.0] - 2022-08-17
911### Fixed
1012- Prevent order list and order details paegs to show negative numbers for available items.
1113- Avoid having a minus sign when restock fee is 0.
Original file line number Diff line number Diff line change 11{
22 "vendor" : " vtex" ,
33 "name" : " return-app" ,
4- "version" : " 3.3 .0" ,
4+ "version" : " 3.4 .0" ,
55 "title" : " Return app" ,
66 "description" : " Return app" ,
77 "dependencies" : {
Original file line number Diff line number Diff line change 3131 "scripts" : {
3232 "lint" : " tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
3333 },
34- "version" : " 3.3 .0"
34+ "version" : " 3.4 .0"
3535}
Original file line number Diff line number Diff line change 3838 "vtex.styleguide" : " http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide" ,
3939 "vtex.tenant-graphql" : " http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tenant-graphql@0.1.2/public/@types/vtex.tenant-graphql"
4040 },
41- "version" : " 3.3 .0"
41+ "version" : " 3.4 .0"
4242}
You can’t perform that action at this time.
0 commit comments