1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-07-01 06:02:20 +02:00

Release 0.1.1

This commit is contained in:
mihaisc 2020-10-05 10:24:57 +03:00
parent b29d468547
commit c98a76cbe1
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 9 additions and 3 deletions

View File

@ -4,12 +4,18 @@ 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.1.1](https://github.com/oceanprotocol/react/compare/v0.1.0...v0.1.1)
- ocean-lib update + small refactor [`#137`](https://github.com/oceanprotocol/react/pull/137)
#### [v0.1.0](https://github.com/oceanprotocol/react/compare/v0.0.50...v0.1.0)
> 2 October 2020
- use networkId instead of chainId [`#132`](https://github.com/oceanprotocol/react/pull/132)
- only use networkId, remove chainId [`9bd86e7`](https://github.com/oceanprotocol/react/commit/9bd86e70ea76d4988703427346dcff9b624c2aa0)
- Release 0.1.0 [`db32d54`](https://github.com/oceanprotocol/react/commit/db32d54ed82f09a9cc4f2102d2035f9f98bcb1f1)
- bump ocean-lib-js [`71ff922`](https://github.com/oceanprotocol/react/commit/71ff922b7d306e1c986eb87282b185abfb942b6d)
- add networkId [`1576bd3`](https://github.com/oceanprotocol/react/commit/1576bd3e90cfd4e5a38867451bf48f00e6ba306d)
#### [v0.0.50](https://github.com/oceanprotocol/react/compare/v0.0.49...v0.0.50)

2
package-lock.json generated
View File

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

View File

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