1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-01-24 17:21:58 +01:00

Release 0.3.6

This commit is contained in:
mihaisc 2020-10-23 14:03:55 +03:00
parent 76affcb634
commit 556a2e97fe
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 10 additions and 2 deletions

View File

@ -4,8 +4,16 @@ 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.6](https://github.com/oceanprotocol/react/compare/v0.3.5...v0.3.6)
- addition to config typing [`#160`](https://github.com/oceanprotocol/react/pull/160)
- usePreviousOrder [`#159`](https://github.com/oceanprotocol/react/pull/159)
#### [v0.3.5](https://github.com/oceanprotocol/react/compare/v0.3.4...v0.3.5)
> 22 October 2020
- Release 0.3.5 [`f9d5534`](https://github.com/oceanprotocol/react/commit/f9d55343da263a58b0522257fc793b672919b45e)
- fix fixedRateExchange.create [`61e4843`](https://github.com/oceanprotocol/react/commit/61e48431d668ff979bce131828d7f48e394e9c83)
#### [v0.3.4](https://github.com/oceanprotocol/react/compare/v0.3.3...v0.3.4)

2
package-lock.json generated
View File

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

View File

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