Skip to content

Commit 949df14

Browse files
committed
Release v3.4.0
1 parent 0977fad commit 949df14

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
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
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
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
}

0 commit comments

Comments
 (0)