mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 17:50:15 +01:00
Release 0.0.6
This commit is contained in:
parent
54f8e07b60
commit
259f95655f
@ -4,10 +4,17 @@ 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.6](https://github.com/oceanprotocol/react/compare/v0.0.5...v0.0.6)
|
||||
|
||||
> 14 May 2020
|
||||
|
||||
- use compute logs [`54f8e07`](https://github.com/oceanprotocol/react/commit/54f8e07b60d5b2f11d27e14cc0267664fa744872)
|
||||
|
||||
#### [v0.0.5](https://github.com/oceanprotocol/react/compare/v0.0.4...v0.0.5)
|
||||
|
||||
> 14 May 2020
|
||||
|
||||
- Release 0.0.5 [`75d6869`](https://github.com/oceanprotocol/react/commit/75d686992fde9d479a27323c01c7b20c09f6271a)
|
||||
- added isLoading to compute and log error [`defbde1`](https://github.com/oceanprotocol/react/commit/defbde1e6fee73d28412e08a357235d90f409f8b)
|
||||
|
||||
#### [v0.0.4](https://github.com/oceanprotocol/react/compare/v0.0.3...v0.0.4)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"description": "React hooks & components on top of squid.js",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user