From 8b0eb29cfcaf6e7c032d0872ac15fe389183999f Mon Sep 17 00:00:00 2001 From: salesfelipe <3926634+salesfelipe@users.noreply.github.com> Date: Fri, 21 Aug 2020 17:07:45 +0000 Subject: [PATCH] Release v3.5.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 9abe8764..c135a86f 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] +## [3.5.0] - 2020-08-21 + ### Added - Undo action upon the success add toast. diff --git a/manifest.json b/manifest.json index 0e7cc91b..d5073354 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "my-subscriptions", - "version": "3.4.0", + "version": "3.5.0", "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 31b0d783..19644479 100644 --- a/react/package.json +++ b/react/package.json @@ -52,5 +52,5 @@ "vtex.subscriptions-graphql": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.subscriptions-graphql@3.4.0/public/@types/vtex.subscriptions-graphql", "vtex.totalizer-translator": "http://vtex.vtexassets.com/_v/public/typings/v1/vtex.totalizer-translator@2.2.0/public/_types/react" }, - "version": "3.4.0" + "version": "3.5.0" }