Skip to content

Commit bd9a598

Browse files
authored
Bump web3.js version to rc in JS clients (#85)
1 parent 353dbfb commit bd9a598

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.changeset/fair-carrots-refuse.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+
Bump web3.js version to `rc` in JS clients

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
},
3535
"license": "MIT",
3636
"peerDependencies": {
37-
"@solana/web3.js": "2.0.0-preview.4"
37+
"@solana/web3.js": "2.0.0-rc.0"
3838
},
3939
"devDependencies": {
4040
"@ava/typescript": "^4.1.0",
4141
"@solana/eslint-config-solana": "^3.0.3",
42-
"@solana/web3.js": "2.0.0-preview.4",
43-
"@solana/webcrypto-ed25519-polyfill": "2.0.0-preview.4",
42+
"@solana/web3.js": "2.0.0-rc.0",
43+
"@solana/webcrypto-ed25519-polyfill": "2.0.0-rc.0",
4444
"@types/node": "^20",
4545
"@typescript-eslint/eslint-plugin": "^7.16.1",
4646
"@typescript-eslint/parser": "^7.16.1",

0 commit comments

Comments
 (0)