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

Release 0.0.8

This commit is contained in:
mihaisc 2020-05-20 14:15:52 +03:00
parent 0518170b9e
commit aa63e7cdf6
3 changed files with 8 additions and 2 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.8](https://github.com/oceanprotocol/react/compare/v0.0.7...v0.0.8)
> 20 May 2020
- added getConsumedList [`ff93d68`](https://github.com/oceanprotocol/react/commit/ff93d688b4bba105971092f151742e52e1eeefdf)
#### [v0.0.7](https://github.com/oceanprotocol/react/compare/v0.0.6...v0.0.7) #### [v0.0.7](https://github.com/oceanprotocol/react/compare/v0.0.6...v0.0.7)
> 19 May 2020 > 19 May 2020

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/react", "name": "@oceanprotocol/react",
"version": "0.0.7", "version": "0.0.8",
"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.7", "version": "0.0.8",
"description": "React hooks & components on top of squid.js", "description": "React hooks & components on top of squid.js",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/esm/index.js", "module": "dist/esm/index.js",