Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 27c790f

Browse files
author
Alex Luu
committed
change rpc-providers version to rc
1 parent 968bac9 commit 27c790f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

packages/web3-rpc-providers/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3535
3636
-->
3737

38-
## [0.1.0-alpha.1]
38+
## [1.0.0.rc.0]
3939

4040
#### Added
4141

42-
- Alpha release
42+
- RC release
4343

4444
## [Unreleased]

packages/web3-rpc-providers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-rpc-providers",
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-rc.0",
44
"description": "Web3 Providers package",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",

packages/web3/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Documentation:
373373

374374
### web3-rpc-providers
375375

376-
- Alpha release
376+
- RC release
377377

378378
### Fixed
379379

packages/web3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"web3-providers-http": "^4.1.0",
100100
"web3-providers-ws": "^4.0.7",
101101
"web3-rpc-methods": "^1.3.0",
102-
"web3-rpc-providers": "^1.0.0-alpha.0",
102+
"web3-rpc-providers": "^1.0.0-rc.0",
103103
"web3-types": "^1.7.0",
104104
"web3-utils": "^4.3.0",
105105
"web3-validator": "^2.0.6"

0 commit comments

Comments
 (0)