From c9d614bf290a8f6c9b81b492f8fd95374fb261be Mon Sep 17 00:00:00 2001 From: iago1501 <13649073+iago1501@users.noreply.github.com> Date: Mon, 27 Feb 2023 18:59:46 +0000 Subject: [PATCH] Release v0.37.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 07dda3d2..05101220 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.37.0] - 2023-02-27 + ### Added - Bulgarian, Catalan, Czech, German, Greek, French, Italian, Dutch, Polish, Russian, Slovakian, Swedish, Thai and Ukrainian translations. diff --git a/manifest.json b/manifest.json index 684974a9..31d8f0e6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "product-list", - "version": "0.36.0", + "version": "0.37.0", "title": "Product List", "description": "Product List", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 5ff65d0a..0cbb8401 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.36.0" + "version": "0.37.0" }