From d56498dcd2e21fa2229293f878001c964fd61fa3 Mon Sep 17 00:00:00 2001 From: igorbrasileiro <15680320+igorbrasileiro@users.noreply.github.com> Date: Thu, 16 Dec 2021 14:47:00 +0000 Subject: [PATCH] Release v2.34.4 --- 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 3abfc39..85cd090 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.34.4] - 2021-12-16 + ### Fixed - French, Spanish, Japanese, Italian, Korean and Dutch translation. diff --git a/manifest.json b/manifest.json index 45892c6..acef98d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "menu", "vendor": "vtex", - "version": "2.34.3", + "version": "2.34.4", "title": "VTEX Menu", "description": "A Menu Component", "mustUpdateAt": "2019-04-03", diff --git a/react/package.json b/react/package.json index 4c6c5e3..e1622ab 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.menu", - "version": "2.34.3", + "version": "2.34.4", "description": "A Menu Component.", "scripts": { "pretest": "yarn",