From afa538382e66101e0e387c1deb8dca76737135f3 Mon Sep 17 00:00:00 2001 From: cdcs0128 <42615935+cdcs0128@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:31:26 +0000 Subject: [PATCH] Release v1.18.1 --- 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 5d83948..df952da 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.1] - 2024-08-05 + ### Added - validate authToken with shoperId diff --git a/manifest.json b/manifest.json index 7308248..cfdbb15 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.18.0", + "version": "1.18.1", "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": [], @@ -67,7 +67,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 4a04ae5..964cf66 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.0" + "version": "1.18.1" }