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

Commit 2022b17

Browse files
authored
Merge pull request #3004 from ethereum/release/1.2.1
Release - 1.2.1
2 parents 21359d0 + 78ff266 commit 2022b17

File tree

26 files changed

+172
-164
lines changed

26 files changed

+172
-164
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838

3939
Released with 1.0.0-beta.37 code base.
4040

41-
## [Unreleased]
42-
4341
## [1.2.1]
4442

4543
### Fixed
4644

4745
- ``websocket`` dependency fixed (#2971, #2976)
4846
- ``requestOptions`` added to ``WebsocketProvider`` (#2979)
4947
- Node >= v8.0.0 support (#2938)
48+
49+
## [Unreleased]
50+
51+
## [1.2.2]

dist/web3.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna-debug.log

Lines changed: 75 additions & 69 deletions
Large diffs are not rendered by default.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.0",
2+
"version": "1.2.1",
33
"lerna": "2.0.0",
44
"command": {
55
"init": {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-bzz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-bzz",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Web3 module to interact with the Swarm network.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-bzz",
66
"license": "LGPL-3.0",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-helpers",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Web3 core tools helper for sub packages. This is an internal package.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",
66
"license": "LGPL-3.0",
@@ -10,7 +10,7 @@
1010
"main": "src/index.js",
1111
"dependencies": {
1212
"underscore": "1.9.1",
13-
"web3-eth-iban": "1.2.0",
14-
"web3-utils": "1.2.0"
13+
"web3-eth-iban": "1.2.1",
14+
"web3-utils": "1.2.1"
1515
}
1616
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-method",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Creates the methods on the web3 modules. This is an internal package.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
66
"license": "LGPL-3.0",
@@ -10,9 +10,9 @@
1010
"main": "src/index.js",
1111
"dependencies": {
1212
"underscore": "1.9.1",
13-
"web3-core-helpers": "1.2.0",
14-
"web3-core-promievent": "1.2.0",
15-
"web3-core-subscriptions": "1.2.0",
16-
"web3-utils": "1.2.0"
13+
"web3-core-helpers": "1.2.1",
14+
"web3-core-promievent": "1.2.1",
15+
"web3-core-subscriptions": "1.2.1",
16+
"web3-utils": "1.2.1"
1717
}
1818
}

packages/web3-core-promievent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-promievent",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",
66
"license": "LGPL-3.0",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-requestmanager",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Web3 module to handle requests to external providers.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",
66
"license": "LGPL-3.0",
@@ -10,9 +10,9 @@
1010
"main": "src/index.js",
1111
"dependencies": {
1212
"underscore": "1.9.1",
13-
"web3-core-helpers": "1.2.0",
14-
"web3-providers-http": "1.2.0",
15-
"web3-providers-ipc": "1.2.0",
16-
"web3-providers-ws": "1.2.0"
13+
"web3-core-helpers": "1.2.1",
14+
"web3-providers-http": "1.2.1",
15+
"web3-providers-ipc": "1.2.1",
16+
"web3-providers-ws": "1.2.1"
1717
}
1818
}

0 commit comments

Comments
 (0)