Skip to content

Commit

Permalink
!release: v0.5.5 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored Apr 30, 2024
1 parent 4242b4d commit ea7351f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
".": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit ea7351f

Please sign in to comment.