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

Release 0.2.2

This commit is contained in:
Matthias Kretschmann 2020-10-19 10:27:16 +02:00
parent 8e03162661
commit d96af157cb
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 14 additions and 2 deletions

View File

@ -4,11 +4,23 @@ 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.2](https://github.com/oceanprotocol/react/compare/v0.2.1...v0.2.2)
- Bump @types/react from 16.9.52 to 16.9.53 [`#152`](https://github.com/oceanprotocol/react/pull/152)
- Bump release-it from 14.1.0 to 14.2.0 [`#156`](https://github.com/oceanprotocol/react/pull/156)
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#154`](https://github.com/oceanprotocol/react/pull/154)
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#153`](https://github.com/oceanprotocol/react/pull/153)
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#155`](https://github.com/oceanprotocol/react/pull/155)
- bump packages [`8e03162`](https://github.com/oceanprotocol/react/commit/8e03162661ce45d4b88ad539b18a1d3dfc4303b1)
#### [v0.2.1](https://github.com/oceanprotocol/react/compare/v0.2.0...v0.2.1)
> 16 October 2020
- 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)
- Release 0.2.1 [`807d025`](https://github.com/oceanprotocol/react/commit/807d0252ff60aafd92e2a13f894b3f3338507b6a)
#### [v0.2.0](https://github.com/oceanprotocol/react/compare/v0.1.4...v0.2.0)

2
package-lock.json generated
View File

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

View File

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