From 9aad216903f077709d763566c7bda065b42b6edb Mon Sep 17 00:00:00 2001 From: polishq <6306265+polishq@users.noreply.github.com> Date: Mon, 28 Mar 2022 17:50:39 +0000 Subject: [PATCH] Release v3.159.0 --- 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 fd9ada76d..53d61d56a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [3.159.0] - 2022-03-28 ### Fixed - Always trigger the `SET_LOADING_ITEM` action from Product Context when users change the current selected SKU. diff --git a/manifest.json b/manifest.json index e16a0f4d3..1d31a7686 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.158.0", + "version": "3.159.0", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use", diff --git a/react/package.json b/react/package.json index 76af286cd..bd0cdd66b 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.158.0" + "version": "3.159.0" }