From 56e49f385a8d6d4ee167f3b5fe0286299e5115cd Mon Sep 17 00:00:00 2001 From: thyarles <1340046+thyarles@users.noreply.github.com> Date: Fri, 24 Feb 2023 09:11:58 +0000 Subject: [PATCH] Release v1.15.7 --- 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 a228535..231e77a 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.15.7] - 2023-02-24 + ### Fixed - [ENGINEERS-1127] Standardization of file names for Cypress tests diff --git a/manifest.json b/manifest.json index 1bea4c1..1381d2d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.15.6", + "version": "1.15.7", "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": [], diff --git a/react/package.json b/react/package.json index 749250a..61baf21 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.15.6" + "version": "1.15.7" }