From a021976add1f458042c973df10cff27fadc9ee18 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Mon, 8 Mar 2021 15:43:08 +0200 Subject: [PATCH] Release 0.5.5 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5f1b1d..f5599d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.5](https://github.com/oceanprotocol/react/compare/v0.5.4...v0.5.5) + +- lib bump [`#259`](https://github.com/oceanprotocol/react/pull/259) +- Bump typescript from 4.2.2 to 4.2.3 [`#258`](https://github.com/oceanprotocol/react/pull/258) +- Bump @types/react from 17.0.2 to 17.0.3 [`#257`](https://github.com/oceanprotocol/react/pull/257) + #### [v0.5.4](https://github.com/oceanprotocol/react/compare/v0.5.3...v0.5.4) +> 4 March 2021 + - bump ocean.js [`#256`](https://github.com/oceanprotocol/react/pull/256) - Bump eslint-config-prettier from 7.2.0 to 8.1.0 [`#251`](https://github.com/oceanprotocol/react/pull/251) - add codeowners [`#254`](https://github.com/oceanprotocol/react/pull/254) @@ -14,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump typescript from 4.1.5 to 4.2.2 [`#252`](https://github.com/oceanprotocol/react/pull/252) - Bump eslint from 7.20.0 to 7.21.0 [`#250`](https://github.com/oceanprotocol/react/pull/250) - Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#249`](https://github.com/oceanprotocol/react/pull/249) +- Release 0.5.4 [`42df1e2`](https://github.com/oceanprotocol/react/commit/42df1e22773222e4e27cff0b2d3ece0490a358e9) #### [v0.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3) diff --git a/package-lock.json b/package-lock.json index e60726d..30bebc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d11e75..232cd83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.4", + "version": "0.5.5", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",