1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-05 11:25:18 +01:00

Release 0.3.20

This commit is contained in:
mihaisc 2020-11-19 12:16:57 +02:00
parent bf3528754a
commit 1532de813e
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 13 additions and 2 deletions

View File

@ -4,9 +4,20 @@ 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.3.20](https://github.com/oceanprotocol/react/compare/v0.3.19...v0.3.20)
- optimize [`#186`](https://github.com/oceanprotocol/react/pull/186)
- Bump @types/react from 16.9.55 to 16.9.56 [`#183`](https://github.com/oceanprotocol/react/pull/183)
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#182`](https://github.com/oceanprotocol/react/pull/182)
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#181`](https://github.com/oceanprotocol/react/pull/181)
- quick example fix [`2701b33`](https://github.com/oceanprotocol/react/commit/2701b33b386bd1c480a124b56052cfac98d63f96)
#### [v0.3.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19)
> 13 November 2020
- purgatory account fix [`6ffb9fc`](https://github.com/oceanprotocol/react/commit/6ffb9fc783a036ee58636629045104b278e25e35)
- Release 0.3.19 [`6981863`](https://github.com/oceanprotocol/react/commit/69818637941370acbe3c8c0119ef2a195e7f7d2c)
#### [v0.3.18](https://github.com/oceanprotocol/react/compare/v0.3.17...v0.3.18)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.3.19",
"version": "0.3.20",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.3.19",
"version": "0.3.20",
"description": "React hooks & components on top of @oceanprotocol/lib",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",