diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f1168e..05c02d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.5.6] - 2023-02-06 + ## [3.5.5] - 2022-11-11 ### Fixed - Allow creation of a return for orders placed with a ` PICKUP_POINT` as customer address. diff --git a/manifest.json b/manifest.json index 3cf85dea..4617a349 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "return-app", - "version": "3.5.5", + "version": "3.5.6", "title": "Return app", "description": "Return app", "dependencies": { @@ -56,6 +56,9 @@ { "name": "OMSViewer" }, + { + "name": "ListOrders" + }, { "name": "outbound-access", "attrs": { diff --git a/node/package.json b/node/package.json index 07499048..c453869d 100644 --- a/node/package.json +++ b/node/package.json @@ -31,5 +31,5 @@ "scripts": { "lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'" }, - "version": "3.5.5" + "version": "3.5.6" } diff --git a/node/yarn.lock b/node/yarn.lock index db8cda01..2995a7ed 100644 --- a/node/yarn.lock +++ b/node/yarn.lock @@ -5610,6 +5610,7 @@ static-extend@^0.1.1: define-property "^0.2.5" object-copy "^0.1.0" +"stats-lite@github:vtex/node-stats-lite#dist": "stats-lite@github:vtex/node-stats-lite#dist": version "2.2.0" resolved "https://codeload.github.com/vtex/node-stats-lite/tar.gz/1b0d39cc41ef7aaecfd541191f877887a2044797" diff --git a/react/package.json b/react/package.json index b91b0049..8ed03b80 100644 --- a/react/package.json +++ b/react/package.json @@ -38,5 +38,5 @@ "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide", "vtex.tenant-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tenant-graphql@0.1.2/public/@types/vtex.tenant-graphql" }, - "version": "3.5.5" + "version": "3.5.6" }