diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4f8ec..e6f7bc2 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] +## [0.7.3] - 2019-12-17 + ### Added - Recipe about how to use slider-layout as carousel diff --git a/manifest.json b/manifest.json index 2b7fe8c..a16ca53 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "slider-layout", "vendor": "vtex", - "version": "0.7.2", + "version": "0.7.3", "title": "VTEX Slider-Layout", "description": "A React Slider component that works well in SPA and SSR", "mustUpdateAt": "2020-01-30", diff --git a/react/package.json b/react/package.json index fd2df46..9029753 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.slider-layout", - "version": "0.7.2", + "version": "0.7.3", "description": "A React Slider component that works well in SPA and SSR", "files": [ "react"