From e00baa5e697a1e292afd395a496f9ca16ad51d8d Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Thu, 17 Mar 2022 19:51:21 +0000 Subject: [PATCH] Release v2.17.1 --- 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 1ba464e..acf2e95 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.17.1] - 2022-03-17 + ### Fixed - Arabic translation. diff --git a/manifest.json b/manifest.json index d144708..16c5d0e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "category-menu", - "version": "2.17.0", + "version": "2.17.1", "title": "Category Menu", "description": "Displays the categories for the store in a menu", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 571563f..22e939a 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.category-menu", - "version": "2.17.0", + "version": "2.17.1", "scripts": { "pretest": "yarn", "test": "vtex-test-tools test",