Skip to content

Commit

Permalink
V1.3.0 (#329)
Browse files Browse the repository at this point in the history
* fix: typo

* feat: new type + cached domains

* feat: refactored useWallet everywhere

* feat: refactored-ui

* feat: added hooks

* Revert "feat: added hooks"

This reverts commit 42f2f85.

* feat: add copy btns

* feat: updated accounts content

* style: remove margin

* fix: show address display if connected with veworld

* chore(release): v1.3.0
  • Loading branch information
Agilulfo1820 authored Dec 20, 2024
1 parent 7e47d74 commit d2db6f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/dapp-kit-react-privy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit-react-privy",
"version": "1.2.2",
"version": "1.3.0",
"private": false,
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit-react",
"version": "1.2.2",
"version": "1.3.0",
"private": false,
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit-ui",
"version": "1.2.2",
"version": "1.3.0",
"private": false,
"description": "Vanilla JS DAppKit",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vechain/dapp-kit",
"version": "1.2.2",
"version": "1.3.0",
"private": false,
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
Expand Down

0 comments on commit d2db6f2

Please sign in to comment.