From 6439cd5d133834d7c116cb7e9fbee1d8fe523731 Mon Sep 17 00:00:00 2001 From: Joe Le <55604805+nguyenlejoe@users.noreply.github.com> Date: Thu, 29 Feb 2024 10:59:06 -0800 Subject: [PATCH] Release v0.4.7 (#136) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b322a55..f589b193 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog for Covalent GoldRush Kit +## 0.4.7 + +## What's Changed + +## Fixes +- Fix transactions receipt responsiveness +- Fix copy toast for address copy + +## Features +- Add block details v2 + + ## 0.4.6 ## What's Changed diff --git a/package-lock.json b/package-lock.json index 84161fd6..da214b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.4.6", + "version": "0.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.4.6", + "version": "0.4.7", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^0.9.4", diff --git a/package.json b/package.json index bdec133d..a4781065 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "_id": "goldrush-kit@0.0.1", "name": "@covalenthq/goldrush-kit", - "version": "0.4.6", + "version": "0.4.7", "types": "dist/index.d.ts", "exports": { ".": {