From e410e18f5d57c127fd25237688e97fa41a36c276 Mon Sep 17 00:00:00 2001 From: Anthony Law Date: Mon, 29 Aug 2022 17:54:28 +0800 Subject: [PATCH] [explorer] task: release v1.1.6 #1083 * [explorer] task: release v1.1.6 * [explorer] task: update change log --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ab23981..94fb9f68e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.1.6][v1.1.6] - 17-Jun-2022 +Package | Version | Link +---|---|--- +REST Core| v2.4.0 | catapult-rest +SDK Core| v2.0.1 | symbol-sdk + +[Bug] [#906](https://github.com/symbol/explorer/issues/906): Ctrl + click on any transaction link is working now. + +[Bug] [#1051](https://github.com/symbol/explorer/issues/1051): Fix invalid XYM amount display when XYM sent together with namespace alias and mosaic id. + +[Bug] [#1052](https://github.com/symbol/explorer/issues/1052): Removed senseless voting key address in the voting key section. + +[Feature] [#1055](https://github.com/symbol/explorer/pull/1055): We added a copy button beside the address on the listing page. + +[Feature] [#1056](https://github.com/symbol/explorer/pull/1056): We added the account label on the account listing page. + +[Feature] [#1057](https://github.com/symbol/explorer/pull/1057): Dependabot and auto-merge are up. + +[Performance] [#1068](https://github.com/symbol/explorer/pull/1068): Performance improvement for the transaction list page, reduce block requests to obtain timestamp. + +[Feature] [#1070](https://github.com/symbol/explorer/pull/1070): Explorer will display the local timezone now. + +[Bug] [#1101](https://github.com/symbol/explorer/pull/1101): Fix display wrong native namespace expiration. + ## [v1.1.5][v1.1.5] - 23-Apr-2022 Package | Version | Link @@ -482,3 +506,4 @@ SDK Core| v0.20.7 | symbol-sdk [v1.1.3]: https://github.com/symbol/explorer/releases/tag/v1.1.3 [v1.1.4]: https://github.com/symbol/explorer/releases/tag/v1.1.4 [v1.1.5]: https://github.com/symbol/explorer/releases/tag/v1.1.5 +[v1.1.6]: https://github.com/symbol/explorer/releases/tag/v1.1.6 diff --git a/package-lock.json b/package-lock.json index c2f2f393f..dc3302c70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "symbol-explorer", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "symbol-explorer", - "version": "1.1.5", + "version": "1.1.6", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.17.12", "@babel/plugin-proposal-pipeline-operator": "^7.18.2", diff --git a/package.json b/package.json index 62ec423ae..220211389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "symbol-explorer", - "version": "1.1.5", + "version": "1.1.6", "description": "Symbol Block and Network Explorer", "scripts": { "build": "vue-cli-service build",