From 89eb5ee54bb0c4c410229899043061021b3162bb Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 20 Jul 2020 14:21:46 +0200 Subject: [PATCH] Release 0.0.24 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 722515f..0eb373f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +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.0.24](https://github.com/oceanprotocol/react/compare/v0.0.23...v0.0.24) + +> 20 July 2020 + +- bump @oceanprotocol/lib [`d17adf3`](https://github.com/oceanprotocol/react/commit/d17adf3eb10b59f5d3dbbe08dd6110f520e6d1c7) +- correct typings for exported methods [`4282087`](https://github.com/oceanprotocol/react/commit/42820874cb707340a40b3d90c7fe4db4661929b5) + #### [v0.0.23](https://github.com/oceanprotocol/react/compare/v0.0.22...v0.0.23) > 20 July 2020 +- Release 0.0.23 [`7f6691b`](https://github.com/oceanprotocol/react/commit/7f6691b9fdedb5fab475996adb31fd062c6ef1df) - use ocean methods for all balances [`941ca71`](https://github.com/oceanprotocol/react/commit/941ca71d1d1e9d6188daec5f8716f6f7c00b40f0) - get chainId as early as possible [`c5a273e`](https://github.com/oceanprotocol/react/commit/c5a273eac47684a64d84b4d81db385344564a9f5) -- put web3modal options into local state [`99e541d`](https://github.com/oceanprotocol/react/commit/99e541d08bf7cdcf68ad757e578b1bbbe6bb3df5) #### [v0.0.22](https://github.com/oceanprotocol/react/compare/v0.0.21...v0.0.22) diff --git a/package-lock.json b/package-lock.json index 6eca55d..0ad20ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.23", + "version": "0.0.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0cae511..af1ed3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.23", + "version": "0.0.24", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",