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",