Skip to content

Commit

Permalink
Merge pull request #228 from MeshJS/feature/bump-ver
Browse files Browse the repository at this point in the history
feat: bump ver for app wallet fix
  • Loading branch information
HinsonSIDAN authored May 29, 2024
2 parents cc96e95 + 9cb4aff commit df3e5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"vitest": "0.28.4"
},
"peerDependencies": {
"@meshsdk/core": "1.5.19"
"@meshsdk/core": "1.5.20"
},
"dependencies": {
"@meshsdk/mesh-csl": "^0.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Rapidly build Web3 apps on the Cardano Blockchain.",
"homepage": "https://meshjs.dev",
"author": "MeshJS",
"version": "1.5.19",
"version": "1.5.20",
"license": "Apache-2.0",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"vite": "3.1.4"
},
"peerDependencies": {
"@meshsdk/core": "1.5.19",
"@meshsdk/core": "1.5.20",
"react-dom": "17.x || 18.x",
"react": "17.x || 18.x"
},
Expand Down

0 comments on commit df3e5c8

Please sign in to comment.