1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

Release 0.0.39

This commit is contained in:
mihaisc 2020-08-20 16:31:58 +03:00
parent 205a07d9d9
commit 695315ce52
3 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,12 @@ 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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.0.39](https://github.com/oceanprotocol/react/compare/v0.0.38...v0.0.39)
> 20 August 2020
- refactor ddo,did with asset [`#90`](https://github.com/oceanprotocol/react/pull/90)
#### [v0.0.38](https://github.com/oceanprotocol/react/compare/v0.0.37...v0.0.38) #### [v0.0.38](https://github.com/oceanprotocol/react/compare/v0.0.37...v0.0.38)
> 20 August 2020 > 20 August 2020
@ -12,7 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- metadata refactor , example [`#88`](https://github.com/oceanprotocol/react/pull/88) - metadata refactor , example [`#88`](https://github.com/oceanprotocol/react/pull/88)
- added bestPrice, updated example,readme [`f9b1e7a`](https://github.com/oceanprotocol/react/commit/f9b1e7a530c21a4e37464772b83fe803204e0076) - added bestPrice, updated example,readme [`f9b1e7a`](https://github.com/oceanprotocol/react/commit/f9b1e7a530c21a4e37464772b83fe803204e0076)
- readme update [`7fa93ae`](https://github.com/oceanprotocol/react/commit/7fa93ae5b5e57f32c43be3433865f6b91ba9e20a) - readme update [`7fa93ae`](https://github.com/oceanprotocol/react/commit/7fa93ae5b5e57f32c43be3433865f6b91ba9e20a)
- change pool to poolAddress [`03159f0`](https://github.com/oceanprotocol/react/commit/03159f0bf4720256d21c59034cd07c87e49147d5) - Release 0.0.38 [`34a485b`](https://github.com/oceanprotocol/react/commit/34a485b930a0c1ec0588f99695878cac5b5a91c2)
#### [v0.0.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37) #### [v0.0.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37)

2
package-lock.json generated
View File

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

View File

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