From 1d7154d3a404d338a2ba4ed73b2fed1f49ba04d0 Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Tue, 5 Mar 2024 08:50:27 +0000 Subject: [PATCH] Release v3.129.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 4d0a74c8..7303ee1d 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] +## [3.129.7] - 2024-03-05 + ### Fixed - Returning the original function to map facets but now using dynamic key to avoid the "reserved words" error diff --git a/manifest.json b/manifest.json index 6817ce1a..47c5da66 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search-result", "vendor": "vtex", - "version": "3.129.6", + "version": "3.129.7", "title": "VTEX Search Result", "description": "A search result wrapper component", "mustUpdateAt": "2019-04-25", diff --git a/react/package.json b/react/package.json index 241588be..cd015ca0 100644 --- a/react/package.json +++ b/react/package.json @@ -74,5 +74,5 @@ "jest-environment-jsdom": "^26.0.0", "node-notifier": "^8.0.1" }, - "version": "3.129.6" + "version": "3.129.7" }