From c6947557b1bbe5feda88973f050e317e916ee5e7 Mon Sep 17 00:00:00 2001 From: salesfelipe <3926634+salesfelipe@users.noreply.github.com> Date: Wed, 14 Oct 2020 12:54:04 +0000 Subject: [PATCH] Release v0.22.1 --- 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 d674035f..fcb26d35 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.22.1] - 2020-10-14 + ### Fixed - **pt** translations. diff --git a/manifest.json b/manifest.json index ddd704ae..ebc822ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-subscriptions", - "version": "0.22.0", + "version": "0.22.1", "title": "MySubscriptions", "defaultLocale": "pt-BR", "description": "MySubscriptions app used used inside of the MyAccounts", diff --git a/react/package.json b/react/package.json index 45824e84..7f15f083 100644 --- a/react/package.json +++ b/react/package.json @@ -51,5 +51,5 @@ "vtex.subscriptions-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.subscriptions-graphql@2.7.5/public/@types/vtex.subscriptions-graphql", "vtex.totalizer-translator": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.totalizer-translator@1.1.0/public/_types/react" }, - "version": "0.22.0" + "version": "0.22.1" }