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" }