From 891b1e1f4f216c1f9118f3adefa94bd50cb423b8 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 11 Aug 2020 10:52:15 +0300 Subject: [PATCH] Release 0.0.33 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6df2f22..5ed408b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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.33](https://github.com/oceanprotocol/react/compare/v0.0.32...v0.0.33) + +> 11 August 2020 + +- config based on network [`#73`](https://github.com/oceanprotocol/react/pull/73) +- Feature/get price [`#72`](https://github.com/oceanprotocol/react/pull/72) +- added networkmonitor [`16ab666`](https://github.com/oceanprotocol/react/commit/16ab66695240425b0c95a057fc597964c3f0d98c) +- format [`100903d`](https://github.com/oceanprotocol/react/commit/100903d10b3ea6116c12fe6452bf867122434012) +- correct config on connect [`0498e3a`](https://github.com/oceanprotocol/react/commit/0498e3ae750fa2a69b45d47a6ef033a4da0ac435) + +#### [v0.0.32](https://github.com/oceanprotocol/react/compare/v0.0.31...v0.0.32) + +> 6 August 2020 + +- Release 0.0.32 [`3cba2a8`](https://github.com/oceanprotocol/react/commit/3cba2a88f9f1629431e070b5983bde9cf3ca2025) +- getCheapestPool return proper value [`9066704`](https://github.com/oceanprotocol/react/commit/90667040fe5b06e15449d6e1cd15b0d59a2dec5c) +- correct price when no pools [`56e6dc6`](https://github.com/oceanprotocol/react/commit/56e6dc688e218b45df627e99cf5d2f119f035036) + #### [v0.0.31](https://github.com/oceanprotocol/react/compare/v0.0.30...v0.0.31) > 5 August 2020 diff --git a/package-lock.json b/package-lock.json index ad39c41..b7f22e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.31", + "version": "0.0.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a77de95..f40474c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.31", + "version": "0.0.33", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",