diff --git a/CHANGELOG.md b/CHANGELOG.md index 8425387..f5a3eeb 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] + +## [0.1.0] - 2019-12-03 ### Deprecated - `defaultActiveTab` on `TabListItem`. diff --git a/manifest.json b/manifest.json index 813aaf6..7441100 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "tab-layout", - "version": "0.0.2", + "version": "0.1.0", "title": "Tab Layout", "description": "", "defaultLocale": "en-US", diff --git a/react/package.json b/react/package.json index 5d50b45..6dd951d 100644 --- a/react/package.json +++ b/react/package.json @@ -17,5 +17,5 @@ "vtex.render-runtime": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.render-runtime@8.65.0/public/_types/react", "vtex.styleguide": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.styleguide@9.79.4/public/_types/react" }, - "version": "0.0.2" + "version": "0.1.0" }