From 5f03be8632ee17f4420673cc05830c8aef3e1eec Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Mar 2022 15:09:14 +0000 Subject: [PATCH] =?UTF-8?q?chore(release):=20=F0=9F=A4=96=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.3.0](https://github.com/Psychedelic/cap-explorer/compare/v1.2.0...v1.3.0) (2022-03-21) ### Bug Fixes * 🐛readme table of content links ([bf1a973](https://github.com/Psychedelic/cap-explorer/commit/bf1a973541866874490a57b1c3c6d3147dd55938)) ### Features * 🎸 added new token field ([#101](https://github.com/Psychedelic/cap-explorer/issues/101)) ([fd658f5](https://github.com/Psychedelic/cap-explorer/commit/fd658f5d92f6fac3f7b877bf0d2fec03fdd845e1)) * 🎸 Price column in transaction tables ([47fb269](https://github.com/Psychedelic/cap-explorer/commit/47fb269f2eda12ff2d709f3b0e91a313f16f8310)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/dashboard/package-lock.json | 4 ++-- packages/dashboard/package.json | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed472c..43444cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.3.0](https://github.com/Psychedelic/cap-explorer/compare/v1.2.0...v1.3.0) (2022-03-21) + + +### Bug Fixes + +* 🐛readme table of content links ([bf1a973](https://github.com/Psychedelic/cap-explorer/commit/bf1a973541866874490a57b1c3c6d3147dd55938)) + + +### Features + +* 🎸 added new token field ([#101](https://github.com/Psychedelic/cap-explorer/issues/101)) ([fd658f5](https://github.com/Psychedelic/cap-explorer/commit/fd658f5d92f6fac3f7b877bf0d2fec03fdd845e1)) +* 🎸 Price column in transaction tables ([47fb269](https://github.com/Psychedelic/cap-explorer/commit/47fb269f2eda12ff2d709f3b0e91a313f16f8310)) + # [1.2.0](https://github.com/Psychedelic/cap-explorer/compare/v1.1.0...v1.2.0) (2022-01-14) diff --git a/package-lock.json b/package-lock.json index 89b4c91..a6e8549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cap-explorer", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cap-explorer", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@semantic-release/changelog": "^6.0.1", "@semantic-release/exec": "^6.0.2", diff --git a/package.json b/package.json index bcda94f..06361b1 100644 --- a/package.json +++ b/package.json @@ -92,5 +92,5 @@ "node": ">=16", "npm": ">=7" }, - "version": "1.2.0" + "version": "1.3.0" } diff --git a/packages/dashboard/package-lock.json b/packages/dashboard/package-lock.json index 03fc8f4..b2123eb 100644 --- a/packages/dashboard/package-lock.json +++ b/packages/dashboard/package-lock.json @@ -1,12 +1,12 @@ { "name": "dashboard", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dashboard", - "version": "1.2.0", + "version": "1.3.0", "dependencies": { "@dfinity/agent": "^0.9.3", "@dfinity/candid": "^0.9.3", diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 238e133..5f78a08 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "dashboard", - "version": "1.2.0", + "version": "1.3.0", "keywords": [ "package", "typescript"