From 457a4aaba54bf3774eb0b6f8fa9c11609724e515 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 21 Jul 2020 13:48:07 +0200 Subject: [PATCH] Release 0.0.27 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e62c85f..4638bc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +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.27](https://github.com/oceanprotocol/react/compare/v0.0.26...v0.0.27) + +> 21 July 2020 + +- metadata fallback hitting MetadataStore directly [`#58`](https://github.com/oceanprotocol/react/pull/58) + #### [v0.0.26](https://github.com/oceanprotocol/react/compare/v0.0.25...v0.0.26) > 21 July 2020 +- Release 0.0.26 [`4684f30`](https://github.com/oceanprotocol/react/commit/4684f30df5c2d0c55dd282bea61ceb43449aaa8f) - Update usePublish.ts [`c2bcad4`](https://github.com/oceanprotocol/react/commit/c2bcad440c0bafc02c3abe12343ae82aa437e9e3) #### [v0.0.25](https://github.com/oceanprotocol/react/compare/v0.0.24...v0.0.25) diff --git a/package-lock.json b/package-lock.json index 0dfc438..d5d8af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.26", + "version": "0.0.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c62562d..0066ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.26", + "version": "0.0.27", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",