mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Release 0.0.33
This commit is contained in:
parent
3d357646af
commit
891b1e1f4f
18
CHANGELOG.md
18
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
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.31",
|
||||
"version": "0.0.33",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user