Skip to content

Commit

Permalink
Merge pull request #3206 from ethereum/release/1.2.3
Browse files Browse the repository at this point in the history
Release - 1.2.3
  • Loading branch information
nivida authored Nov 14, 2019
2 parents df9c21d + aca6a78 commit 79d0aff
Show file tree
Hide file tree
Showing 49 changed files with 1,261 additions and 1,195 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ethereum:web3@1.0.0-beta.34
ethereum:web3@1.2.3
[email protected]
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ Released with 1.0.0-beta.37 code base.
- ``requestOptions`` added to ``WebsocketProvider`` (#2979)
- Node >= v8.0.0 support (#2938)

## [Unreleased]

## [1.2.2]

### Added
Expand Down Expand Up @@ -85,11 +83,17 @@ Released with 1.0.0-beta.37 code base.

## [1.2.3]

### Added

### Fixed

- Fix perfect gas usage causes tx to error (#3175)
- Fix regenerator runtime error in web3.min.js (#3155)
- Fix TS types for eth.subscribe syncing, newBlockHeaders, pendingTransactions (#3159)
- Improve web3-eth-abi decodeParameters error message (#3134)

## [Unreleased]

## [1.2.4]

### Added

### Fixed
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"namespace": "ethereum",
"name": "web3",
"version": "1.2.1",
"version": "1.2.2",
"description": "Ethereum JavaScript API",
"license": "LGPL-3.0",
"main": [
Expand Down
1 change: 1 addition & 0 deletions dist/web3.min.js

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.2",
"version": "1.2.3",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jshint ignore:start */
Package.describe({
name: 'ethereum:web3',
version: '1.2.1',
version: '1.2.2',
summary: 'Ethereum JavaScript API, middleware to talk to a ethreum node over RPC',
git: 'https://github.com/ethereum/ethereum.js',
// By default, Meteor will default to using README.md for documentation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"postinstall": "lerna bootstrap",
"build": "gulp",
"build-all": "gulp all",
"release": "lerna bootstrap; lerna publish from-package",
"release": "lerna bootstrap; lerna publish",
"bootstrap": "lerna bootstrap",
"watch": "gulp watch",
"docs": "cd docs; make html;",
Expand Down
Loading

0 comments on commit 79d0aff

Please sign in to comment.