Skip to content

Commit

Permalink
!v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Oct 17, 2024
1 parent 111eb34 commit 5b96467
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for GoldRush Kit

## 1.0.3

**Fixes**

- Timestamp icon placement
- `latest` block height in `LatestTransactions`
- Gwei decimal and minor UI in `GasCard`
- `Timestamp` edge case - it is now being parsed via a unified function from the SDK

**Features**

- Added `actionable_redirect`s for `LatestBlocks` and `LatestTransactions`
- Added a `changeSelectedChain` prop to the `AddressActivityList` component for optionally changing the selected chain globally when clicked on a chain name

## 1.0.2

**Fixes**
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": "1.0.2",
"version": "1.0.3",
"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 5b96467

Please sign in to comment.