Skip to content

Commit

Permalink
!release: v0.5.6 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed May 13, 2024
1 parent 86eca0a commit fa54040
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog for Covalent GoldRush Kit

## 0.5.6

**Features**

- Added `LatestTransactions` for a chain

**Fixes**

- Responsiveness of multiple components
- Added visual uniformity
- Created for `CardDetail` for all heading-value based data pairs
- Created `TableList` for all the tables
- Refactored for pagination in `TableList` to improve visual similarity
- Fixed build for Storybook
- Fixed columns in all the tables
- Improved TypeScript support

## 0.5.5

**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.5.5",
"version": "0.5.6",
"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 @@ -11,6 +11,7 @@ export { DecodedTransaction } from "./DecodedTransaction/DecodedTransaction";
export { GasCard } from "./GasCard/GasCard";
export { LatestBlocks } from "./LatestBlocks/LatestBlocks";
export { LatestPrice } from "./LatestPrice/LatestPrice";
export { LatestTransactions } from "./LatestTransactions/LatestTransactions";
export { NFTFloorPrice } from "./NFTs/NFTFloorPrice/NFTFloorPrice";
export { NFTSalesCount } from "./NFTs/NFTSalesCount/NFTSalesCount";
export { NFTVolume } from "./NFTs/NFTVolume/NFTVolume";
Expand Down

0 comments on commit fa54040

Please sign in to comment.