From a723fd632aa027529e410bdd49b39d6f38d12e7f Mon Sep 17 00:00:00 2001 From: iaronaraujo <8443580+iaronaraujo@users.noreply.github.com> Date: Thu, 10 Sep 2020 13:43:44 +0000 Subject: [PATCH] Release v1.7.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 dde1e8c..85293fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.7.0] - 2020-09-10 ### Added - `product-spot-price-savings` component diff --git a/manifest.json b/manifest.json index fa8301d..2cd638d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-price", - "version": "1.6.1", + "version": "1.7.0", "title": "VTEX Product Price", "description": "Components used to show everything price related in the context of the product", "builders": { diff --git a/react/package.json b/react/package.json index cb174f9..1ad29ab 100644 --- a/react/package.json +++ b/react/package.json @@ -28,5 +28,5 @@ "vtex.product-context": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.product-context@0.8.2/public/@types/vtex.product-context", "vtex.render-runtime": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.render-runtime@8.112.0/public/@types/vtex.render-runtime" }, - "version": "1.6.1" + "version": "1.7.0" }