Release 0.0.43

This commit is contained in:
Matthias Kretschmann 2020-09-10 20:17:49 +02:00
parent 38ac4ced8e
commit 44e2484327
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -4,12 +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.0.43](https://github.com/oceanprotocol/react/compare/v0.0.42...v0.0.43)
> 10 September 2020
- consume, ocean-lib update [`#110`](https://github.com/oceanprotocol/react/pull/110)
- lib update [`5234d77`](https://github.com/oceanprotocol/react/commit/5234d77cca9d9565887d7dc64b0b34ff77323874)
- consume, ocean=lib update [`19047b3`](https://github.com/oceanprotocol/react/commit/19047b33894e89d960ac9297f3899a7bdc5b4935)
- package fixes [`38ac4ce`](https://github.com/oceanprotocol/react/commit/38ac4ced8e11f0147ec792d1fb39c65d03461426)
#### [v0.0.42](https://github.com/oceanprotocol/react/compare/v0.0.41...v0.0.42)
> 9 September 2020
- fixed price, update ocean lib [`#109`](https://github.com/oceanprotocol/react/pull/109)
- update OceanProvider config docs [`b86ed6f`](https://github.com/oceanprotocol/react/commit/b86ed6fc1b66adc2fdc235d4ea3206a0534d8e08)
- Release 0.0.42 [`782d696`](https://github.com/oceanprotocol/react/commit/782d696ac0373c057c86f8878275309aa4943dc5)
#### [v0.0.41](https://github.com/oceanprotocol/react/compare/v0.0.40...v0.0.41)

2
package-lock.json generated
View File

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

View File

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