From 34a485b930a0c1ec0588f99695878cac5b5a91c2 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 20 Aug 2020 14:33:04 +0300 Subject: [PATCH] Release 0.0.38 --- 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 586693c..516914b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.0.38](https://github.com/oceanprotocol/react/compare/v0.0.37...v0.0.38) + +> 20 August 2020 + +- added pool, refactor [`#89`](https://github.com/oceanprotocol/react/pull/89) +- metadata refactor , example [`#88`](https://github.com/oceanprotocol/react/pull/88) +- added bestPrice, updated example,readme [`f9b1e7a`](https://github.com/oceanprotocol/react/commit/f9b1e7a530c21a4e37464772b83fe803204e0076) +- readme update [`7fa93ae`](https://github.com/oceanprotocol/react/commit/7fa93ae5b5e57f32c43be3433865f6b91ba9e20a) +- change pool to poolAddress [`03159f0`](https://github.com/oceanprotocol/react/commit/03159f0bf4720256d21c59034cd07c87e49147d5) + #### [v0.0.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37) > 18 August 2020 @@ -15,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.9.0 [`#77`](https://github.com/oceanprotocol/react/pull/77) - Bump @typescript-eslint/parser from 3.7.1 to 3.9.0 [`#81`](https://github.com/oceanprotocol/react/pull/81) - package updates [`762a5a2`](https://github.com/oceanprotocol/react/commit/762a5a213912fbf1ae34b48312d44d890578f839) +- Release 0.0.37 [`2fee743`](https://github.com/oceanprotocol/react/commit/2fee743f8d98b212cfdf8e08a8f1327985028df1) - master → main [`719a78d`](https://github.com/oceanprotocol/react/commit/719a78dd0b3550336e5b29eb56e5fd54e4691137) #### [v0.0.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36) diff --git a/package-lock.json b/package-lock.json index 1ddd229..5168d24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.37", + "version": "0.0.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dfe81f3..eacf220 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.37", + "version": "0.0.38", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",