mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Release 0.0.23
This commit is contained in:
parent
99e541d08b
commit
7f6691b9fd
@ -4,11 +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.0.23](https://github.com/oceanprotocol/react/compare/v0.0.22...v0.0.23)
|
||||
|
||||
> 20 July 2020
|
||||
|
||||
- use ocean methods for all balances [`941ca71`](https://github.com/oceanprotocol/react/commit/941ca71d1d1e9d6188daec5f8716f6f7c00b40f0)
|
||||
- get chainId as early as possible [`c5a273e`](https://github.com/oceanprotocol/react/commit/c5a273eac47684a64d84b4d81db385344564a9f5)
|
||||
- put web3modal options into local state [`99e541d`](https://github.com/oceanprotocol/react/commit/99e541d08bf7cdcf68ad757e578b1bbbe6bb3df5)
|
||||
|
||||
#### [v0.0.22](https://github.com/oceanprotocol/react/compare/v0.0.21...v0.0.22)
|
||||
|
||||
> 20 July 2020
|
||||
|
||||
- no ocean balance conversion [`49ad474`](https://github.com/oceanprotocol/react/commit/49ad47493c1a2a18a78bd8defb6ab38653488e48)
|
||||
- Release 0.0.22 [`e189aa6`](https://github.com/oceanprotocol/react/commit/e189aa60ae9ca1a13473b1aa535ed9dae78f9a7a)
|
||||
|
||||
#### [v0.0.21](https://github.com/oceanprotocol/react/compare/v0.0.20...v0.0.21)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.22",
|
||||
"version": "0.0.23",
|
||||
"description": "React hooks & components on top of @oceanprotocol/lib",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user