Skip to content

Commit

Permalink
!release: v0.5.1 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 authored Apr 4, 2024
1 parent a4139c6 commit b1ac25e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 54 deletions.
83 changes: 32 additions & 51 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,38 @@
# Changelog for Covalent GoldRush Kit

## 0.5.0
## 0.5.1

**Fixes**

## What's Changed
- Fix search function exported from `useGoldRush`
- Update TypeScript Client SDK

## 0.5.0

## Fixes
**Fixes**

- Fix `image_512` null check error
- Fix TypeScript types - remove use of `any` type
- Fix exported components for the library

## Features
**Features**

- Themeing is updated to a new implementation

## 0.4.7

## What's Changed

## Fixes
**Fixes**

- Fix transactions receipt responsiveness
- Fix copy toast for address copy

## Features
**Features**

- Add block details v2

## 0.4.6

## What's Changed

## Fixes
**Fixes**

- Type exporting for components
- Transaction receipt token image by handling svg or png
Expand All @@ -40,36 +41,30 @@

## 0.4.5

## What's Changed

## Fixes
**Fixes**

- Refactor provider
- Fix quote rate being 0 on token pool list component
- Fix swap exchange logic

## Features
**Features**

## 0.4.4

## What's Changed

## Fixes
**Fixes**

- Fix decoder api body
- Detailed keys for Decoder

## Features
**Features**

## 0.4.3

## What's Changed

## Fixes
**Fixes**

- Mobile `on_click` fix

## Features
**Features**

- Components
- Block Details
Expand All @@ -83,11 +78,9 @@

## 0.4.2

## What's Changed

## Fixes
**Fixes**

## Features
**Features**

- Add transfer clicks to labels on list views
- PoolList
Expand All @@ -98,82 +91,70 @@

## 0.4.1

## What's Changed
**Fixes**

## Fixes

## Features
**Features**

- Add `chain_name` to the object when `on_transfer_click` function is ran on the `TokenBalanceListView` component.

## 0.4.0

## What's Changed

## Fixes
**Fixes**

- Fix hydration error for Transactions Receipt

## Features
**Features**

- Added Address Detail View component

## 0.3.9

## What's Changed

## Fixes
**Fixes**

- Forward apikey in context for transactions receipt fix
- Fix skeleton for transactions receipt

## Features
**Features**

- Added new gas card

## 0.3.8

## What's Changed

## Fixes
**Fixes**

- Fixed image in README
- Added user agent
- Remove unnecessary checkboxes in list components

## Features
**Features**

### Block Explorer Components

- Transactions receipt

## 0.3.7

## What's Changed

## Fixes
**Fixes**

- Added pagination to token list and pool list views
- Cache SVGs for token icons
- Consistent stories

## Features
**Features**

### XYK Components

- Wallet positions

## 0.3.6

## What's Changed

## Fixes
**Fixes**

- Added pagination to token list and pool list views
- Cache SVGs for token icons
- Consistent stories

## Features
**Features**

### XYK Components

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,7 +1,7 @@
{
"_id": "goldrush-kit@0.0.1",
"name": "@covalenthq/goldrush-kit",
"version": "0.5.0",
"version": "0.5.1",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down

0 comments on commit b1ac25e

Please sign in to comment.