1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

Release 0.1.0

This commit is contained in:
Matthias Kretschmann 2020-10-02 13:29:37 +02:00
parent a64da63d36
commit db32d54ed8
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.1.0](https://github.com/oceanprotocol/react/compare/v0.0.50...v0.1.0)
- use networkId instead of chainId [`#132`](https://github.com/oceanprotocol/react/pull/132)
- only use networkId, remove chainId [`9bd86e7`](https://github.com/oceanprotocol/react/commit/9bd86e70ea76d4988703427346dcff9b624c2aa0)
- bump ocean-lib-js [`71ff922`](https://github.com/oceanprotocol/react/commit/71ff922b7d306e1c986eb87282b185abfb942b6d)
- add networkId [`1576bd3`](https://github.com/oceanprotocol/react/commit/1576bd3e90cfd4e5a38867451bf48f00e6ba306d)
#### [v0.0.50](https://github.com/oceanprotocol/react/compare/v0.0.49...v0.0.50)
> 1 October 2020
- Release 0.0.50 [`dc8831d`](https://github.com/oceanprotocol/react/commit/dc8831d78c1f1ad50c4f4b97f358fda4815a3508)
- ocean lib bump [`2d80a7d`](https://github.com/oceanprotocol/react/commit/2d80a7d12a7d5a5d4e56a551c3601826cf7de2ef)
#### [v0.0.49](https://github.com/oceanprotocol/react/compare/v0.0.48...v0.0.49)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.0.50",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.0.50",
"version": "0.1.0",
"description": "React hooks & components on top of @oceanprotocol/lib",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",