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

Release 0.3.16

This commit is contained in:
mihaisc 2020-10-30 16:09:34 +02:00
parent 0f62406a58
commit afa6273401
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 9 additions and 2 deletions

View File

@ -4,10 +4,17 @@ 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.16](https://github.com/oceanprotocol/react/compare/v0.3.15...v0.3.16)
- update oceanlib, improve price calculation [`0f62406`](https://github.com/oceanprotocol/react/commit/0f62406a58098fcccf99fcda80d2816944668b43)
#### [v0.3.15](https://github.com/oceanprotocol/react/compare/v0.3.14...v0.3.15)
> 29 October 2020
- fix price calculation [`6757454`](https://github.com/oceanprotocol/react/commit/6757454ff285c0d337aa1206671d1bf4dd7a9909)
- fix [`3a1da5e`](https://github.com/oceanprotocol/react/commit/3a1da5e313759378afdd95df945d5fee624368de)
- Release 0.3.15 [`e7e83e4`](https://github.com/oceanprotocol/react/commit/e7e83e4197003740062dc95d83d184598bd51b01)
#### [v0.3.14](https://github.com/oceanprotocol/react/compare/v0.3.13...v0.3.14)

2
package-lock.json generated
View File

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

View File

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