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

Release 0.0.30

This commit is contained in:
Matthias Kretschmann 2020-07-31 11:50:21 +02:00
parent 612fafc26b
commit 83e454493a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 2 deletions

View File

@ -4,6 +4,15 @@ 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.0.30](https://github.com/oceanprotocol/react/compare/v0.0.29...v0.0.30)
> 31 July 2020
- refactor web3 connection [`#66`](https://github.com/oceanprotocol/react/pull/66)
- update example [`fd1e4f0`](https://github.com/oceanprotocol/react/commit/fd1e4f0a5752d61c01435d2745fa78d144fbf8c9)
- update docs [`f2573be`](https://github.com/oceanprotocol/react/commit/f2573bee232c102c73bef0c17b068763e1b6d72d)
- error catching for connect, todo cleanup [`d68ccb9`](https://github.com/oceanprotocol/react/commit/d68ccb9ff946d4f3dc03cb703b38092bc313e963)
#### [v0.0.29](https://github.com/oceanprotocol/react/compare/v0.0.28...v0.0.29)
> 30 July 2020

2
package-lock.json generated
View File

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

View File

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