From a6f1f92cd40275133fca2623a740dbba94b3f80e Mon Sep 17 00:00:00 2001 From: thalytafabrine <20840671+thalytafabrine@users.noreply.github.com> Date: Fri, 17 Mar 2023 16:45:23 +0000 Subject: [PATCH] Release v2.15.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 e6a44d52..0bf01b49 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.15.0] - 2023-03-17 + ### Added - `shippingOptions` to product suggestions query. diff --git a/manifest.json b/manifest.json index af22b424..d3babcdd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "search", "vendor": "vtex", - "version": "2.14.2", + "version": "2.15.0", "title": "Search", "description": "Search components and functionality for VTEX IO.", "scripts": { diff --git a/react/package.json b/react/package.json index 1f7fc19a..266f3a71 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "2.14.2", + "version": "2.15.0", "private": true, "dependencies": { "@apollo/react-hooks": "^3.1.5",