From 0fffcd3e222027311d08510e016027f3b20bf89f Mon Sep 17 00:00:00 2001 From: wender <24723+wender@users.noreply.github.com> Date: Wed, 29 Dec 2021 15:37:47 +0000 Subject: [PATCH] Release v3.4.0 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ce70a8..f3938a60 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.4.0] - 2021-12-29 + ## [3.3.2] - 2021-12-21 ### Fixed diff --git a/manifest.json b/manifest.json index 60d1543d..c9557777 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.3.2", + "version": "3.4.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 2fb3a5d7..e91b47ca 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.2" + "version": "3.4.0" } diff --git a/react/package.json b/react/package.json index 6e4c0ec9..7e1f5091 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.2" + "version": "3.4.0" }