From 40a7a533b77e1c70b3be33983360113856a868c3 Mon Sep 17 00:00:00 2001 From: cdcs0128 <42615935+cdcs0128@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:47:44 +0000 Subject: [PATCH] Release v1.16.9 --- 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 c3ec520..66b11cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [1.16.9] - 2024-03-21 +## [1.16.9] - 2024-03-21 + ## [1.16.8] - 2024-03-20 ## [1.16.7] - 2024-03-08 diff --git a/manifest.json b/manifest.json index 38fe4d7..cc4b4bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.16.8", + "version": "1.16.9", "title": "Wish List", "description": "The Wishlist a pp 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 76badc2..2302bdd 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.16.8" + "version": "1.16.9" }