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

Release 0.5.0

This commit is contained in:
Matthias Kretschmann 2021-01-19 13:54:53 +01:00
parent aaccea56a6
commit 7b0daa11de
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 11 additions and 3 deletions

View File

@ -4,8 +4,16 @@ 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.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0)
- Bump eslint from 7.17.0 to 7.18.0 [`#224`](https://github.com/oceanprotocol/react/pull/224)
- Bump @types/node-fetch from 2.5.7 to 2.5.8 [`#223`](https://github.com/oceanprotocol/react/pull/223)
- bump ocean.js [`#225`](https://github.com/oceanprotocol/react/pull/225)
#### [v0.4.1](https://github.com/oceanprotocol/react/compare/v0.4.0...v0.4.1)
> 13 January 2021
- Bump web3 from 1.2.11 to 1.3.1 [`#214`](https://github.com/oceanprotocol/react/pull/214)
- Bump eslint-plugin-react from 7.21.5 to 7.22.0 [`#220`](https://github.com/oceanprotocol/react/pull/220)
- Bump eslint-config-prettier from 7.0.0 to 7.1.0 [`#219`](https://github.com/oceanprotocol/react/pull/219)
@ -23,8 +31,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump eslint-config-prettier from 6.15.0 to 7.0.0 [`#200`](https://github.com/oceanprotocol/react/pull/200)
- Bump eslint from 7.14.0 to 7.15.0 [`#199`](https://github.com/oceanprotocol/react/pull/199)
- bump @oceanprotocol/lib [`31f6a9a`](https://github.com/oceanprotocol/react/commit/31f6a9a7274aa4ba401d3cba33ad526af24d8d28)
- Release 0.4.1 [`b4acf68`](https://github.com/oceanprotocol/react/commit/b4acf688c2709a252c9cc62fa1af9c458b9d804d)
- remove concept note [`3045520`](https://github.com/oceanprotocol/react/commit/30455201f4ebd6d2411b9b2d38b14e53d15d8651)
- Update README.md [`69965a6`](https://github.com/oceanprotocol/react/commit/69965a64bac5903b531aaf68990da11ddeaaca34)
#### [v0.4.0](https://github.com/oceanprotocol/react/compare/v0.3.23...v0.4.0)

2
package-lock.json generated
View File

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

View File

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