1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-23 09:43:38 +01:00

Release 0.3.15

This commit is contained in:
mihaisc 2020-10-29 20:10:40 +02:00
parent 3a1da5e313
commit e7e83e4197
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 10 additions and 3 deletions

View File

@ -4,11 +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.3.15](https://github.com/oceanprotocol/react/compare/v0.3.14...v0.3.15)
- fix price calculation [`6757454`](https://github.com/oceanprotocol/react/commit/6757454ff285c0d337aa1206671d1bf4dd7a9909)
- fix [`3a1da5e`](https://github.com/oceanprotocol/react/commit/3a1da5e313759378afdd95df945d5fee624368de)
#### [v0.3.14](https://github.com/oceanprotocol/react/compare/v0.3.13...v0.3.14)
> 29 October 2020
- refresh price [`08a7930`](https://github.com/oceanprotocol/react/commit/08a79305dcbaaa27ebf5f8cc58234f22e41994af)
- Release 0.3.14 [`dbfa57e`](https://github.com/oceanprotocol/react/commit/dbfa57ea615a16800080784f9785a1df55a78f95)
- oceanlib bump [`4950290`](https://github.com/oceanprotocol/react/commit/4950290c7988abadd9d87c48ae033daf06488a95)
- fix [`5464b21`](https://github.com/oceanprotocol/react/commit/5464b21d6bec1a3ba18f0db2a6271ed541e75a3b)
#### [v0.3.13](https://github.com/oceanprotocol/react/compare/v0.3.12...v0.3.13)

2
package-lock.json generated
View File

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

View File

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