From a04a718575b214e5ac0d9736863dee3faf2d3c28 Mon Sep 17 00:00:00 2001 From: carolinamenezes <60782333+carolinamenezes@users.noreply.github.com> Date: Wed, 1 Dec 2021 20:35:09 +0000 Subject: [PATCH] Release v2.1.4 --- 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 8f2a691..bbcfe17 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] +## [2.1.4] - 2021-12-01 + ### Fixed - Removed the SearchBar and Logo components from TopNav. diff --git a/manifest.json b/manifest.json index c555480..9222e9d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "docs-ui", - "version": "2.1.3", + "version": "2.1.4", "title": "VTEX IO Docs UI", "description": "VTEX IO Docs UI", "builders": { diff --git a/react/package.json b/react/package.json index 9fabfee..857a8a6 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.docs-ui", - "version": "2.1.3", + "version": "2.1.4", "scripts": { "lint": "tsc --noEmit && eslint --ext ts,tsx .", "lint:locales": "intl-equalizer",