mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Release 0.3.15
This commit is contained in:
parent
3a1da5e313
commit
e7e83e4197
@ -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).
|
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)
|
#### [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)
|
- 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)
|
- 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)
|
#### [v0.3.13](https://github.com/oceanprotocol/react/compare/v0.3.12...v0.3.13)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.3.14",
|
"version": "0.3.15",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.3.14",
|
"version": "0.3.15",
|
||||||
"description": "React hooks & components on top of @oceanprotocol/lib",
|
"description": "React hooks & components on top of @oceanprotocol/lib",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"umd:main": "dist/index.umd.js",
|
"umd:main": "dist/index.umd.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user