From 3dc4faff89234ed4921a14a8bdcd098c19f7b86d Mon Sep 17 00:00:00 2001 From: Yashvardhan Jagnani <60016972+jagnani73@users.noreply.github.com> Date: Thu, 30 May 2024 02:18:58 +0530 Subject: [PATCH] !release: v0.6.3 (#183) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbabcf75..b53da650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog for Covalent GoldRush Kit +## 0.6.3 + +**Features** + +- Added `dynamic` property to `Timestamp` +- Updated `GasCard` UI + +**Fixes** + +- Removed Table Header Sorting for Approvals List +- Value calculation in multiple places +- `actions` for `BlocksList` and `LatestBlocks` + ## 0.6.2 **Features** diff --git a/package-lock.json b/package-lock.json index baff75e7..7645e78f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.6.2", + "version": "0.6.3", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^1.0.2", diff --git a/package.json b/package.json index 94d8ee5c..98161a77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.6.2", + "version": "0.6.3", "description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.", "exports": { ".": {