From 2198dcf66849d69de1f8eb108f8d2fd2aef93c74 Mon Sep 17 00:00:00 2001 From: mihaisc Date: Thu, 18 Mar 2021 14:45:26 +0200 Subject: [PATCH] Release 0.5.6 --- 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 f5599d8..9504135 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,18 @@ 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.6](https://github.com/oceanprotocol/react/compare/v0.5.5...v0.5.6) + +- lib bump, publish update [`#263`](https://github.com/oceanprotocol/react/pull/263) + #### [v0.5.5](https://github.com/oceanprotocol/react/compare/v0.5.4...v0.5.5) +> 8 March 2021 + - 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) +- Release 0.5.5 [`a021976`](https://github.com/oceanprotocol/react/commit/a021976add1f458042c973df10cff27fadc9ee18) #### [v0.5.4](https://github.com/oceanprotocol/react/compare/v0.5.3...v0.5.4) diff --git a/package-lock.json b/package-lock.json index 8a37a1e..630cebc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b9f4ec4..9950d62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.5", + "version": "0.5.6", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",