From b4888c6408524161708ff2b23dc86b1f3d7f015c Mon Sep 17 00:00:00 2001 From: icazevedo <8127610+icazevedo@users.noreply.github.com> Date: Wed, 14 Jul 2021 13:54:33 +0000 Subject: [PATCH] Release v0.26.6 --- 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 65cf7ed..a82bce6 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] +## [0.26.6] - 2021-07-14 + ### Fixed - Now, when `isOneClickBuy` is enabled, the users are only redirected when there's confirmation that the item was added to the cart diff --git a/manifest.json b/manifest.json index b3b55cc..454d311 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "add-to-cart-button", - "version": "0.26.5", + "version": "0.26.6", "title": "Add to Cart Button", "description": "A button component to add items into the shopping cart.", "builders": { diff --git a/react/package.json b/react/package.json index 9639504..71bef34 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "0.26.5", + "version": "0.26.6", "scripts": { "lint": "tsc --noEmit && eslint --quiet --fix --ext ts,tsx .", "test": "vtex-test-tools test"