Skip to content

Commit

Permalink
Merge 963e5c5 into fcaaca9
Browse files Browse the repository at this point in the history
  • Loading branch information
nivida committed Jul 11, 2019
2 parents fcaaca9 + 963e5c5 commit df5708a
Show file tree
Hide file tree
Showing 68 changed files with 2,518 additions and 2,293 deletions.
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"
env:
- CXX=g++-4.8
addons:
Expand Down
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: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.37",
"version": "1.0.0",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
Loading

0 comments on commit df5708a

Please sign in to comment.