From df8c378e93c2bd971209a7a271c8bc5f3eca0af8 Mon Sep 17 00:00:00 2001 From: Klynger <8517023+Klynger@users.noreply.github.com> Date: Thu, 30 Jan 2020 18:59:38 +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 26b1bd6..5a3940a 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] - 2020-01-30 ### Added - Unique css handle to the stack items. diff --git a/manifest.json b/manifest.json index 4aae297..b8083c5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "stack-layout", - "version": "0.0.2", + "version": "0.1.0", "title": "VTEX stack layout component", "defaultLocale": "pt-BR", "description": "VTEX stack layout component", diff --git a/react/package.json b/react/package.json index ef12bea..bdcd297 100644 --- a/react/package.json +++ b/react/package.json @@ -12,5 +12,5 @@ "@types/react": "^16.8.13", "@types/react-intl": "^2.3.17" }, - "version": "0.0.2" + "version": "0.1.0" }