1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 09:47:06 +01:00

Release 0.3.18

This commit is contained in:
mihaisc 2020-11-13 18:48:56 +02:00
parent 2a6639e116
commit 6f33f953df
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 9 additions and 2 deletions

View File

@ -4,8 +4,14 @@ 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.18](https://github.com/oceanprotocol/react/compare/v0.3.17...v0.3.18)
- purgatory fix [`2a6639e`](https://github.com/oceanprotocol/react/commit/2a6639e1160f24292df913e4750e16adb4a4f774)
#### [v0.3.17](https://github.com/oceanprotocol/react/compare/v0.3.16...v0.3.17)
> 13 November 2020
- Feature/purgatory [`#180`](https://github.com/oceanprotocol/react/pull/180)
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.1 [`#177`](https://github.com/oceanprotocol/react/pull/177)
- Bump typescript from 4.0.3 to 4.0.5 [`#176`](https://github.com/oceanprotocol/react/pull/176)
@ -16,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#171`](https://github.com/oceanprotocol/react/pull/171)
- Bump @types/react from 16.9.53 to 16.9.55 [`#172`](https://github.com/oceanprotocol/react/pull/172)
- Bump eslint from 7.12.0 to 7.12.1 [`#173`](https://github.com/oceanprotocol/react/pull/173)
- Release 0.3.17 [`17574f2`](https://github.com/oceanprotocol/react/commit/17574f238bfbbb43735683ea405211562f1240fd)
#### [v0.3.16](https://github.com/oceanprotocol/react/compare/v0.3.15...v0.3.16)

2
package-lock.json generated
View File

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

View File

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