diff --git a/CHANGELOG.md b/CHANGELOG.md index e09aa30c..803bb8e8 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.12.0] - 2022-10-12 + ### Added - Partial availability error message in `ReviewBlock` when full item quantity entered is not available in selected seller diff --git a/manifest.json b/manifest.json index c187f999..62f8f4ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.11.0", + "version": "3.12.0", "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 14ac6c4a..51c7a583 100644 --- a/node/package.json +++ b/node/package.json @@ -62,5 +62,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.86.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide" }, - "version": "3.11.0" + "version": "3.12.0" } diff --git a/react/package.json b/react/package.json index 0d092eea..d6a63df7 100644 --- a/react/package.json +++ b/react/package.json @@ -45,5 +45,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.86.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.146.1/public/@types/vtex.styleguide" }, - "version": "3.11.0" + "version": "3.12.0" }