1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-23 01:29:49 +01:00

Release 0.3.7

This commit is contained in:
mihaisc 2020-10-23 14:20:00 +03:00
parent fbf28f304c
commit 3886e8b450
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,10 +4,17 @@ 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.7](https://github.com/oceanprotocol/react/compare/v0.3.6...v0.3.7)
- 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)
> 23 October 2020
- addition to config typing [`#160`](https://github.com/oceanprotocol/react/pull/160)
- usePreviousOrder [`#159`](https://github.com/oceanprotocol/react/pull/159)
- Release 0.3.6 [`556a2e9`](https://github.com/oceanprotocol/react/commit/556a2e97fe8ca73bf2f08f677485081d239ccfa2)
#### [v0.3.5](https://github.com/oceanprotocol/react/compare/v0.3.4...v0.3.5)

2
package-lock.json generated
View File

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

View File

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