From 17574f238bfbbb43735683ea405211562f1240fd Mon Sep 17 00:00:00 2001 From: mihaisc Date: Fri, 13 Nov 2020 18:25:19 +0200 Subject: [PATCH] Release 0.3.17 --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a5196..0ac9597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,25 @@ 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.17](https://github.com/oceanprotocol/react/compare/v0.3.16...v0.3.17) + +- Feature/purgatory [`#180`](https://github.com/oceanprotocol/react/pull/180) +- Bump @typescript-eslint/parser from 4.5.0 to 4.6.1 [`#177`](https://github.com/oceanprotocol/react/pull/177) +- Bump typescript from 4.0.3 to 4.0.5 [`#176`](https://github.com/oceanprotocol/react/pull/176) +- Bump eslint from 7.12.1 to 7.13.0 [`#175`](https://github.com/oceanprotocol/react/pull/175) +- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#179`](https://github.com/oceanprotocol/react/pull/179) +- Bump release-it from 14.2.0 to 14.2.1 [`#169`](https://github.com/oceanprotocol/react/pull/169) +- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#170`](https://github.com/oceanprotocol/react/pull/170) +- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#171`](https://github.com/oceanprotocol/react/pull/171) +- Bump @types/react from 16.9.53 to 16.9.55 [`#172`](https://github.com/oceanprotocol/react/pull/172) +- Bump eslint from 7.12.0 to 7.12.1 [`#173`](https://github.com/oceanprotocol/react/pull/173) + #### [v0.3.16](https://github.com/oceanprotocol/react/compare/v0.3.15...v0.3.16) +> 30 October 2020 + - update oceanlib, improve price calculation [`0f62406`](https://github.com/oceanprotocol/react/commit/0f62406a58098fcccf99fcda80d2816944668b43) +- Release 0.3.16 [`afa6273`](https://github.com/oceanprotocol/react/commit/afa6273401756d383d2a79850be27b208f2fc877) #### [v0.3.15](https://github.com/oceanprotocol/react/compare/v0.3.14...v0.3.15) diff --git a/package-lock.json b/package-lock.json index 4e18377..1c770cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.16", + "version": "0.3.17", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 16ff0a1..31d5a81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.3.16", + "version": "0.3.17", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",