From 931af239f1bedd8dfa985e1e0645bdf2e476620c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 8 Oct 2020 14:23:55 +0200 Subject: [PATCH] Release 0.1.2 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7132fbf..393eed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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.2](https://github.com/oceanprotocol/react/compare/v0.1.1...v0.1.2) + +- BestPrice updates [`#138`](https://github.com/oceanprotocol/react/pull/138) +- Bump eslint-plugin-react from 7.21.2 to 7.21.3 [`#134`](https://github.com/oceanprotocol/react/pull/134) +- Bump web3modal from 1.9.0 to 1.9.1 [`#136`](https://github.com/oceanprotocol/react/pull/136) +- Bump @types/react from 16.9.49 to 16.9.50 [`#133`](https://github.com/oceanprotocol/react/pull/133) +- set price from DDO first, then from chain [`efb4b12`](https://github.com/oceanprotocol/react/commit/efb4b12d71efa12a09d1ce11f1f7471cb4f95509) + #### [v0.1.1](https://github.com/oceanprotocol/react/compare/v0.1.0...v0.1.1) +> 5 October 2020 + - ocean-lib update + small refactor [`#137`](https://github.com/oceanprotocol/react/pull/137) +- Release 0.1.1 [`c98a76c`](https://github.com/oceanprotocol/react/commit/c98a76cbe10471867f4f3699e1477c5290d5788a) #### [v0.1.0](https://github.com/oceanprotocol/react/compare/v0.0.50...v0.1.0) diff --git a/package-lock.json b/package-lock.json index 40ee29c..1b7793b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4eac7dd..bd4dbbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.1.1", + "version": "0.1.2", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",