From a598a367dddf7b7092d3774525ac9486bec7de3e Mon Sep 17 00:00:00 2001 From: "cristian.cifuentes" Date: Thu, 21 Mar 2024 08:25:07 -0500 Subject: [PATCH 1/3] Release v1.16.9 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5a8d7..c3ec520 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.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": [], From 73b3de446acbb1791d416ad308e7db23e804f5ff Mon Sep 17 00:00:00 2001 From: "cristian.cifuentes" Date: Thu, 21 Mar 2024 08:35:17 -0500 Subject: [PATCH 2/3] 1.16.9 --- dotnet/GraphQL/Query.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotnet/GraphQL/Query.cs b/dotnet/GraphQL/Query.cs index a31e041..cdefa3d 100644 --- a/dotnet/GraphQL/Query.cs +++ b/dotnet/GraphQL/Query.cs @@ -29,6 +29,8 @@ public Query(IWishListService wishListService) resolve: async context => { + Console.WriteLine("viewList"); + string shopperId = context.GetArgument("shopperId"); string name = context.GetArgument("name"); int from = context.GetArgument("from"); From 13e430a8df7149a2cf76b7b55826d6de45d1bcdd Mon Sep 17 00:00:00 2001 From: "cristian.cifuentes" Date: Thu, 21 Mar 2024 08:37:55 -0500 Subject: [PATCH 3/3] fix manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index cc4b4bb..38fe4d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "wish-list", "vendor": "vtex", - "version": "1.16.9", + "version": "1.16.8", "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": [],