From 98c796a756e8b8b77c5b1251c415cebd5f625dc4 Mon Sep 17 00:00:00 2001 From: jgfidelis <4925068+jgfidelis@users.noreply.github.com> Date: Tue, 3 Dec 2019 18:43:25 +0000 Subject: [PATCH] Release v0.1.0 --- 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 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" }