From 32ac2093cd4b17137301a3b2af6bbd2b59518521 Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:26:09 +0000 Subject: [PATCH] Release v3.164.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 da46691b4..64ac5770d 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.164.0] - 2023-01-02 + ### Added - Indonesian translation. diff --git a/manifest.json b/manifest.json index ffc265f54..e14bfa22f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "store-components", - "version": "3.163.4", + "version": "3.164.0", "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 774a5e911..e78ca9e91 100644 --- a/react/package.json +++ b/react/package.json @@ -89,5 +89,5 @@ "./setupTests.js" ] }, - "version": "3.163.4" + "version": "3.164.0" }