From 7d01bc96811777f607b2508ecb519c66cc884bf1 Mon Sep 17 00:00:00 2001 From: AnnaChiu95 <53097865+AnnaChiu95@users.noreply.github.com> Date: Wed, 13 Jul 2022 18:01:37 +0000 Subject: [PATCH] Release v0.3.3 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- node/package.json | 2 +- react/package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf7740a..1eb038c 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.3.3] - 2022-07-13 + ### Fixed - Fixed a bug where the Adyen Menu page got seller's account status from first account listed instead of first active account diff --git a/manifest.json b/manifest.json index d8c2a16..55b72fb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "adyen-platforms", "vendor": "vtex", - "version": "0.3.2", + "version": "0.3.3", "title": "Adyen-platforms", "description": "Integration with Adyen for Platforms", "mustUpdateAt": "2022-01-04", diff --git a/node/package.json b/node/package.json index dbbedaf..adb1009 100644 --- a/node/package.json +++ b/node/package.json @@ -16,5 +16,5 @@ "scripts": { "lint": "tsc --noEmit && tslint -c tslint.json './**/*.ts'" }, - "version": "0.3.2" + "version": "0.3.3" } diff --git a/react/package.json b/react/package.json index bbe0dfd..4377c9c 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "vtex.admin-platforms", - "version": "0.3.2", + "version": "0.3.3", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" },