Skip to content

Commit

Permalink
!v1.0.5 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored Nov 4, 2024
1 parent e943a04 commit f649494
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog for GoldRush Kit

## 1.0.3
## 1.0.5

**Fixes**

- `GasCard` units precision
- Actionables types
- Use `latest` for `LatestBlocks`

**Features**

- Added `TransactionRawLogs` component
- Added `on_page_change` function to `BlocksList`
- `ChainSelector` now bifurcates between the chains priority

## 1.0.4

**Fixes**

Expand All @@ -15,6 +29,18 @@

- Added `in/out`s for all list of transactions

## 1.0.3

**Fixes**

- Use `latest` for `LatestTransactions`
- `timestampParser` now comes from the SDK

**Features**

- Added actionables for `LatestBlocks` and `LatestTransactions`
- Added prop `changeSelectedChain` in `AddressActivityList` to optionally change the selected chain on clicking

## 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.4",
"version": "1.0.5",
"description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.",
"exports": {
".": {
Expand Down
1 change: 1 addition & 0 deletions src/components/Molecules/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ export { TokenBalancesList } from "./Token/TokenBalancesList/TokenBalancesList";
export { TokenTransfersList } from "./Token/TokenTransfersList/TokenTransfersList";
export { LatestTransactions } from "./Transaction/LatestTransactions/LatestTransactions";
export { TransactionDetails } from "./Transaction/TransactionDetails/TransactionDetails";
export { TransactionRawLogs } from "./Transaction/TransactionRawLogs/TransactionRawLogs";
export { TransactionReceipt } from "./Transaction/TransactionReceipt/TransactionReceipt";
export { TransactionsList } from "./Transaction/TransactionsList/TransactionsList";

0 comments on commit f649494

Please sign in to comment.