Skip to content

Commit

Permalink
Bump web3.js version to rc in JS clients (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva authored Aug 1, 2024
1 parent 353dbfb commit bd9a598
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fair-carrots-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Bump web3.js version to `rc` in JS clients
6 changes: 3 additions & 3 deletions template/clients/js/clients/js/package.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
},
"license": "MIT",
"peerDependencies": {
"@solana/web3.js": "2.0.0-preview.4"
"@solana/web3.js": "2.0.0-rc.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/web3.js": "2.0.0-preview.4",
"@solana/webcrypto-ed25519-polyfill": "2.0.0-preview.4",
"@solana/web3.js": "2.0.0-rc.0",
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand Down

0 comments on commit bd9a598

Please sign in to comment.