From 56a0815cee1304a6b3a3da9a04195d984f71f66c Mon Sep 17 00:00:00 2001 From: Klynger <8517023+Klynger@users.noreply.github.com> Date: Mon, 14 Dec 2020 13:54:07 +0000 Subject: [PATCH] Release v4.2.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2709fdc..ab756edf 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] + +## [4.2.1] - 2020-12-14 ### Fixed - Unnecessary `max-width` style in the input of `search-bar` block which causes the style to break when the `search-bar` needs to be bigger`. diff --git a/manifest.json b/manifest.json index a0428f03..064a7631 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-theme", - "version": "4.2.0", + "version": "4.2.1", "builders": { "styles": "2.x", "store": "0.x",