From 257e572cc7db9da612da118d883e2091fc0c9dc1 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 26 Nov 2020 14:45:58 +0200 Subject: [PATCH] Release 0.3.22 --- 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 03a5d48..b975c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,21 @@ 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.22](https://github.com/oceanprotocol/react/compare/v0.3.21...v0.3.22) + +- fix price calculation [`1bc580b`](https://github.com/oceanprotocol/react/commit/1bc580bf9b945ed056e6d6ad063e3c836c5e70ed) + #### [v0.3.21](https://github.com/oceanprotocol/react/compare/v0.3.20...v0.3.21) +> 24 November 2020 + - Bump @types/react from 16.9.56 to 17.0.0 [`#187`](https://github.com/oceanprotocol/react/pull/187) - Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1 [`#191`](https://github.com/oceanprotocol/react/pull/191) - Bump @typescript-eslint/parser from 4.7.0 to 4.8.1 [`#189`](https://github.com/oceanprotocol/react/pull/189) - Bump typescript from 4.0.5 to 4.1.2 [`#188`](https://github.com/oceanprotocol/react/pull/188) - Bump eslint from 7.13.0 to 7.14.0 [`#190`](https://github.com/oceanprotocol/react/pull/190) - optimize price calculation [`312b62c`](https://github.com/oceanprotocol/react/commit/312b62ced37554b54011d445c49bb50905760198) +- Release 0.3.21 [`378b5de`](https://github.com/oceanprotocol/react/commit/378b5deae3c888b8ab3a249fa5816b5bb065cbcb) - fix travis [`4e6e5f1`](https://github.com/oceanprotocol/react/commit/4e6e5f1b30b0986244be3379e00b2d74be4b22cd) #### [v0.3.20](https://github.com/oceanprotocol/react/compare/v0.3.19...v0.3.20) diff --git a/package-lock.json b/package-lock.json index 3a7714a..59a7f5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.21", + "version": "0.3.22", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 11100f2..b0da296 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.21", + "version": "0.3.22", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",