From 80b1db51760fe11056de222c990f666c7931f39d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 13 Oct 2020 16:51:28 +0200 Subject: [PATCH] Release 0.2.0 --- 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 7c8f440..19b1609 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.2.0](https://github.com/oceanprotocol/react/compare/v0.1.4...v0.2.0) + +- Bump release-it from 14.0.4 to 14.1.0 [`#143`](https://github.com/oceanprotocol/react/pull/143) +- Bump eslint from 7.10.0 to 7.11.0 [`#142`](https://github.com/oceanprotocol/react/pull/142) +- Bump eslint-plugin-react from 7.21.3 to 7.21.4 [`#141`](https://github.com/oceanprotocol/react/pull/141) +- Bump @types/react from 16.9.51 to 16.9.52 [`#140`](https://github.com/oceanprotocol/react/pull/140) +- metadataStore → metadataCache [`1674ce2`](https://github.com/oceanprotocol/react/commit/1674ce2acb744a7596d5ccbdfd8b7cf39f2d4fe4) + #### [v0.1.4](https://github.com/oceanprotocol/react/compare/v0.1.3...v0.1.4) +> 9 October 2020 + - price fetching fixes [`b438742`](https://github.com/oceanprotocol/react/commit/b438742000a9b70bea245efd8997e54d1c0a0b18) +- Release 0.1.4 [`24f870c`](https://github.com/oceanprotocol/react/commit/24f870cc7663cbcb96f61abcf50f4f9600521cd5) #### [v0.1.3](https://github.com/oceanprotocol/react/compare/v0.1.2...v0.1.3) diff --git a/package-lock.json b/package-lock.json index bf3fc69..17564c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.1.4", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b4521ed..f88535e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.1.4", + "version": "0.2.0", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",