1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-14 00:13:21 +02:00

Release 0.0.41

This commit is contained in:
Matthias Kretschmann 2020-09-08 13:31:06 +02:00
parent 7b873ef631
commit d99e9d5050
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 18 additions and 2 deletions

View File

@ -4,10 +4,26 @@ 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.0.41](https://github.com/oceanprotocol/react/compare/v0.0.40...v0.0.41)
> 8 September 2020
- bump @oceanprotocol/lib [`#108`](https://github.com/oceanprotocol/react/pull/108)
- Update docs [`#107`](https://github.com/oceanprotocol/react/pull/107)
- lib update [`#106`](https://github.com/oceanprotocol/react/pull/106)
- Feature/fixed price [`#105`](https://github.com/oceanprotocol/react/pull/105)
- Development fixes [`#104`](https://github.com/oceanprotocol/react/pull/104)
- Fix undefined property error in cheapestPool object [`#100`](https://github.com/oceanprotocol/react/pull/100)
- update OceanProvider docs [`#95`](https://github.com/oceanprotocol/react/issues/95)
- reafactor, checks, [`6146fb0`](https://github.com/oceanprotocol/react/commit/6146fb00c67535d48ae59237e254fe1783ed6275)
- upgrade fix [`6283c0b`](https://github.com/oceanprotocol/react/commit/6283c0b15f7cab6fe7d9a8f5122a0a60c4a1588b)
- ocean-lib update [`fbb5b04`](https://github.com/oceanprotocol/react/commit/fbb5b04e5671fced6f85aaf75182f351ad87513f)
#### [v0.0.40](https://github.com/oceanprotocol/react/compare/v0.0.39...v0.0.40)
> 20 August 2020
- Release 0.0.40 [`d2acab5`](https://github.com/oceanprotocol/react/commit/d2acab548fd4311f91421fc3efbf3b5441e13461)
- getPool fix [`8899a3f`](https://github.com/oceanprotocol/react/commit/8899a3fb8a459930177b346f896491337337efa7)
#### [v0.0.39](https://github.com/oceanprotocol/react/compare/v0.0.38...v0.0.39)

2
package-lock.json generated
View File

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

View File

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