From 47028eaf93c119d6441224705fb6b9a3adde0ad4 Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Mon, 5 Apr 2021 13:38:00 +0000 Subject: [PATCH] Release v2.71.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- react/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 244f1daf..629ccc44 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] +## [2.71.1] - 2021-04-05 + ### Fixed - `actionOnClick` when clicking on the Add to Cart button. diff --git a/manifest.json b/manifest.json index d9834b4a..7f5d13df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.71.0", + "version": "2.71.1", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index a59eee32..de3dcea9 100644 --- a/react/package.json +++ b/react/package.json @@ -45,5 +45,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.71.0" + "version": "2.71.1" }