From 46b952d34adfb5b0355b103c4a525fcf8aeb0e01 Mon Sep 17 00:00:00 2001 From: arkmoon Date: Thu, 4 Nov 2021 09:37:59 -0400 Subject: [PATCH 1/5] feat: add Smartbridge (vendorField) --- src/components/RecordTable.js | 12 ++++++++++++ src/components/modals/ExportRecordsModal.js | 2 ++ src/pages/index.js | 3 ++- src/services/market.service.js | 1 + 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/RecordTable.js b/src/components/RecordTable.js index 956009a..b6e995a 100644 --- a/src/components/RecordTable.js +++ b/src/components/RecordTable.js @@ -68,6 +68,12 @@ module.exports = { {{ data.row.fiat }} + + {{ data.row.vendorField }} + + Date: Thu, 4 Nov 2021 09:38:34 -0400 Subject: [PATCH 2/5] chore: bump version to 1.1.4 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94fb0b6..b6306de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.4] - 2021-11-04 + +### Changed + +- Added Smartbridge (vendorField) to list of exportable options + ## [1.1.3] - 2021-10-13 ### Fixed From 0e9f2e79a10f344eb8d904b4d748b9d76bc21d76 Mon Sep 17 00:00:00 2001 From: arkmoon Date: Thu, 4 Nov 2021 09:57:43 -0400 Subject: [PATCH 3/5] chore: bump version to 1.1.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a9d855..444e345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dated/transaction-export-plugin", - "version": "1.1.3", + "version": "1.1.4", "description": "Export your wallet transaction history", "main": "src/index.js", "author": "Edgar Goetzendorff ", From 1ddb55326b5f8f45d43fc1336f4ec7f35cc5a934 Mon Sep 17 00:00:00 2001 From: arkmoon Date: Fri, 19 Nov 2021 17:51:05 -0500 Subject: [PATCH 4/5] Update CHANGELOG.md Co-authored-by: Edgar Goetzendorff --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6306de..94fb0b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.1.4] - 2021-11-04 - -### Changed - -- Added Smartbridge (vendorField) to list of exportable options - ## [1.1.3] - 2021-10-13 ### Fixed From 9cfc45662633c013a99c27be509d963cac8e1c80 Mon Sep 17 00:00:00 2001 From: arkmoon Date: Fri, 19 Nov 2021 17:51:12 -0500 Subject: [PATCH 5/5] Update package.json Co-authored-by: Edgar Goetzendorff --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 444e345..5a9d855 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dated/transaction-export-plugin", - "version": "1.1.4", + "version": "1.1.3", "description": "Export your wallet transaction history", "main": "src/index.js", "author": "Edgar Goetzendorff ",