From 2f3c097933bec2d227efe6f6a643a9049b186361 Mon Sep 17 00:00:00 2001 From: lariciamota <19983991+lariciamota@users.noreply.github.com> Date: Wed, 13 Jul 2022 20:05:46 +0000 Subject: [PATCH] Release v3.161.16 --- 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 bf596f83f..4d74808f9 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.161.16] - 2022-07-13 + ## [3.161.15] - 2022-07-13 ## [3.161.14] - 2022-07-13 diff --git a/manifest.json b/manifest.json index 3ff90cc44..b735805f5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.161.15", + "version": "3.161.16", "title": "VTEX Store Components", "defaultLocale": "pt-BR", "description": "The VTEX store components for that render apps can use", diff --git a/react/package.json b/react/package.json index 804cd9483..87a218a54 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.161.15" + "version": "3.161.16" }