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

Release 0.3.19

This commit is contained in:
mihaisc 2020-11-13 19:30:32 +02:00
parent 6ffb9fc783
commit 6981863794
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,15 @@ 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.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19)
- purgatory account fix [`6ffb9fc`](https://github.com/oceanprotocol/react/commit/6ffb9fc783a036ee58636629045104b278e25e35)
#### [v0.3.18](https://github.com/oceanprotocol/react/compare/v0.3.17...v0.3.18)
> 13 November 2020
- Release 0.3.18 [`6f33f95`](https://github.com/oceanprotocol/react/commit/6f33f953df6ce8ffe9f328c5f66a704afdb018b3)
- 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)

2
package-lock.json generated
View File

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

View File

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