From c47364c85e078d5c1a3bc3f84bf2c0a9a5e3ee36 Mon Sep 17 00:00:00 2001 From: hiagolcm <40380674+hiagolcm@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:48:04 +0000 Subject: [PATCH] Release v2.8.1 --- 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 6c34610c..05619b38 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.8.1] - 2021-06-29 + ### Added - `closeModal` function to the `Attribute` component and to the close button. diff --git a/manifest.json b/manifest.json index 44abaf88..b5f9228b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "2.8.0", + "version": "2.8.1", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/react/package.json b/react/package.json index a2d9d1a3..d4de8384 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "2.8.0", + "version": "2.8.1", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",