From 35a8878fc9cf74087dc9959bbd794133c1d47dcc Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 20 Jul 2020 13:09:20 +0200 Subject: [PATCH] Release 0.0.21 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa83b2d..d2d7e6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,19 @@ 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.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) +- 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) > 20 July 2020 - remove default Web3 providers [`0a314f0`](https://github.com/oceanprotocol/react/commit/0a314f000b011ddfa280e87b9a55e401cac547a5) +- Release 0.0.20 [`75d9a67`](https://github.com/oceanprotocol/react/commit/75d9a67dbcb902a1688b18c665a3adc3ada3cdad) #### [v0.0.19](https://github.com/oceanprotocol/react/compare/v0.0.18...v0.0.19) diff --git a/package-lock.json b/package-lock.json index c5e7611..d2b4bcb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.20", + "version": "0.0.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed3ab59..76164ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.20", + "version": "0.0.21", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",