From 9c6317c2834acf6d79e405ba000374a3f4fb66b2 Mon Sep 17 00:00:00 2001 From: GeorgeLimaDev <106821144+GeorgeLimaDev@users.noreply.github.com> Date: Wed, 31 May 2023 13:13:24 +0000 Subject: [PATCH] Release v0.16.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 010fe35..c30d175 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.16.0] - 2023-05-31 + ### Fixed - Spanish translation. diff --git a/manifest.json b/manifest.json index 3690326..9549322 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-account-commons", - "version": "0.15.1", + "version": "0.16.0", "title": "MyAccount Commons", "defaultLocale": "pt-BR", "description": "Shared components used to build ne MyAccounts pages", diff --git a/react/package.json b/react/package.json index 80b7e37..967f170 100644 --- a/react/package.json +++ b/react/package.json @@ -27,5 +27,5 @@ "apollo-client": "^2.5.1", "typescript": "3.9.7" }, - "version": "0.15.1" + "version": "0.16.0" }