1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-26 03:06:48 +02:00

Release 0.0.31

This commit is contained in:
Matthias Kretschmann 2020-08-05 10:10:59 +02:00
parent 2403c67a80
commit e87faa94df
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,17 @@ 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.31](https://github.com/oceanprotocol/react/compare/v0.0.30...v0.0.31)
> 5 August 2020
- Feature/consume [`#71`](https://github.com/oceanprotocol/react/pull/71)
- Bump @types/react from 16.9.43 to 16.9.44 [`#70`](https://github.com/oceanprotocol/react/pull/70)
- Bump eslint from 7.5.0 to 7.6.0 [`#69`](https://github.com/oceanprotocol/react/pull/69)
- simple consume [`d64ec06`](https://github.com/oceanprotocol/react/commit/d64ec0617e885c74fa0d7b832714e94fc9e50f86)
- consume for advanced flow [`264bde6`](https://github.com/oceanprotocol/react/commit/264bde6c27f7c94987ee112201f1c957f9c99023)
- format/test [`53ca5ad`](https://github.com/oceanprotocol/react/commit/53ca5ad6cbf8214c037f20643fd452050aaf208b)
#### [v0.0.30](https://github.com/oceanprotocol/react/compare/v0.0.29...v0.0.30)
> 31 July 2020

2
package-lock.json generated
View File

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

View File

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