From 482358d69ffb75a9d6a8c36c7d851c3e470c56a6 Mon Sep 17 00:00:00 2001 From: julia-rabello <77292838+julia-rabello@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:30:25 +0000 Subject: [PATCH] Release v2.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 5109753..3c6b352 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] +## [2.16.9] - 2024-02-02 + ### Added - Explanation about hideUnavailableItems prop in documentation. diff --git a/manifest.json b/manifest.json index 231d45f..7e784e3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "2.16.8", + "version": "2.16.9", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/react/package.json b/react/package.json index 66965ba..a8bd455 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "2.16.8", + "version": "2.16.9", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",