From f6d2c5c39d8a89b0ebe470376b1fced2ab50fd14 Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Wed, 3 May 2023 19:53:49 +0000 Subject: [PATCH] Release v2.16.0 --- 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 0bf01b4..1122a49 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.0] - 2023-05-03 + ## [2.15.0] - 2023-03-17 ### Added diff --git a/manifest.json b/manifest.json index d3babcd..5038295 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "2.15.0", + "version": "2.16.0", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/react/package.json b/react/package.json index 266f3a7..8fda7a6 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "2.15.0", + "version": "2.16.0", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",