From 27f3b0b747da2a8533a488f9c4a10b7267552770 Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Tue, 8 Mar 2022 16:51:42 +0000 Subject: [PATCH] Release v2.17.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 ccb5eeb..b991319 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.0] - 2022-03-08 + ### Added - Arabic translation. diff --git a/manifest.json b/manifest.json index 3471fd7..d144708 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "category-menu", - "version": "2.16.0", + "version": "2.17.0", "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 8b8aa8f..571563f 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.category-menu", - "version": "2.16.0", + "version": "2.17.0", "scripts": { "pretest": "yarn", "test": "vtex-test-tools test",