diff --git a/CHANGELOG.md b/CHANGELOG.md index a0250cf..ec54fb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,33 @@ 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.2](https://github.com/oceanprotocol/react/compare/v0.5.1...v0.5.2) + +- 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) + #### [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..57b7050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0140f50..12a0ce7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.5.1", + "version": "0.5.2", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",