From e87faa94df32bc43d773c7421e0cd1d65aec2e4c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 5 Aug 2020 10:10:59 +0200 Subject: [PATCH] Release 0.0.31 --- 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 34598c2..6df2f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.0.31](https://github.com/oceanprotocol/react/compare/v0.0.30...v0.0.31) + +> 5 August 2020 + +- Feature/consume [`#71`](https://github.com/oceanprotocol/react/pull/71) +- Bump @types/react from 16.9.43 to 16.9.44 [`#70`](https://github.com/oceanprotocol/react/pull/70) +- Bump eslint from 7.5.0 to 7.6.0 [`#69`](https://github.com/oceanprotocol/react/pull/69) +- simple consume [`d64ec06`](https://github.com/oceanprotocol/react/commit/d64ec0617e885c74fa0d7b832714e94fc9e50f86) +- consume for advanced flow [`264bde6`](https://github.com/oceanprotocol/react/commit/264bde6c27f7c94987ee112201f1c957f9c99023) +- format/test [`53ca5ad`](https://github.com/oceanprotocol/react/commit/53ca5ad6cbf8214c037f20643fd452050aaf208b) + #### [v0.0.30](https://github.com/oceanprotocol/react/compare/v0.0.29...v0.0.30) > 31 July 2020 diff --git a/package-lock.json b/package-lock.json index 9edf2f7..ad39c41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.30", + "version": "0.0.31", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7af2ad..a77de95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.30", + "version": "0.0.31", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",