Skip to content

Commit

Permalink
Merge pull request #3004 from ethereum/release/1.2.1
Browse files Browse the repository at this point in the history
Release - 1.2.1
  • Loading branch information
nivida authored Aug 6, 2019
2 parents 21359d0 + 78ff266 commit 2022b17
Show file tree
Hide file tree
Showing 26 changed files with 172 additions and 164 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Released with 1.0.0-beta.37 code base.

## [Unreleased]

## [1.2.1]

### Fixed

- ``websocket`` dependency fixed (#2971, #2976)
- ``requestOptions`` added to ``WebsocketProvider`` (#2979)
- Node >= v8.0.0 support (#2938)

## [Unreleased]

## [1.2.2]
2 changes: 1 addition & 1 deletion dist/web3.min.js

Large diffs are not rendered by default.

144 changes: 75 additions & 69 deletions lerna-debug.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.2.1",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web3-bzz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-bzz",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to interact with the Swarm network.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-bzz",
"license": "LGPL-3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-helpers",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",
"license": "LGPL-3.0",
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
"web3-eth-iban": "1.2.0",
"web3-utils": "1.2.0"
"web3-eth-iban": "1.2.1",
"web3-utils": "1.2.1"
}
}
10 changes: 5 additions & 5 deletions packages/web3-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-method",
"version": "1.2.0",
"version": "1.2.1",
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
"license": "LGPL-3.0",
Expand All @@ -10,9 +10,9 @@
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
"web3-core-helpers": "1.2.0",
"web3-core-promievent": "1.2.0",
"web3-core-subscriptions": "1.2.0",
"web3-utils": "1.2.0"
"web3-core-helpers": "1.2.1",
"web3-core-promievent": "1.2.1",
"web3-core-subscriptions": "1.2.1",
"web3-utils": "1.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/web3-core-promievent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-promievent",
"version": "1.2.0",
"version": "1.2.1",
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",
"license": "LGPL-3.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/web3-core-requestmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-requestmanager",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to handle requests to external providers.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",
"license": "LGPL-3.0",
Expand All @@ -10,9 +10,9 @@
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
"web3-core-helpers": "1.2.0",
"web3-providers-http": "1.2.0",
"web3-providers-ipc": "1.2.0",
"web3-providers-ws": "1.2.0"
"web3-core-helpers": "1.2.1",
"web3-providers-http": "1.2.1",
"web3-providers-ipc": "1.2.1",
"web3-providers-ws": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/web3-core-subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-subscriptions",
"version": "1.2.0",
"version": "1.2.1",
"description": "Manages web3 subscriptions. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-subscriptions",
"license": "LGPL-3.0",
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"eventemitter3": "3.1.2",
"underscore": "1.9.1",
"web3-core-helpers": "1.2.0"
"web3-core-helpers": "1.2.1"
}
}
10 changes: 5 additions & 5 deletions packages/web3-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 core tools for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core",
"license": "LGPL-3.0",
Expand All @@ -9,9 +9,9 @@
},
"main": "src/index.js",
"dependencies": {
"web3-core-helpers": "1.2.0",
"web3-core-method": "1.2.0",
"web3-core-requestmanager": "1.2.0",
"web3-utils": "1.2.0"
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-core-requestmanager": "1.2.1",
"web3-utils": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-abi",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module encode and decode EVM in/output.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-abi",
"license": "LGPL-3.0",
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"ethers": "4.0.0-beta.3",
"underscore": "1.9.1",
"web3-utils": "1.2.0"
"web3-utils": "1.2.1"
}
}
12 changes: 6 additions & 6 deletions packages/web3-eth-accounts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-accounts",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-accounts",
"license": "LGPL-3.0",
Expand All @@ -12,13 +12,13 @@
"any-promise": "1.3.0",
"crypto-browserify": "3.12.0",
"eth-lib": "0.2.7",
"semver": "6.2.0",
"scryptsy": "2.1.0",
"semver": "6.2.0",
"underscore": "1.9.1",
"uuid": "3.3.2",
"web3-core": "1.2.0",
"web3-core-helpers": "1.2.0",
"web3-core-method": "1.2.0",
"web3-utils": "1.2.0"
"web3-core": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-utils": "1.2.1"
}
}
16 changes: 8 additions & 8 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-contract",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand All @@ -10,12 +10,12 @@
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
"web3-core": "1.2.0",
"web3-core-helpers": "1.2.0",
"web3-core-method": "1.2.0",
"web3-core-promievent": "1.2.0",
"web3-core-subscriptions": "1.2.0",
"web3-eth-abi": "1.2.0",
"web3-utils": "1.2.0"
"web3-core": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-core-promievent": "1.2.1",
"web3-core-subscriptions": "1.2.1",
"web3-eth-abi": "1.2.1",
"web3-utils": "1.2.1"
}
}
14 changes: 7 additions & 7 deletions packages/web3-eth-ens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-ens",
"version": "1.2.0",
"version": "1.2.1",
"description": "ENS support for web3.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-ens",
"license": "LGPL-3.0",
Expand All @@ -11,11 +11,11 @@
"dependencies": {
"eth-ens-namehash": "2.0.8",
"underscore": "1.9.1",
"web3-core": "1.2.0",
"web3-core-helpers": "1.2.0",
"web3-core-promievent": "1.2.0",
"web3-eth-abi": "1.2.0",
"web3-eth-contract": "1.2.0",
"web3-utils": "1.2.0"
"web3-core": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-promievent": "1.2.1",
"web3-eth-abi": "1.2.1",
"web3-eth-contract": "1.2.1",
"web3-utils": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/web3-eth-iban/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-iban",
"version": "1.2.0",
"version": "1.2.1",
"description": "This package converts Ethereum addresses to IBAN addresses a vice versa.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-iban",
"license": "LGPL-3.0",
Expand All @@ -10,6 +10,6 @@
"main": "src/index.js",
"dependencies": {
"bn.js": "4.11.8",
"web3-utils": "1.2.0"
"web3-utils": "1.2.1"
}
}
12 changes: 6 additions & 6 deletions packages/web3-eth-personal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-personal",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-personal",
"license": "LGPL-3.0",
Expand All @@ -9,10 +9,10 @@
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.2.0",
"web3-core-helpers": "1.2.0",
"web3-core-method": "1.2.0",
"web3-net": "1.2.0",
"web3-utils": "1.2.0"
"web3-core": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-net": "1.2.1",
"web3-utils": "1.2.1"
}
}
26 changes: 13 additions & 13 deletions packages/web3-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to interact with the Ethereum blockchain and smart contracts.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth",
"license": "LGPL-3.0",
Expand All @@ -10,17 +10,17 @@
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
"web3-core": "1.2.0",
"web3-core-helpers": "1.2.0",
"web3-core-method": "1.2.0",
"web3-core-subscriptions": "1.2.0",
"web3-eth-abi": "1.2.0",
"web3-eth-accounts": "1.2.0",
"web3-eth-contract": "1.2.0",
"web3-eth-ens": "1.2.0",
"web3-eth-iban": "1.2.0",
"web3-eth-personal": "1.2.0",
"web3-net": "1.2.0",
"web3-utils": "1.2.0"
"web3-core": "1.2.1",
"web3-core-helpers": "1.2.1",
"web3-core-method": "1.2.1",
"web3-core-subscriptions": "1.2.1",
"web3-eth-abi": "1.2.1",
"web3-eth-accounts": "1.2.1",
"web3-eth-contract": "1.2.1",
"web3-eth-ens": "1.2.1",
"web3-eth-iban": "1.2.1",
"web3-eth-personal": "1.2.1",
"web3-net": "1.2.1",
"web3-utils": "1.2.1"
}
}
8 changes: 4 additions & 4 deletions packages/web3-net/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-net",
"version": "1.2.0",
"version": "1.2.1",
"description": "Web3 module to interact with the Ethereum nodes networking properties.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-net",
"license": "LGPL-3.0",
Expand All @@ -9,8 +9,8 @@
},
"main": "src/index.js",
"dependencies": {
"web3-core": "1.2.0",
"web3-core-method": "1.2.0",
"web3-utils": "1.2.0"
"web3-core": "1.2.1",
"web3-core-method": "1.2.1",
"web3-utils": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/web3-providers-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-providers-http",
"version": "1.2.0",
"version": "1.2.1",
"description": "Module to handle web3 RPC connections over HTTP.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-http",
"license": "LGPL-3.0",
Expand All @@ -9,7 +9,7 @@
},
"main": "src/index.js",
"dependencies": {
"web3-core-helpers": "1.2.0",
"web3-core-helpers": "1.2.1",
"xhr2-cookies": "1.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/web3-providers-ipc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-providers-ipc",
"version": "1.2.0",
"version": "1.2.1",
"description": "Module to handle web3 RPC connections over IPC sockets.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ipc",
"license": "LGPL-3.0",
Expand All @@ -11,6 +11,6 @@
"dependencies": {
"oboe": "2.1.4",
"underscore": "1.9.1",
"web3-core-helpers": "1.2.0"
"web3-core-helpers": "1.2.1"
}
}
4 changes: 2 additions & 2 deletions packages/web3-providers-ws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-providers-ws",
"version": "1.2.0",
"version": "1.2.1",
"description": "Module to handle web3 RPC connections over WebSockets.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-providers-ws",
"license": "LGPL-3.0",
Expand All @@ -10,7 +10,7 @@
"main": "src/index.js",
"dependencies": {
"underscore": "1.9.1",
"web3-core-helpers": "1.2.0",
"web3-core-helpers": "1.2.1",
"websocket": "github:web3-js/WebSocket-Node#polyfill/globalThis"
}
}
Loading

0 comments on commit 2022b17

Please sign in to comment.