From 5ea1240fa18a31391f88ab28338c950b2b2644e1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 21 Oct 2020 14:27:29 +0200 Subject: [PATCH] Release 0.3.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d27f40..a8ebb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ 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.0](https://github.com/oceanprotocol/react/compare/v0.2.2...v0.3.0) + +- 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) +- split usePricing [`6167d88`](https://github.com/oceanprotocol/react/commit/6167d88fd93a0afc96cd4feb85d011b27914494a) + #### [v0.2.2](https://github.com/oceanprotocol/react/compare/v0.2.1...v0.2.2) +> 19 October 2020 + - Bump @types/react from 16.9.52 to 16.9.53 [`#152`](https://github.com/oceanprotocol/react/pull/152) - Bump release-it from 14.1.0 to 14.2.0 [`#156`](https://github.com/oceanprotocol/react/pull/156) - Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#154`](https://github.com/oceanprotocol/react/pull/154) - Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#153`](https://github.com/oceanprotocol/react/pull/153) - Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#155`](https://github.com/oceanprotocol/react/pull/155) - bump packages [`8e03162`](https://github.com/oceanprotocol/react/commit/8e03162661ce45d4b88ad539b18a1d3dfc4303b1) +- Release 0.2.2 [`d96af15`](https://github.com/oceanprotocol/react/commit/d96af157cb7795bd05542c2c0dcd01082942f07f) #### [v0.2.1](https://github.com/oceanprotocol/react/compare/v0.2.0...v0.2.1) diff --git a/package-lock.json b/package-lock.json index fea95c4..6756c7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.2.2", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e52a199..260d143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.2.2", + "version": "0.3.0", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",