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

Release 0.1.4

This commit is contained in:
Matthias Kretschmann 2020-10-09 21:58:16 +02:00
parent b438742000
commit 24f870cc76
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 3 deletions

View File

@ -4,12 +4,18 @@ 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.4](https://github.com/oceanprotocol/react/compare/v0.1.3...v0.1.4)
- price fetching fixes [`b438742`](https://github.com/oceanprotocol/react/commit/b438742000a9b70bea245efd8997e54d1c0a0b18)
#### [v0.1.3](https://github.com/oceanprotocol/react/compare/v0.1.2...v0.1.3)
> 9 October 2020
- 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)
- Release 0.1.3 [`afbf029`](https://github.com/oceanprotocol/react/commit/afbf0295cccd880b89387cfef11b159845cc0ef8)
#### [v0.1.2](https://github.com/oceanprotocol/react/compare/v0.1.1...v0.1.2)

2
package-lock.json generated
View File

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

View File

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