From c8aecd6f755402b7be2f1abf050d19ca9f69d27e Mon Sep 17 00:00:00 2001 From: iaronaraujo <8443580+iaronaraujo@users.noreply.github.com> Date: Wed, 29 Jul 2020 13:14:46 +0000 Subject: [PATCH] Release v0.21.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 bdf911c0..8f62643e 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.21.0] - 2020-07-29 ### Added - Prop `unitPriceDisplay` to `unit-price` block. - Prop `displayUnitListPrice` to `unit-price` block. diff --git a/manifest.json b/manifest.json index db689257..4f7c6393 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.20.2", + "version": "0.21.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index a942f787..698e3d14 100644 --- a/react/package.json +++ b/react/package.json @@ -43,5 +43,5 @@ "vtex.store-icons": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.store-icons@0.17.0/public/@types/vtex.store-icons", "vtex.modal-layout": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.modal-layout@0.4.2/public/@types/vtex.modal-layout" }, - "version": "0.20.2" + "version": "0.21.0" }