From 5803d64f0c62e56995c3708767ebef0b95f4e382 Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:11:14 +0000 Subject: [PATCH] Release v3.174.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 18383c2b8..7e485e322 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.174.0] - 2024-07-15 + ### Added - Added `bodyText` property to `info-card` component. This property allows adding a body text below the subtitle. diff --git a/manifest.json b/manifest.json index 944e3b1ba..e25e3843b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.173.1", + "version": "3.174.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 02ac83bc7..d726d05e6 100644 --- a/react/package.json +++ b/react/package.json @@ -88,5 +88,5 @@ "./setupTests.js" ] }, - "version": "3.173.1" + "version": "3.174.0" }