From d563979ffd58f0234a591512b837cc65b2152cba Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Thu, 3 Feb 2022 14:33:09 +0000 Subject: [PATCH] Release v3.113.3 --- 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 c243e6381..3eb20d9d4 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.113.3] - 2022-02-03 + ### Fixed - Price range that was disappearing when clearing filters on mobile. diff --git a/manifest.json b/manifest.json index 21b429371..e634b355e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.113.2", + "version": "3.113.3", "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 7796db08b..dbc22e70e 100644 --- a/react/package.json +++ b/react/package.json @@ -63,5 +63,5 @@ "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.145.0/public/@types/vtex.styleguide", "vtex.tab-layout": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.tab-layout@0.4.3/public/@types/vtex.tab-layout" }, - "version": "3.113.2" + "version": "3.113.3" }