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

Release 0.0.5

This commit is contained in:
mihaisc 2020-05-14 16:07:10 +03:00
parent defbde1e6f
commit 75d686992f
3 changed files with 9 additions and 3 deletions

View File

@ -4,13 +4,19 @@ 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.5](https://github.com/oceanprotocol/react/compare/v0.0.4...v0.0.5)
> 14 May 2020
- 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)
> 14 May 2020
- Release 0.0.4 [`879f818`](https://github.com/oceanprotocol/react/commit/879f818590c2cf1321a5d906418a6ce13730d7c8)
- test fix [`84063e6`](https://github.com/oceanprotocol/react/commit/84063e684412435bf567941e17dffdf2f19ddeca)
- compute params [`d2ff0c6`](https://github.com/oceanprotocol/react/commit/d2ff0c66868e119fa043bab214aed22b3d88ed40)
- Update README.md [`f5ada45`](https://github.com/oceanprotocol/react/commit/f5ada455494b1eb6db8a2a8015675ff86d6f7137)
#### [v0.0.3](https://github.com/oceanprotocol/react/compare/v0.0.2...v0.0.3)

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.0.4",
"version": "0.0.5",
"description": "React hooks & components on top of squid.js",
"main": "dist/index.js",
"module": "dist/esm/index.js",