1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 17:50:15 +01:00

Release 0.0.34

This commit is contained in:
mihaisc 2020-08-11 13:24:14 +03:00
parent 9949ae999f
commit 0ace964925
3 changed files with 10 additions and 3 deletions

View File

@ -4,6 +4,13 @@ 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.34](https://github.com/oceanprotocol/react/compare/v0.0.33...v0.0.34)
> 11 August 2020
- config fix [`4a7604b`](https://github.com/oceanprotocol/react/commit/4a7604b4f921e54a18e2b9855c4fe42978380cc6)
- format [`9949ae9`](https://github.com/oceanprotocol/react/commit/9949ae999f0332f603858f6bb5cd6952a3b86dcf)
#### [v0.0.33](https://github.com/oceanprotocol/react/compare/v0.0.32...v0.0.33)
> 11 August 2020
@ -12,7 +19,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- Release 0.0.33 [`891b1e1`](https://github.com/oceanprotocol/react/commit/891b1e1f4f216c1f9118f3adefa94bd50cb423b8)
#### [v0.0.32](https://github.com/oceanprotocol/react/compare/v0.0.31...v0.0.32)

2
package-lock.json generated
View File

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

View File

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