From be45942132b701479fdf62b058a383a9699da28f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 30 Jul 2020 21:04:45 +0200 Subject: [PATCH] Release 0.0.29 --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce0d47..2759b7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,23 @@ 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.0.29](https://github.com/oceanprotocol/react/compare/v0.0.28...v0.0.29) + +> 30 July 2020 + +- Bump @release-it/bumper from 1.4.0 to 1.4.1 [`#64`](https://github.com/oceanprotocol/react/pull/64) +- Bump release-it from 13.6.5 to 13.6.6 [`#63`](https://github.com/oceanprotocol/react/pull/63) +- Bump web3modal from 1.8.0 to 1.9.0 [`#65`](https://github.com/oceanprotocol/react/pull/65) +- package updates [`51336a0`](https://github.com/oceanprotocol/react/commit/51336a005ef1f8a261fdb24b85694db5f19bdcd7) +- publish update [`519a762`](https://github.com/oceanprotocol/react/commit/519a762762082f5b2db88124f7a5f149ebb24710) +- lazy handle account & network change [`942b542`](https://github.com/oceanprotocol/react/commit/942b542e8b4babbd4b29b13dfacb67f2a8ef357d) + #### [v0.0.28](https://github.com/oceanprotocol/react/compare/v0.0.27...v0.0.28) > 22 July 2020 - package updates [`1c73302`](https://github.com/oceanprotocol/react/commit/1c7330203f6d5e978eb0d418cb9691b863681cc7) +- Release 0.0.28 [`e410504`](https://github.com/oceanprotocol/react/commit/e410504c1fca78ac6e90b604969a7b6a2b782188) - fix useMetadata fallback [`17ed5f1`](https://github.com/oceanprotocol/react/commit/17ed5f1013a08cefaac021b8265064ca13cc1cef) #### [v0.0.27](https://github.com/oceanprotocol/react/compare/v0.0.26...v0.0.27) diff --git a/package-lock.json b/package-lock.json index a3c58e2..35aa40f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.28", + "version": "0.0.29", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0bc26c..ecc17a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.28", + "version": "0.0.29", "description": "React hooks & components on top of @oceanprotocol/lib", "main": "dist/index.js", "umd:main": "dist/index.umd.js",