From b4acf688c2709a252c9cc62fa1af9c458b9d804d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 13 Jan 2021 14:37:47 +0100 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8913e30..26fc432 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,32 @@ 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.4.1](https://github.com/oceanprotocol/react/compare/v0.4.0...v0.4.1) + +- Bump web3 from 1.2.11 to 1.3.1 [`#214`](https://github.com/oceanprotocol/react/pull/214) +- Bump eslint-plugin-react from 7.21.5 to 7.22.0 [`#220`](https://github.com/oceanprotocol/react/pull/220) +- Bump eslint-config-prettier from 7.0.0 to 7.1.0 [`#219`](https://github.com/oceanprotocol/react/pull/219) +- Bump web3modal from 1.9.2 to 1.9.3 [`#221`](https://github.com/oceanprotocol/react/pull/221) +- Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.13.0 [`#217`](https://github.com/oceanprotocol/react/pull/217) +- Bump @typescript-eslint/parser from 4.9.0 to 4.13.0 [`#218`](https://github.com/oceanprotocol/react/pull/218) +- Bump eslint from 7.15.0 to 7.17.0 [`#216`](https://github.com/oceanprotocol/react/pull/216) +- Bump microbundle from 0.12.4 to 0.13.0 [`#213`](https://github.com/oceanprotocol/react/pull/213) +- Bump @oceanprotocol/lib from 0.9.18 to 0.9.20 [`#203`](https://github.com/oceanprotocol/react/pull/203) +- Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.12.0 [`#212`](https://github.com/oceanprotocol/react/pull/212) +- Bump eslint-plugin-prettier from 3.2.0 to 3.3.1 [`#211`](https://github.com/oceanprotocol/react/pull/211) +- Bump ini from 1.3.5 to 1.3.8 [`#201`](https://github.com/oceanprotocol/react/pull/201) +- Bump typescript from 4.1.2 to 4.1.3 [`#202`](https://github.com/oceanprotocol/react/pull/202) +- Bump axios from 0.21.0 to 0.21.1 [`#210`](https://github.com/oceanprotocol/react/pull/210) +- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#200`](https://github.com/oceanprotocol/react/pull/200) +- Bump eslint from 7.14.0 to 7.15.0 [`#199`](https://github.com/oceanprotocol/react/pull/199) +- bump @oceanprotocol/lib [`31f6a9a`](https://github.com/oceanprotocol/react/commit/31f6a9a7274aa4ba401d3cba33ad526af24d8d28) +- remove concept note [`3045520`](https://github.com/oceanprotocol/react/commit/30455201f4ebd6d2411b9b2d38b14e53d15d8651) +- Update README.md [`69965a6`](https://github.com/oceanprotocol/react/commit/69965a64bac5903b531aaf68990da11ddeaaca34) + #### [v0.4.0](https://github.com/oceanprotocol/react/compare/v0.3.23...v0.4.0) +> 3 December 2020 + - Bump web3modal from 1.9.1 to 1.9.2 [`#193`](https://github.com/oceanprotocol/react/pull/193) - Bump @typescript-eslint/eslint-plugin from 4.8.1 to 4.8.2 [`#196`](https://github.com/oceanprotocol/react/pull/196) - Bump release-it from 14.2.1 to 14.2.2 [`#195`](https://github.com/oceanprotocol/react/pull/195) @@ -13,6 +37,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Bump @typescript-eslint/parser from 4.8.1 to 4.8.2 [`#192`](https://github.com/oceanprotocol/react/pull/192) - downgrade web3.js [`#197`](https://github.com/oceanprotocol/react/pull/197) - package updates [`7fcb65d`](https://github.com/oceanprotocol/react/commit/7fcb65dd2ad47b8a9e819ac13852f90fafc62699) +- Release 0.4.0 [`432d97d`](https://github.com/oceanprotocol/react/commit/432d97de21720dcedf59c927c9bf65bda0e7b40e) #### [v0.3.23](https://github.com/oceanprotocol/react/compare/v0.3.22...v0.3.23) diff --git a/package-lock.json b/package-lock.json index 6c488d9..465c09e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3215080..d2b857f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.4.0", + "version": "0.4.1", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",