Skip to content

Commit

Permalink
!release: v0.6.1 (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored May 22, 2024
1 parent 3f1315b commit 89254e5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog for Covalent GoldRush Kit

## 0.6.1

**Features**

- Added `TokenApprovalList` and `NFTApprovalList` Molecules
- Added `BlocksList` and `TransactionsList` Molecules
- `ChainSelector` now accepts ChainsIDs alongside ChainNames
- Updated UI for `LatestBlocks` and `LatestTransactions`

**Fixes**

- TransactionList misaligned props
- `Timestamp` UI
- `Address` and `AddressCard` utilization

## 0.6.0

**Features**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalenthq/goldrush-kit",
"version": "0.6.0",
"version": "0.6.1",
"description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.",
"exports": {
".": {
Expand Down

0 comments on commit 89254e5

Please sign in to comment.