From 19a6552f9c8d26a9bf90ad7e7bea2a89b195797a Mon Sep 17 00:00:00 2001 From: julia-rabello <77292838+julia-rabello@users.noreply.github.com> Date: Fri, 1 Apr 2022 14:56:18 +0000 Subject: [PATCH] Release v3.8.3 --- 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 0227e272..f88b450d 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.8.3] - 2022-04-01 + ### Fixed - Documentation on README.md diff --git a/manifest.json b/manifest.json index 89c2f258..2e2dfb0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "quickorder", - "version": "3.8.2", + "version": "3.8.3", "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 fc5c9071..1dd43e2b 100644 --- a/node/package.json +++ b/node/package.json @@ -50,5 +50,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.8.2" + "version": "3.8.3" } diff --git a/react/package.json b/react/package.json index de4b7e97..293ab9f3 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.8.2" + "version": "3.8.3" }