From ae7eedf0fdbf8c307fc10248aff6cf898fdeeb41 Mon Sep 17 00:00:00 2001 From: klzns <284515+klzns@users.noreply.github.com> Date: Mon, 30 Mar 2020 15:28:32 +0000 Subject: [PATCH] Release v0.4.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 b436661..4f7a1df 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.4.0] - 2020-03-30 ### Added - New block `tab-list.item.children`. diff --git a/manifest.json b/manifest.json index a648be6..118b83d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "tab-layout", - "version": "0.3.0", + "version": "0.4.0", "title": "Tab Layout", "description": "", "defaultLocale": "en-US", diff --git a/react/package.json b/react/package.json index eccebe7..8e9ce93 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.3.0" + "version": "0.4.0" }