Skip to content

Commit

Permalink
Release v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-rabello committed Dec 29, 2021
1 parent d57249f commit 087d0b6
Show file tree
Hide file tree
Showing 4 changed files with 5 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.2.2] - 2021-12-29

### Modified
- README.md file

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "order-configuration",
"version": "3.2.1",
"version": "3.2.2",
"title": "Order Configuration",
"description": "A custom price selector for B2B users",
"defaultLocale": "pt-BR",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'",
"test": "mocha --require ts-node/register --require=dotenv/config --timeout 5000 --exit \"test/**/*.test.ts\""
},
"version": "3.2.1"
"version": "3.2.2"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "custom-price-selector",
"version": "3.2.1",
"version": "3.2.2",
"scripts": {
"test": "vtex-test-tools test",
"lint": "tsc --noEmit && eslint --ext ts,tsx ."
Expand Down

0 comments on commit 087d0b6

Please sign in to comment.