From 8bb6492114ed0b78ea17da36d86c51e84600cb04 Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:14:31 +0000 Subject: [PATCH] Release v0.36.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 c5cf5a3d..9a7a5f56 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] +## [0.36.0] - 2023-01-02 + ### Added - Indonesian translation. diff --git a/manifest.json b/manifest.json index 136ec045..684974a9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.35.1", + "version": "0.36.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index e2bc2935..5ff65d0a 100644 --- a/react/package.json +++ b/react/package.json @@ -36,5 +36,5 @@ "vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-icons@0.18.0/public/@types/vtex.store-icons", "vtex.styleguide": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.styleguide@9.134.1/public/@types/vtex.styleguide" }, - "version": "0.35.1" + "version": "0.36.0" }