From 892cffff1cb96389a616b719b1d9eb499a7aaff6 Mon Sep 17 00:00:00 2001 From: victorhmp <27777263+victorhmp@users.noreply.github.com> Date: Wed, 30 Oct 2019 20:28:01 +0000 Subject: [PATCH] Release v3.35.7 --- 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 3ebd9d04e..fcacdfeff 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.35.7] - 2019-10-30 ### Fixed - Revert changes made on v3.35.2: Distribute space equally around products rendered by `Gallery` component when displaying less products than `maxItemsPerRow`. diff --git a/manifest.json b/manifest.json index c0a757736..4121cfbd8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.35.6", + "version": "3.35.7", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25", diff --git a/react/package.json b/react/package.json index 7cf1b920f..9061f2fcf 100644 --- a/react/package.json +++ b/react/package.json @@ -47,5 +47,5 @@ "regenerator-runtime": "^0.13.1", "typescript": "3.5.2" }, - "version": "3.35.6" + "version": "3.35.7" }