1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-09 02:47:22 +01:00

Release 0.1.2

This commit is contained in:
Matthias Kretschmann 2020-10-08 14:23:55 +02:00
parent 0a45eb2a6c
commit 931af239f1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 13 additions and 2 deletions

View File

@ -4,9 +4,20 @@ 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.1.2](https://github.com/oceanprotocol/react/compare/v0.1.1...v0.1.2)
- BestPrice updates [`#138`](https://github.com/oceanprotocol/react/pull/138)
- Bump eslint-plugin-react from 7.21.2 to 7.21.3 [`#134`](https://github.com/oceanprotocol/react/pull/134)
- Bump web3modal from 1.9.0 to 1.9.1 [`#136`](https://github.com/oceanprotocol/react/pull/136)
- Bump @types/react from 16.9.49 to 16.9.50 [`#133`](https://github.com/oceanprotocol/react/pull/133)
- set price from DDO first, then from chain [`efb4b12`](https://github.com/oceanprotocol/react/commit/efb4b12d71efa12a09d1ce11f1f7471cb4f95509)
#### [v0.1.1](https://github.com/oceanprotocol/react/compare/v0.1.0...v0.1.1)
> 5 October 2020
- ocean-lib update + small refactor [`#137`](https://github.com/oceanprotocol/react/pull/137)
- Release 0.1.1 [`c98a76c`](https://github.com/oceanprotocol/react/commit/c98a76cbe10471867f4f3699e1477c5290d5788a)
#### [v0.1.0](https://github.com/oceanprotocol/react/compare/v0.0.50...v0.1.0)

2
package-lock.json generated
View File

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

View File

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