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

Release 0.0.32

This commit is contained in:
mihaisc 2020-08-06 12:57:42 +03:00
parent 56e6dc688e
commit 3cba2a88f9
3 changed files with 10 additions and 2 deletions

View File

@ -4,6 +4,14 @@ 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.32](https://github.com/oceanprotocol/react/compare/v0.0.31...v0.0.32)
> 6 August 2020
- 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)
- format [`6c1bfcb`](https://github.com/oceanprotocol/react/commit/6c1bfcbfd9f857d7e80959ac05a34e1085e2b3d9)
#### [v0.0.31](https://github.com/oceanprotocol/react/compare/v0.0.30...v0.0.31)
> 5 August 2020

2
package-lock.json generated
View File

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

View File

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