From 2ad1d1adf2323cf2f336151c4475e28d6374d593 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Tue, 27 Oct 2020 18:54:16 +0200 Subject: [PATCH] Release 0.3.10 --- CHANGELOG.md | 12 +++++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8196867..b8d1960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,25 @@ 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.10](https://github.com/oceanprotocol/react/compare/v0.3.9...v0.3.10) + +- fixed price, ocean lib update [`#166`](https://github.com/oceanprotocol/react/pull/166) +- fix mint [`#167`](https://github.com/oceanprotocol/react/pull/167) +- use Decimal [`f1934fe`](https://github.com/oceanprotocol/react/commit/f1934fec3ea5930c7883b17b61cc2598c0132498) +- fix minting [`5b84f07`](https://github.com/oceanprotocol/react/commit/5b84f07d4957d92650d4b9cdf420e80a13b00d1e) +- destruct [`1a1a741`](https://github.com/oceanprotocol/react/commit/1a1a7416450184b17fb05de883b684e983fa2163) + #### [v0.3.9](https://github.com/oceanprotocol/react/compare/v0.3.8...v0.3.9) +> 26 October 2020 + - Update/ocean.js bump [`#164`](https://github.com/oceanprotocol/react/pull/164) - disable price interval [`#163`](https://github.com/oceanprotocol/react/pull/163) - Bump eslint from 7.11.0 to 7.12.0 [`#162`](https://github.com/oceanprotocol/react/pull/162) - Bump axios from 0.20.0 to 0.21.0 [`#161`](https://github.com/oceanprotocol/react/pull/161) - format [`76a5953`](https://github.com/oceanprotocol/react/commit/76a5953caff0a001c31ced564fc1186edf3bc5cb) +- Release 0.3.9 [`bd15ab1`](https://github.com/oceanprotocol/react/commit/bd15ab144d8db36a93bc37dcece86550a4091ed9) - update to new ocean.js [`9791450`](https://github.com/oceanprotocol/react/commit/9791450b48bcd129acedff6f0d880dd17ccb47a8) -- ocean.js bump [`3c4ef76`](https://github.com/oceanprotocol/react/commit/3c4ef7677a2820a736f43e0e7654f7a35fb6bda3) #### [v0.3.8](https://github.com/oceanprotocol/react/compare/v0.3.7...v0.3.8) diff --git a/package-lock.json b/package-lock.json index 1f4e9fe..3e20c68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.9", + "version": "0.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4c4326d..dc4b06d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.9", + "version": "0.3.10", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",