1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-23 01:29:49 +01:00

Release 0.2.1

This commit is contained in:
Matthias Kretschmann 2020-10-16 12:49:47 +02:00
parent 1201bfe8fb
commit 807d0252ff
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 2 deletions

View File

@ -4,13 +4,22 @@ 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.2.1](https://github.com/oceanprotocol/react/compare/v0.2.0...v0.2.1)
- Feature/new fetch [`#151`](https://github.com/oceanprotocol/react/pull/151)
- switch to first pool [`81b190d`](https://github.com/oceanprotocol/react/commit/81b190dd9340af8818e78d017aba00c19af5a9b7)
- bump ocean [`e912b9f`](https://github.com/oceanprotocol/react/commit/e912b9f2bd513a02eb1e68bafbc73db710715c7a)
#### [v0.2.0](https://github.com/oceanprotocol/react/compare/v0.1.4...v0.2.0)
> 13 October 2020
- Bump release-it from 14.0.4 to 14.1.0 [`#143`](https://github.com/oceanprotocol/react/pull/143)
- Bump eslint from 7.10.0 to 7.11.0 [`#142`](https://github.com/oceanprotocol/react/pull/142)
- Bump eslint-plugin-react from 7.21.3 to 7.21.4 [`#141`](https://github.com/oceanprotocol/react/pull/141)
- Bump @types/react from 16.9.51 to 16.9.52 [`#140`](https://github.com/oceanprotocol/react/pull/140)
- metadataStore → metadataCache [`1674ce2`](https://github.com/oceanprotocol/react/commit/1674ce2acb744a7596d5ccbdfd8b7cf39f2d4fe4)
- Release 0.2.0 [`80b1db5`](https://github.com/oceanprotocol/react/commit/80b1db51760fe11056de222c990f666c7931f39d)
#### [v0.1.4](https://github.com/oceanprotocol/react/compare/v0.1.3...v0.1.4)

2
package-lock.json generated
View File

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

View File

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