Skip to content

Commit 2898f0f

Browse files
authored
Bump web3.js to 2.0 (#105)
* Bump web3.js to 2.0 Removes the RC tag. * Add changeset
1 parent b3f76ff commit 2898f0f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/late-bottles-clap.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-solana-program": patch
3+
---
4+
5+
Update web3.js to ^2.0.0 (removes the RC tag)

template/clients/js/clients/js/package.json.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"homepage": "{{ repositoryUrl }}#readme",
4343
"license": "MIT",
4444
"peerDependencies": {
45-
"@solana/web3.js": "2.0.0-rc.4"
45+
"@solana/web3.js": "^2.0.0"
4646
},
4747
"devDependencies": {
4848
"@ava/typescript": "^4.1.0",
4949
"@solana/eslint-config-solana": "^3.0.3",
50-
"@solana/web3.js": "2.0.0-rc.4",
50+
"@solana/web3.js": "^2.0.0",
5151
"@types/node": "^20",
5252
"@typescript-eslint/eslint-plugin": "^7.16.1",
5353
"@typescript-eslint/parser": "^7.16.1",

0 commit comments

Comments
 (0)