From ef69785699bba274c5712a073b620c039edad49c Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 25 May 2021 09:56:46 +0200 Subject: [PATCH] Release 0.6.2 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eea8a2f..dee8e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.6.2](https://github.com/oceanprotocol/react/compare/v0.6.1...v0.6.2) + +- Bump prettier from 2.2.1 to 2.3.0 [`#307`](https://github.com/oceanprotocol/react/pull/307) +- Bump @typescript-eslint/parser from 4.24.0 to 4.25.0 [`#305`](https://github.com/oceanprotocol/react/pull/305) +- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.25.0 [`#306`](https://github.com/oceanprotocol/react/pull/306) +- Bump auto-changelog from 2.2.1 to 2.3.0 [`#303`](https://github.com/oceanprotocol/react/pull/303) +- Bump web3 from 1.3.5 to 1.3.6 [`#304`](https://github.com/oceanprotocol/react/pull/304) +- Bump browserslist from 4.16.4 to 4.16.6 [`#302`](https://github.com/oceanprotocol/react/pull/302) +- Bump eslint from 7.24.0 to 7.27.0 [`#301`](https://github.com/oceanprotocol/react/pull/301) +- Bump @types/react from 17.0.3 to 17.0.6 [`#300`](https://github.com/oceanprotocol/react/pull/300) +- Bump @typescript-eslint/parser from 4.22.0 to 4.24.0 [`#299`](https://github.com/oceanprotocol/react/pull/299) +- Bump @oceanprotocol/lib from 0.14.3 to 0.14.9 [`#298`](https://github.com/oceanprotocol/react/pull/298) +- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#290`](https://github.com/oceanprotocol/react/pull/290) +- release-it fix [`224cb46`](https://github.com/oceanprotocol/react/commit/224cb46bf014234e2f1aa7e2c6c2fc2a4ed745d6) + #### [v0.6.1](https://github.com/oceanprotocol/react/compare/v0.6.0...v0.6.1) +> 16 April 2021 + - Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#286`](https://github.com/oceanprotocol/react/pull/286) - Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#288`](https://github.com/oceanprotocol/react/pull/288) - Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#287`](https://github.com/oceanprotocol/react/pull/287) diff --git a/package-lock.json b/package-lock.json index c52c201..a7428dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/react", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/react", - "version": "0.6.1", + "version": "0.6.2", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/lib": "^0.14.9", diff --git a/package.json b/package.json index 37cdcb4..0596bc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.6.1", + "version": "0.6.2", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",