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

Commit f801113

Browse files
Build for 4.0.1-alpha.4 (#5750)
1 parent 23805df commit f801113

File tree

40 files changed

+172
-134
lines changed

40 files changed

+172
-134
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ should use 4.0.1-alpha.0 for testing.
957957

958958
- Parameters decoding error for nested components (#5714)
959959

960-
## [Unreleased]
960+
## [4.0.1-alpha.4]
961961

962962
### Changed
963963

@@ -1048,3 +1048,5 @@ should use 4.0.1-alpha.0 for testing.
10481048
#### web3-types
10491049

10501050
- These types were added: ProviderRpcError, EthSubscription, ProviderMessage, ProviderConnectInfo (#5683)
1051+
1052+
## [Unreleased]

packages/web3-core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6464

6565
- Updated dependencies (#5725)
6666

67-
## [Unreleased]
67+
## [4.0.1-alpha.4]
6868

6969
### Changed
7070

7171
- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)
72+
73+
## [Unreleased]

packages/web3-core/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core",
3-
"version": "4.0.1-alpha.3",
3+
"version": "4.0.1-alpha.4",
44
"description": "Web3 core tools for sub-packages. This is an internal package.",
55
"main": "lib/index.js",
66
"repository": "https://github.com/ChainSafe/web3.js",
@@ -25,14 +25,14 @@
2525
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
2626
},
2727
"dependencies": {
28-
"web3-errors": "^0.1.1-alpha.2",
29-
"web3-eth-iban": "^4.0.1-alpha.3",
30-
"web3-providers-http": "^4.0.1-alpha.3",
31-
"web3-providers-ipc": "^4.0.1-alpha.3",
32-
"web3-providers-ws": "^4.0.1-alpha.3",
33-
"web3-types": "^0.1.1-alpha.2",
34-
"web3-utils": "^4.0.1-alpha.3",
35-
"web3-validator": "^0.1.1-alpha.3"
28+
"web3-errors": "^0.1.1-alpha.3",
29+
"web3-eth-iban": "^4.0.1-alpha.4",
30+
"web3-providers-http": "^4.0.1-alpha.4",
31+
"web3-providers-ipc": "^4.0.1-alpha.4",
32+
"web3-providers-ws": "^4.0.1-alpha.4",
33+
"web3-types": "^0.1.1-alpha.3",
34+
"web3-utils": "^4.0.1-alpha.4",
35+
"web3-validator": "^0.1.1-alpha.4"
3636
},
3737
"devDependencies": {
3838
"@types/jest": "^28.1.6",

packages/web3-errors/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5959

6060
- Updated Web3.js dependencies (#5664)
6161

62-
## [Unreleased]
62+
## [4.0.1-alpha.3]
6363

6464
### Changed
6565

6666
- `main` and `files` entries in `package.json` changed to `lib/` directory from `dist/` (#5739)
67+
68+
## [Unreleased]

packages/web3-errors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-errors",
3-
"version": "0.1.1-alpha.2",
3+
"version": "0.1.1-alpha.3",
44
"description": "This package has web3 error classes",
55
"main": "lib/index.js",
66
"repository": "https://github.com/ChainSafe/web3.js",
@@ -25,7 +25,7 @@
2525
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
2626
},
2727
"dependencies": {
28-
"web3-types": "^0.1.1-alpha.2"
28+
"web3-types": "^0.1.1-alpha.3"
2929
},
3030
"devDependencies": {
3131
"@types/jest": "^28.1.6",

packages/web3-eth-abi/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6666

6767
- Updated dependencies (#5725)
6868

69-
## [Unreleased]
69+
## [4.0.1-alpha.4]
7070

7171
### Changed
7272

7373
- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)
74+
75+
## [Unreleased]

packages/web3-eth-abi/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-abi",
3-
"version": "4.0.1-alpha.3",
3+
"version": "4.0.1-alpha.4",
44
"description": "Web3 module encode and decode EVM in/output.",
55
"main": "lib/index.js",
66
"repository": "https://github.com/ethereum/web3.js/tree/4.x/packages/web3-eth-abi",
@@ -26,9 +26,9 @@
2626
},
2727
"dependencies": {
2828
"@ethersproject/abi": "^5.6.4",
29-
"web3-errors": "^0.1.1-alpha.2",
30-
"web3-types": "^0.1.1-alpha.2",
31-
"web3-utils": "^4.0.1-alpha.3"
29+
"web3-errors": "^0.1.1-alpha.3",
30+
"web3-types": "^0.1.1-alpha.3",
31+
"web3-utils": "^4.0.1-alpha.4"
3232
},
3333
"devDependencies": {
3434
"@humeris/espresso-shot": "^4.0.0",

packages/web3-eth-accounts/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5353

5454
- Updated dependencies (#5725)
5555

56-
## [Unreleased]
56+
## [4.0.1-alpha.4]
5757

5858
### Changed
5959

6060
- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)
61+
62+
## [Unreleased]

packages/web3-eth-accounts/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-accounts",
3-
"version": "4.0.1-alpha.3",
3+
"version": "4.0.1-alpha.4",
44
"description": "Package for managing Ethereum accounts and signing",
55
"main": "lib/index.js",
66
"repository": "https://github.com/ChainSafe/web3.js",
@@ -42,9 +42,9 @@
4242
"dependencies": {
4343
"@ethereumjs/tx": "^3.5.2",
4444
"ethereum-cryptography": "^1.1.2",
45-
"web3-errors": "^0.1.1-alpha.2",
46-
"web3-types": "^0.1.1-alpha.2",
47-
"web3-utils": "^4.0.1-alpha.3",
48-
"web3-validator": "^0.1.1-alpha.3"
45+
"web3-errors": "^0.1.1-alpha.3",
46+
"web3-types": "^0.1.1-alpha.3",
47+
"web3-utils": "^4.0.1-alpha.4",
48+
"web3-validator": "^0.1.1-alpha.4"
4949
}
5050
}

packages/web3-eth-contract/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,10 @@ const transactionHash = receipt.transactionHash;
202202

203203
- Updated dependencies (#5725)
204204

205-
## [Unreleased]
205+
## [4.0.1-alpha.4]
206206

207207
### Changed
208208

209209
- `tsc` compiled files moved to `lib/` directory from `dist/` (#5739)
210+
211+
## [Unreleased]

0 commit comments

Comments
 (0)