Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release - 1.0 #2905

Merged
merged 25 commits into from
Jul 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
3650e3d
README updated, dependencies in root package.json updated and new bui…
nivida Jun 18, 2019
1cdceb7
dependencies of the sub-packages updated
nivida Jun 18, 2019
149ffd6
gulp-babel downgraded
nivida Jun 18, 2019
11e53ee
gulp-replace downgraded
nivida Jun 18, 2019
cd1ce3e
usage of the buffer object updated, web3 version in root package.json…
nivida Jun 18, 2019
8d5be92
eth-lib downgraded to 0.2.7
nivida Jun 20, 2019
78f9f24
repository url updated in package json's
nivida Jun 20, 2019
7e90479
new minified file generated
nivida Jun 20, 2019
c77ccf8
version in package.json changed to dynamic version
nivida Jun 20, 2019
f34a4f0
buffer initiating updated in web3-providers-ws
nivida Jun 26, 2019
49e61fb
package.json files updated
nivida Jul 8, 2019
68ae193
Merge branch '1.x' into release/1.0
nivida Jul 8, 2019
088eb65
websocket dependency for ws provider updated
nivida Jul 9, 2019
6d7b6f9
web3 version updated in root package.json and package.js file
nivida Jul 9, 2019
0410a74
1.0 tested on nodejs < v12 and lerna.json updated
nivida Jul 9, 2019
10ca58b
build created and 1.0 tested
nivida Jul 9, 2019
9ffc432
timeout in tests increased and todo added for changing it back after …
nivida Jul 9, 2019
653b5a9
preinstall script to providers-ws module added
nivida Jul 9, 2019
be652a9
node version 12 removed in the travis YML file and timeout removed in…
nivida Jul 9, 2019
8908481
engine property added to package.json files of the web3 modules
nivida Jul 10, 2019
3460bec
typo fixed and the hompage url for Fabian changed to his GitHub profile
nivida Jul 10, 2019
963e5c5
include_announcement.rst removed
nivida Jul 11, 2019
314c08b
add tag v1.0.0
nivida Jul 13, 2019
057be89
release commit
nivida Jul 23, 2019
933b014
CHANGELOG.md updated
nivida Jul 23, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "8"
- "10"
- "11"
- "12"
nivida marked this conversation as resolved.
Show resolved Hide resolved
env:
- CXX=g++-4.8
addons:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-->

## [1.2.0]

Released with 1.0.0-beta.37 code base.

## [Unreleased]

## [1.0.0]
## [1.2.1]

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
**PREVIEW RELEASE** This is a beta preview release (beta.37) with breaking changes!

<img src="https://github.com/ethereum/web3.js/raw/1.0/web3js.jpg" width=200 />

Expand All @@ -21,13 +20,13 @@ Please read the [documentation][docs] for more.
### Node

```bash
npm install web3@1.0.0-beta.37
npm install web3
```

### Yarn

```bash
yarn add web3@1.0.0-beta.37
yarn add web3
```

### Meteor
Expand Down
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.0.0-beta.37",
"version": "1.0.0",
"description": "Ethereum JavaScript API",
"license": "LGPL-3.0",
"main": [
Expand Down
2 changes: 1 addition & 1 deletion dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/callbacks-promises-events.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _promiEvent:

.. include:: include_announcement.rst

=========================
Callbacks Promises Events
=========================
Expand Down
2 changes: 0 additions & 2 deletions docs/getting-started.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

.. include:: include_announcement.rst

===============
Getting Started
===============
Expand Down
2 changes: 0 additions & 2 deletions docs/glossary.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

.. include:: include_announcement.rst

========
Glossary
========
Expand Down
2 changes: 0 additions & 2 deletions docs/include_announcement.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

.. include:: include_announcement.rst

=================================
web3.js - Ethereum JavaScript API
=================================
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-bzz.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _bzz:

.. include:: include_announcement.rst

========
web3.bzz
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-abi.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-abi:

.. include:: include_announcement.rst

=========
web3.eth.abi
=========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-accounts.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-accounts:

.. include:: include_announcement.rst

=========
web3.eth.accounts
=========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-contract.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-contract:

.. include:: include_announcement.rst

========
web3.eth.Contract
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-ens.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-ens:

.. include:: include_announcement.rst

=========
web3.eth.ens
=========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-iban.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-iban:

.. include:: include_announcement.rst

=========
web3.eth.Iban
=========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-net.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-net:

.. include:: include_announcement.rst

=========
web3.eth.net
=========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-personal.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-personal:

.. include:: include_announcement.rst

========
web3.eth.personal
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth-subscribe.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth-subscribe:

.. include:: include_announcement.rst

=========
web3.eth.subscribe
=========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-eth.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _eth:

.. include:: include_announcement.rst

========
web3.eth
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-net.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _net:

.. include:: include_announcement.rst

========
web3.*.net
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-shh.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _shh:

.. include:: include_announcement.rst

========
web3.shh
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3-utils.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _utils:

.. include:: include_announcement.rst

========
web3.utils
========
Expand Down
2 changes: 0 additions & 2 deletions docs/web3.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

.. include:: include_announcement.rst

====
Web3
====
Expand Down
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ packages.forEach(function (pckg, i) {
}));
});


gulp.task('publishTag', function () {
exec("git commit -am \"add tag v"+ lernaJSON.version +"\"; git tag v"+ lernaJSON.version +"; git push origin v"+ lernaJSON.version +";");
});
Expand All @@ -206,4 +205,3 @@ gulp.task('watch', function () {
gulp.task('all', gulp.series('version', 'lint', 'clean', packages[packages.length - 1].fileName));

gulp.task('default', gulp.series('version', 'lint', 'clean', packages[0].fileName));

Loading