Skip to content

Commit

Permalink
upgrade aptos ts sdk version to 1.27.1 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan authored Aug 27, 2024
1 parent 3419043 commit ee95b8b
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 65 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-dancers-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@aptos-labs/wallet-adapter-core": patch
"@aptos-labs/wallet-adapter-nextjs-example": patch
---

Upgrade @aptos-labe/ts-sdk version
2 changes: 1 addition & 1 deletion apps/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"format": "prettier --write './**/*.{ts,tsx,js,jsx,json,md,html,css}'"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.13.2",
"@aptos-labs/ts-sdk": "^1.27.1",
"@aptos-labs/wallet-adapter-ant-design": "workspace:*",
"@aptos-labs/wallet-adapter-core": "workspace:*",
"@aptos-labs/wallet-adapter-mui-design": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-adapter-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tweetnacl": "^1.0.3"
},
"peerDependencies": {
"@aptos-labs/ts-sdk": "^1.18.1",
"@aptos-labs/ts-sdk": "^1.27.1",
"aptos": "^1.21.0"
},
"files": [
Expand Down
146 changes: 83 additions & 63 deletions pnpm-lock.yaml

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

0 comments on commit ee95b8b

Please sign in to comment.