From 22a957d314c1ba745bb339fab069b3fc0668a7a7 Mon Sep 17 00:00:00 2001 From: Mecrano <26680887+Mecrano@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:58:58 +0000 Subject: [PATCH] Release v1.18.3 --- 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 eee94af..568334c 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.18.3] - 2024-09-17 + ### Fix - shopperId was email even if account is PII diff --git a/manifest.json b/manifest.json index eeb8c3e..fb15125 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.18.2", + "version": "1.18.3", "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 6a768ab..8da5c98 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.18.2" + "version": "1.18.3" }