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

Release 0.3.9

This commit is contained in:
mihaisc 2020-10-26 16:47:35 +02:00
parent 45c9d47d45
commit bd15ab144d
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 15 additions and 2 deletions

View File

@ -4,9 +4,22 @@ 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.9](https://github.com/oceanprotocol/react/compare/v0.3.8...v0.3.9)
- Update/ocean.js bump [`#164`](https://github.com/oceanprotocol/react/pull/164)
- disable price interval [`#163`](https://github.com/oceanprotocol/react/pull/163)
- Bump eslint from 7.11.0 to 7.12.0 [`#162`](https://github.com/oceanprotocol/react/pull/162)
- Bump axios from 0.20.0 to 0.21.0 [`#161`](https://github.com/oceanprotocol/react/pull/161)
- format [`76a5953`](https://github.com/oceanprotocol/react/commit/76a5953caff0a001c31ced564fc1186edf3bc5cb)
- update to new ocean.js [`9791450`](https://github.com/oceanprotocol/react/commit/9791450b48bcd129acedff6f0d880dd17ccb47a8)
- ocean.js bump [`3c4ef76`](https://github.com/oceanprotocol/react/commit/3c4ef7677a2820a736f43e0e7654f7a35fb6bda3)
#### [v0.3.8](https://github.com/oceanprotocol/react/compare/v0.3.7...v0.3.8)
> 23 October 2020
- bump @oceanprotocol/lib [`2574993`](https://github.com/oceanprotocol/react/commit/2574993ed98bfdb41b3d29176b0889aa1cf1b261)
- Release 0.3.8 [`4f01a3d`](https://github.com/oceanprotocol/react/commit/4f01a3d85a9086c7f14fc5b426bd85e3fc285d89)
#### [v0.3.7](https://github.com/oceanprotocol/react/compare/v0.3.6...v0.3.7)

2
package-lock.json generated
View File

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

View File

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