Skip to content

Commit

Permalink
Chore: Setup eslint, and ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasayb committed Feb 6, 2023
2 parents 2a2391d + 0261802 commit 69a339b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 4 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "return-app",
"version": "3.5.5",
"version": "3.5.6",
"title": "Return app",
"description": "Return app",
"dependencies": {
Expand Down Expand Up @@ -56,6 +56,9 @@
{
"name": "OMSViewer"
},
{
"name": "ListOrders"
},
{
"name": "outbound-access",
"attrs": {
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"scripts": {
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'"
},
"version": "3.5.5"
"version": "3.5.6"
}
1 change: 1 addition & 0 deletions node/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@
"vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.styleguide",
"vtex.tenant-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/[email protected]/public/@types/vtex.tenant-graphql"
},
"version": "3.5.5"
"version": "3.5.6"
}

0 comments on commit 69a339b

Please sign in to comment.