From 49a84554c9dbe82503d7b0d215c11c2e7824607c Mon Sep 17 00:00:00 2001 From: lucasecdb <10223856+lucasecdb@users.noreply.github.com> Date: Mon, 9 Mar 2020 20:24:24 +0000 Subject: [PATCH] Release v0.19.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 3b07d403..80b1b2fb 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.19.0] - 2020-03-09 ### Added - Prop `width` to `product-list-image` block. diff --git a/manifest.json b/manifest.json index 9577cf57..4715f29c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.18.1", + "version": "0.19.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 81cae382..0e5cae6a 100644 --- a/react/package.json +++ b/react/package.json @@ -41,5 +41,5 @@ "vtex.format-currency": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.format-currency@0.1.3/public/@types/vtex.format-currency", "vtex.formatted-price": "http://vtex.vteximg.com.br/_v/public/typings/v1/vtex.formatted-price@0.3.2/public/@types/vtex.formatted-price" }, - "version": "0.18.1" + "version": "0.19.0" }