From 24fe24e5d10de095899f29e81e8df4c70f7b64d0 Mon Sep 17 00:00:00 2001 From: lariciamota <19983991+lariciamota@users.noreply.github.com> Date: Wed, 13 Jul 2022 19:51:45 +0000 Subject: [PATCH] Release v3.161.14 --- 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 1af76179c..8f7358741 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.14] - 2022-07-13 + ## [3.161.13] - 2022-07-07 ## [3.161.12] - 2022-07-06 diff --git a/manifest.json b/manifest.json index 4b837754b..31f92acc4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.161.13", + "version": "3.161.14", "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 4270b920a..0522cbf4f 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.161.13" + "version": "3.161.14" }