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

Release 0.3.8

This commit is contained in:
Matthias Kretschmann 2020-10-23 15:43:11 +02:00
parent 2574993ed9
commit 4f01a3d85a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
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.8](https://github.com/oceanprotocol/react/compare/v0.3.7...v0.3.8)
- bump @oceanprotocol/lib [`2574993`](https://github.com/oceanprotocol/react/commit/2574993ed98bfdb41b3d29176b0889aa1cf1b261)
#### [v0.3.7](https://github.com/oceanprotocol/react/compare/v0.3.6...v0.3.7)
> 23 October 2020
- Release 0.3.7 [`3886e8b`](https://github.com/oceanprotocol/react/commit/3886e8b4505e7167184c7d526374180ff1516109)
- fix interfaces [`fbf28f3`](https://github.com/oceanprotocol/react/commit/fbf28f304c3caf51704d6a0e665de68100d514c0)
#### [v0.3.6](https://github.com/oceanprotocol/react/compare/v0.3.5...v0.3.6)

2
package-lock.json generated
View File

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

View File

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