diff --git a/CHANGELOG.md b/CHANGELOG.md index b53da650..abaf741c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog for Covalent GoldRush Kit +## 0.6.4 + +**Features** + +- Updated `GasCard` UI +- Added optional `TokenAvatar` to `Address` +- Added Chain logo to `ChainSelector` +- Revoke functionality for Approvals list + +**Fixes** + +- Default theme colors +- Misc UI/UX involving usage of Cards, padding, borders, colors, Badges +- Dynamic `Timestamp` lag on switch +- Empty `chain_options` for `ChainSelector` +- Theme based Scrollbar CSS +- Unnecessary element nesting in tables +- Misc responsiveness + ## 0.6.3 **Features** diff --git a/package-lock.json b/package-lock.json index bd71e91c..6234fbf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.6.3", + "version": "0.6.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.6.3", + "version": "0.6.4", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^1.0.2", diff --git a/package.json b/package.json index 98161a77..90740eb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.6.3", + "version": "0.6.4", "description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.", "exports": { ".": {