Skip to content

Commit

Permalink
Bump web3.js to 2.0 (#105)
Browse files Browse the repository at this point in the history
* Bump web3.js to 2.0

Removes the RC tag.

* Add changeset
  • Loading branch information
lorisleiva authored Nov 14, 2024
1 parent b3f76ff commit 2898f0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-bottles-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-solana-program": patch
---

Update web3.js to ^2.0.0 (removes the RC tag)
4 changes: 2 additions & 2 deletions template/clients/js/clients/js/package.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"homepage": "{{ repositoryUrl }}#readme",
"license": "MIT",
"peerDependencies": {
"@solana/web3.js": "2.0.0-rc.4"
"@solana/web3.js": "^2.0.0"
},
"devDependencies": {
"@ava/typescript": "^4.1.0",
"@solana/eslint-config-solana": "^3.0.3",
"@solana/web3.js": "2.0.0-rc.4",
"@solana/web3.js": "^2.0.0",
"@types/node": "^20",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
Expand Down

0 comments on commit 2898f0f

Please sign in to comment.