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

Release 0.1.3

This commit is contained in:
Matthias Kretschmann 2020-10-09 21:20:59 +02:00
parent acf570c4f8
commit afbf0295cc
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -4,13 +4,23 @@ 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.1.3](https://github.com/oceanprotocol/react/compare/v0.1.2...v0.1.3)
- pass through mpAddress [`#139`](https://github.com/oceanprotocol/react/pull/139)
- package updates [`acf570c`](https://github.com/oceanprotocol/react/commit/acf570c4f8c8b4f2b4231e772f6918b4a63d4b01)
- update compute [`232e08e`](https://github.com/oceanprotocol/react/commit/232e08e177c42a7ef1aa66c24086e9debcf5dbcb)
- update example [`803c5f9`](https://github.com/oceanprotocol/react/commit/803c5f971748202e69a3574de69c5f6fbbf1ffbf)
#### [v0.1.2](https://github.com/oceanprotocol/react/compare/v0.1.1...v0.1.2)
> 8 October 2020
- BestPrice updates [`#138`](https://github.com/oceanprotocol/react/pull/138)
- Bump eslint-plugin-react from 7.21.2 to 7.21.3 [`#134`](https://github.com/oceanprotocol/react/pull/134)
- Bump web3modal from 1.9.0 to 1.9.1 [`#136`](https://github.com/oceanprotocol/react/pull/136)
- Bump @types/react from 16.9.49 to 16.9.50 [`#133`](https://github.com/oceanprotocol/react/pull/133)
- set price from DDO first, then from chain [`efb4b12`](https://github.com/oceanprotocol/react/commit/efb4b12d71efa12a09d1ce11f1f7471cb4f95509)
- Release 0.1.2 [`931af23`](https://github.com/oceanprotocol/react/commit/931af239f1bedd8dfa985e1e0645bdf2e476620c)
#### [v0.1.1](https://github.com/oceanprotocol/react/compare/v0.1.0...v0.1.1)

2
package-lock.json generated
View File

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

View File

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