From 80d8f450238dc92420e8df5251d6f261d9618524 Mon Sep 17 00:00:00 2001 From: lariciamota <19983991+lariciamota@users.noreply.github.com> Date: Thu, 14 Jul 2022 14:10:56 +0000 Subject: [PATCH] Release v3.161.19 --- 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 f678c33b9..fc9a27de9 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.19] - 2022-07-14 + ## [3.161.18] - 2022-07-14 ## [3.161.17] - 2022-07-13 diff --git a/manifest.json b/manifest.json index 8dd58472f..cf67412b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.161.18", + "version": "3.161.19", "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 1fcf5c34f..555d0aa82 100644 --- a/react/package.json +++ b/react/package.json @@ -82,5 +82,5 @@ "./setupTests.js" ] }, - "version": "3.161.18" + "version": "3.161.19" }