diff --git a/CHANGELOG.md b/CHANGELOG.md index 50cc4b20..27ce70a8 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.3.2] - 2021-12-21 + ### Fixed - Widened the quickorder table diff --git a/manifest.json b/manifest.json index bb478d62..60d1543d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.3.1", + "version": "3.3.2", "title": "Quickorder", "description": "Allow users to add multiple products to the cart at once", "defaultLocale": "en-US", diff --git a/node/package.json b/node/package.json index fbc6077f..2fb3a5d7 100644 --- a/node/package.json +++ b/node/package.json @@ -53,5 +53,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.73.0/public/_types/react", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.132.1/public/@types/vtex.styleguide" }, - "version": "3.3.1" + "version": "3.3.2" } diff --git a/react/package.json b/react/package.json index 9dc20af7..6e4c0ec9 100644 --- a/react/package.json +++ b/react/package.json @@ -51,5 +51,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.73.0/public/_types/react", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.132.1/public/@types/vtex.styleguide" }, - "version": "3.3.1" + "version": "3.3.2" }