diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c24172..431dda88 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] + +## [2.53.3] - 2020-04-24 ### Fixed - `collection` prop in `ProductSummaryList`'s schema had the wrong type, which caused it to receive invalid values from CMS. diff --git a/manifest.json b/manifest.json index 35a86fb9..c918903f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.53.2", + "version": "2.53.3", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index b0932d6a..b0bd01f3 100644 --- a/react/package.json +++ b/react/package.json @@ -31,5 +31,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.53.2" + "version": "2.53.3" }