From 8180a9ddfb968b506855d23eccaa99a49a7067b6 Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Thu, 19 Aug 2021 14:14:40 +0000 Subject: [PATCH] Release v0.26.8 --- 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 658cab8..b683611 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.8] - 2021-08-19 + ### Fixed - stopPropagation and preventDefault removed from `handleAddToCart` and added into `handleClick` in `AddToCartButton.tsx` to trigger too when no variation were selected. diff --git a/manifest.json b/manifest.json index a8f2c05..3ae9fd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "add-to-cart-button", - "version": "0.26.7", + "version": "0.26.8", "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 3ca0299..bd5cd1e 100644 --- a/react/package.json +++ b/react/package.json @@ -1,5 +1,5 @@ { - "version": "0.26.7", + "version": "0.26.8", "scripts": { "lint": "tsc --noEmit && eslint --quiet --fix --ext ts,tsx .", "test": "vtex-test-tools test"