From 485192005e56990af38475af67654155345cc221 Mon Sep 17 00:00:00 2001 From: tsheng1 <50427607+tsheng1@users.noreply.github.com> Date: Thu, 6 May 2021 19:47:48 +0000 Subject: [PATCH] Release v1.7.0 --- CHANGELOG.md | 2 ++ manifest.json | 6 ++++-- react/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f734cd..9a5cc69 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.7.0] - 2021-05-06 + ## [1.6.2] - 2021-05-06 ### Added diff --git a/manifest.json b/manifest.json index 960a165..b3c2602 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.6.1", + "version": "1.7.0", "title": "Wish List", "description": "The Wishlist app is designed for B2C. It adds a heart icon to the Shelfs and Product Page, so the user can add it to the Wishlist, you can list all the Wishlisted items at /wishlist", "categories": [], @@ -75,7 +75,9 @@ }, "free": true, "type": "free", - "availableCountries": ["*"] + "availableCountries": [ + "*" + ] }, "$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema" } diff --git a/react/package.json b/react/package.json index 3d141d0..bda9461 100644 --- a/react/package.json +++ b/react/package.json @@ -45,5 +45,5 @@ "vtex.store-resources": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-resources@0.80.0/public/@types/vtex.store-resources", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.140.0/public/@types/vtex.styleguide" }, - "version": "1.6.1" + "version": "1.7.0" }