From 24b4ea9601fdf1f3a723aceb93c72753e1c2d1b8 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 21 Oct 2020 15:41:23 +0200 Subject: [PATCH] Release 0.3.1 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ebb17..07410b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,14 @@ 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.3.1](https://github.com/oceanprotocol/react/compare/v0.3.0...v0.3.1) + +- package updates [`0e1e188`](https://github.com/oceanprotocol/react/commit/0e1e18883a62d90ed8f3e6c8cac245f0d5e1583c) + #### [v0.3.0](https://github.com/oceanprotocol/react/compare/v0.2.2...v0.3.0) +> 21 October 2020 + - split flows for Publish and Buy [`#147`](https://github.com/oceanprotocol/react/pull/147) - move to usePricing [`6e5ae7b`](https://github.com/oceanprotocol/react/commit/6e5ae7b2ce9d0de782a13b5d1c86427d4c34614f) - refactor [`ad270f8`](https://github.com/oceanprotocol/react/commit/ad270f8a394748481c9a9d71e15db7be325bc210) diff --git a/package-lock.json b/package-lock.json index 9581887..ccf7507 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4bd0579..45a100d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.0", + "version": "0.3.1", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",