From 48351aa8bc30c6864c2938994fa0da2ad30e3810 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 1 Mar 2021 15:06:30 +0200 Subject: [PATCH] Release 0.5.3 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0250cf..c769396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,38 @@ 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.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3) + +#### [v0.5.2](https://github.com/oceanprotocol/react/compare/v0.5.1...v0.5.2) + +> 26 February 2021 + +- bump lib [`#247`](https://github.com/oceanprotocol/react/pull/247) +- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#245`](https://github.com/oceanprotocol/react/pull/245) +- Bump release-it from 14.4.0 to 14.4.1 [`#244`](https://github.com/oceanprotocol/react/pull/244) +- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#243`](https://github.com/oceanprotocol/react/pull/243) +- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#242`](https://github.com/oceanprotocol/react/pull/242) +- Bump eslint from 7.19.0 to 7.20.0 [`#241`](https://github.com/oceanprotocol/react/pull/241) +- Bump @types/react from 17.0.1 to 17.0.2 [`#237`](https://github.com/oceanprotocol/react/pull/237) +- Bump typescript from 4.1.3 to 4.1.5 [`#240`](https://github.com/oceanprotocol/react/pull/240) +- Bump release-it from 14.3.0 to 14.4.0 [`#239`](https://github.com/oceanprotocol/react/pull/239) +- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#238`](https://github.com/oceanprotocol/react/pull/238) +- Bump @types/react from 17.0.0 to 17.0.1 [`#236`](https://github.com/oceanprotocol/react/pull/236) +- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#234`](https://github.com/oceanprotocol/react/pull/234) +- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#235`](https://github.com/oceanprotocol/react/pull/235) +- Bump release-it from 14.2.2 to 14.3.0 [`#232`](https://github.com/oceanprotocol/react/pull/232) +- Bump eslint from 7.18.0 to 7.19.0 [`#231`](https://github.com/oceanprotocol/react/pull/231) +- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#230`](https://github.com/oceanprotocol/react/pull/230) +- Bump @typescript-eslint/parser from 4.14.0 to 4.14.1 [`#229`](https://github.com/oceanprotocol/react/pull/229) +- Bump web3 from 1.3.1 to 1.3.3 [`#227`](https://github.com/oceanprotocol/react/pull/227) +- Release 0.5.2 [`67d5bd1`](https://github.com/oceanprotocol/react/commit/67d5bd1762a84982d15359da39fd88697a1d98a8) + #### [v0.5.1](https://github.com/oceanprotocol/react/compare/v0.5.0...v0.5.1) +> 21 January 2021 + - package updates [`fdd06ed`](https://github.com/oceanprotocol/react/commit/fdd06ed49721b08d94455da908ad839b6741f2e5) +- Release 0.5.1 [`5ecb49d`](https://github.com/oceanprotocol/react/commit/5ecb49d00118b354507d2f733b942581848eb81e) #### [v0.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0) diff --git a/package-lock.json b/package-lock.json index fdce888..a47f3f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.1", + "version": "0.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0140f50..a381054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.1", + "version": "0.5.3", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",