From d65c29e6bf1bdd2dc0cda090c8cd8d21ccb8126d Mon Sep 17 00:00:00 2001 From: gsasouza <8701003+gsasouza@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:41:23 +0000 Subject: [PATCH] Release v0.11.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 ad2bfc3..9e3ce99 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.11.0] - 2021-04-29 ### Added - CSS Handles: - `drawerTitleOuterContainer` diff --git a/manifest.json b/manifest.json index 30203e5..255bc48 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-comparison", - "version": "0.10.0", + "version": "0.11.0", "title": "Product Comparison", "description": "Product Comparison", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index c29321b..43ec9c3 100644 --- a/react/package.json +++ b/react/package.json @@ -40,5 +40,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.79.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.138.2/public/@types/vtex.styleguide" }, - "version": "0.10.0" + "version": "0.11.0" }