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": { ".": {