Skip to content

Commit

Permalink
chore: v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
davidecarpini committed Aug 1, 2024
1 parent 79cdc48 commit ad36776
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ yarn-error.log*
.vscode
.parcel-cache

veworld-dist
.reports
2 changes: 1 addition & 1 deletion examples/sample-remix-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"@vechain/dapp-kit-react": "^1.0.12",
"@vechain/dapp-kit-react": "*",
"buffer": "^6.0.3",
"isbot": "^4.1.0",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions 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.0.11",
"version": "1.0.13",
"private": false,
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
Expand All @@ -27,8 +27,8 @@
"@lit/react": "^1.0.1",
"@vechain/connex": "2.1.0",
"@vechain/connex-framework": "2.1.0",
"@vechain/dapp-kit": "*",
"@vechain/dapp-kit-ui": "*",
"@vechain/dapp-kit": "1.0.13",
"@vechain/dapp-kit-ui": "1.0.13",
"@vechain/sdk-core": "1.0.0-beta.24",
"valtio": "1.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions 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.0.11",
"version": "1.0.13",
"private": false,
"description": "Vanilla JS DAppKit",
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@vechain/connex": "2.1.0",
"@vechain/dapp-kit": "*",
"@vechain/dapp-kit": "1.0.13",
"@vechain/picasso": "2.1.1",
"@wagmi/core": "^1.4.5",
"@web3modal/ethereum": "^2.7.1",
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.0.11",
"version": "1.0.13",
"private": false,
"homepage": "https://github.com/vechain/vechain-dapp-kit",
"repository": "github:vechain/vechain-dapp-kit",
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "e2e",
"version": "1.0.0",
"private": true,
"description": "",
"license": "ISC",
"author": "",
Expand Down

0 comments on commit ad36776

Please sign in to comment.