From 4cc2bd32ea298a327eacdda66868d5a57e01e5a0 Mon Sep 17 00:00:00 2001 From: Yashvardhan Jagnani Date: Tue, 30 Apr 2024 11:21:17 +0530 Subject: [PATCH] !release: v0.5.5 --- CHANGELOG.md | 18 +++++++++++++++++- package-lock.json | 6 +++--- package.json | 4 ++-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40a36498..1d6797cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog for Covalent GoldRush Kit -## 0.5.3 +## 0.5.5 + +**Features** + +- Added `LatestPrice` for native token molecule +- Added `custom_avatar` for `Address` +- Updated UI for `GasCard` + +**Fixes** + +- Initial state of `ChainSelector` +- `AddressDetails` token holdings dropdown height +- CSS in `AddressDetails`, `BlockDetails` and `TransactionDetails` +- Loading state for list of transactions +- Misc CSS + +## 0.5.4 **Fixes** diff --git a/package-lock.json b/package-lock.json index 60efa6cf..4c7dd307 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.5.4", + "version": "0.5.5", "license": "Apache-2.0", "dependencies": { - "@covalenthq/client-sdk": "^1.0.1", + "@covalenthq/client-sdk": "^1.0.2", "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", "@radix-ui/react-avatar": "^1.0.4", diff --git a/package.json b/package.json index 97513cde..85dce2bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.5.4", + "version": "0.5.5", "description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.", "exports": { ".": { @@ -82,7 +82,7 @@ "vite-plugin-dts": "^3.8.2" }, "dependencies": { - "@covalenthq/client-sdk": "^1.0.1", + "@covalenthq/client-sdk": "^1.0.2", "@headlessui/react": "^1.7.18", "@headlessui/tailwindcss": "^0.2.0", "@radix-ui/react-avatar": "^1.0.4",