1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00

Release 0.0.22

This commit is contained in:
Matthias Kretschmann 2020-07-20 13:24:54 +02:00
parent 49ad47493c
commit e189aa60ae
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 2 deletions

View File

@ -4,11 +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.0.22](https://github.com/oceanprotocol/react/compare/v0.0.21...v0.0.22)
> 20 July 2020
- no ocean balance conversion [`49ad474`](https://github.com/oceanprotocol/react/commit/49ad47493c1a2a18a78bd8defb6ab38653488e48)
#### [v0.0.21](https://github.com/oceanprotocol/react/compare/v0.0.20...v0.0.21)
> 20 July 2020
- grab and output ETH & OCEAN balance [`f361745`](https://github.com/oceanprotocol/react/commit/f3617458ff28387b1046b60e48f332f0ca4981a2)
- Release 0.0.21 [`35a8878`](https://github.com/oceanprotocol/react/commit/35a8878fc9cf74087dc9959bbd794133c1d47dcc)
- repo description change [`2f5975a`](https://github.com/oceanprotocol/react/commit/2f5975ad499f99a70517d27453c7985e31c52f79)
#### [v0.0.20](https://github.com/oceanprotocol/react/compare/v0.0.19...v0.0.20)

2
package-lock.json generated
View File

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

View File

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