From 336448e481eae1af3b4580d929b63c364da6990c Mon Sep 17 00:00:00 2001 From: polishq <6306265+polishq@users.noreply.github.com> Date: Tue, 2 May 2023 13:29:38 +0000 Subject: [PATCH] Release v3.168.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 63d76ff41..58ddc5ae0 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.168.0] - 2023-05-02 + ### Added - `showImageLabel` prop to `ProductImages` which if set to `true` will result in each image's label text being rendered above the image diff --git a/manifest.json b/manifest.json index 83827e4a7..934b5f2fe 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.167.2", + "version": "3.168.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 05aa4b275..b45161080 100644 --- a/react/package.json +++ b/react/package.json @@ -89,5 +89,5 @@ "./setupTests.js" ] }, - "version": "3.167.2" + "version": "3.168.0" }