Skip to content

Commit

Permalink
!release: v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Apr 11, 2024
1 parent db73f9a commit 9b5088d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for Covalent GoldRush Kit

## 0.5.2

**Fixes**

- Fix bundle size
- Fix logic of selection of theme to be applied
- Update dependencies and remove dead packages
- Fix GitHub Actions workflow conditions

**Features**

- Add `BlockTransactions` Organism
- `TransactionsList` is now deprecated and replaced with `AddressTransactions`

## 0.5.1

**Fixes**
Expand Down
21 changes: 6 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"_id": "[email protected]",
"name": "@covalenthq/goldrush-kit",
"version": "0.5.1",
"version": "0.5.2",
"types": "dist/index.d.ts",
"exports": {
".": {
Expand Down Expand Up @@ -84,7 +83,7 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@covalenthq/client-sdk": "^0.9.9",
"@covalenthq/client-sdk": "^1.0.0",
"@headlessui/react": "^1.7.17",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
Expand All @@ -100,7 +99,6 @@
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"dayjs": "^1.11.10",
"lucide-react": "^0.335.0",
"react-qr-code": "^2.0.12",
"storybook-dark-mode": "^3.0.1",
"storybook-tailwind-dark-mode": "^1.0.22",
Expand Down

0 comments on commit 9b5088d

Please sign in to comment.