From 75a7d08375eee6081fd00c051ce40ebd619b02d3 Mon Sep 17 00:00:00 2001 From: Yashvardhan Jagnani <60016972+jagnani73@users.noreply.github.com> Date: Thu, 18 Apr 2024 02:09:05 +0530 Subject: [PATCH] !release: v0.5.3 (#157) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602c5c56..c7beb664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog for Covalent GoldRush Kit +## 0.5.3 + +**Fixes** + +- Fix themeing and CSS inconsistencies across all components +- Prune dead code and dependencies +- Typescript and linting warnings at multiple places + +**Features** + +- Update all dependencies like eslint, storybook, shadcn and more +- Add chromatic for internal UI auditing +- Add `LatestBlocks` component +- Add `TransactionDetails` component + ## 0.5.2 **Fixes** diff --git a/package-lock.json b/package-lock.json index 0d1d3d57..b1de4ef1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.5.2", + "version": "0.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@covalenthq/goldrush-kit", - "version": "0.5.2", + "version": "0.5.3", "license": "Apache-2.0", "dependencies": { "@covalenthq/client-sdk": "^1.0.1", diff --git a/package.json b/package.json index df0ed498..b7c093e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@covalenthq/goldrush-kit", - "version": "0.5.2", + "version": "0.5.3", "description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.", "exports": { ".": {