From 2e3e4fb1707c03c7a93d500638893cf340853c3e Mon Sep 17 00:00:00 2001 From: camilavcoutinho <71647659+camilavcoutinho@users.noreply.github.com> Date: Thu, 22 Apr 2021 17:41:34 +0000 Subject: [PATCH] Release v0.10.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 617ac76..8f4bbfd 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.10.0] - 2021-04-22 + ### Added - I18n Da, Fi, Ja, Ko and Ro. - Crowdin configuration file. diff --git a/manifest.json b/manifest.json index ac60cb9..a499fcd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "modal-layout", - "version": "0.9.0", + "version": "0.10.0", "title": "VTEX Modal Layout", "description": "A React Modal component.", "defaultLocale": "pt-BR", diff --git a/react/package.json b/react/package.json index 0c9d6ad..a12a5f8 100644 --- a/react/package.json +++ b/react/package.json @@ -32,5 +32,5 @@ "vtex.responsive-values": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.responsive-values@0.4.0/public/@types/vtex.responsive-values", "vtex.store-icons": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.store-icons@0.18.0/public/@types/vtex.store-icons" }, - "version": "0.9.0" + "version": "0.10.0" }