Skip to content

Commit 192bff4

Browse files
Release v3.3.2
1 parent 039609c commit 192bff4

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [3.3.2] - 2026-02-25
11+
1012
## [3.3.1] - 2022-03-21
1113

1214
### Modified

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": "order-configuration",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"title": "Order Configuration",
66
"description": "A custom price selector for B2B users",
77
"defaultLocale": "pt-BR",

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'",
3131
"test": "mocha --require ts-node/register --require=dotenv/config --timeout 5000 --exit \"test/**/*.test.ts\""
3232
},
33-
"version": "3.3.1"
33+
"version": "3.3.2"
3434
}

react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-price-selector",
3-
"version": "3.3.1",
3+
"version": "3.3.2",
44
"scripts": {
55
"test": "vtex-test-tools test",
66
"lint": "tsc --noEmit && eslint --ext ts,tsx ."

0 commit comments

Comments
 (0)