From f258f4c0eaf8d7725afe9b4737af2a0398ca3a0b Mon Sep 17 00:00:00 2001 From: hcaula <15937541+hcaula@users.noreply.github.com> Date: Thu, 21 Dec 2023 12:24:10 +0000 Subject: [PATCH] Release v2.88.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 9762676f..4cb78bd5 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.88.0] - 2023-12-21 + ### Added - Support options for different sponsored badge positions. diff --git a/manifest.json b/manifest.json index 466af6e0..f6f1016d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-summary", - "version": "2.87.1", + "version": "2.88.0", "title": "Product Summary", "description": "Product summary component", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 5bcca266..d66d5b4a 100644 --- a/react/package.json +++ b/react/package.json @@ -46,5 +46,5 @@ "vtexScriptsOverride": { "srcPath": "." }, - "version": "2.87.1" + "version": "2.88.0" }