Skip to content

Commit

Permalink
Bump 1.0.13 (#269)
Browse files Browse the repository at this point in the history
* chore: v1.0.13

* fix: versions
  • Loading branch information
davidecarpini authored Aug 19, 2024
1 parent 79cdc48 commit 4471337
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 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
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.0.11",
"version": "1.0.13",
"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.0.11",
"version": "1.0.13",
"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.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 4471337

Please sign in to comment.