From 1c490a110483543a8beac70342f918b93b60c051 Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Thu, 22 Apr 2021 16:33:53 +0000 Subject: [PATCH] Release v1.20.0 --- CHANGELOG.md | 2 ++ manifest.json | 4 ++-- react/package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d035d2..2fbbeba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.20.0] - 2021-04-22 + ### Added - I18n Dk, Fi, Jp, Kr and Ro. diff --git a/manifest.json b/manifest.json index ff44682..f70640b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "product-details", "vendor": "vtex", - "version": "1.19.10", + "version": "1.20.0", "title": "Product Details", "description": "Product details component", "defaultLocale": "pt-BR", @@ -26,4 +26,4 @@ "vtex.product-context": "0.x" }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" -} \ No newline at end of file +} diff --git a/react/package.json b/react/package.json index 3f29b05..01e9b20 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "product-details", - "version": "0.1.0", + "version": "1.20.0", "scripts": { "pretest": "yarn", "test": "jest",