diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f89f50..f90d2c4a 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.6.1] - 2022-02-09 + ### Fixed - Changing the validate button in TextArea and Upload blocks to only be shown if the user has written something or sent a file, respectively diff --git a/manifest.json b/manifest.json index ff6eafe0..c3e6cae8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.6.0", + "version": "3.6.1", "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 3a48622d..70349949 100644 --- a/node/package.json +++ b/node/package.json @@ -55,5 +55,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.85.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.145.2/public/@types/vtex.styleguide" }, - "version": "3.6.0" + "version": "3.6.1" } diff --git a/react/package.json b/react/package.json index 406c1a38..e6f5e47f 100644 --- a/react/package.json +++ b/react/package.json @@ -52,5 +52,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.85.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.145.2/public/@types/vtex.styleguide" }, - "version": "3.6.0" + "version": "3.6.1" }