1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 09:47:06 +01:00

Release 0.5.1

This commit is contained in:
Matthias Kretschmann 2021-01-21 16:40:31 +01:00
parent fdd06ed497
commit 5ecb49d001
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 2 deletions

View File

@ -4,11 +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). Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
#### [v0.5.1](https://github.com/oceanprotocol/react/compare/v0.5.0...v0.5.1)
- package updates [`fdd06ed`](https://github.com/oceanprotocol/react/commit/fdd06ed49721b08d94455da908ad839b6741f2e5)
#### [v0.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0) #### [v0.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0)
> 19 January 2021
- Bump eslint from 7.17.0 to 7.18.0 [`#224`](https://github.com/oceanprotocol/react/pull/224) - 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 @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) - bump ocean.js [`#225`](https://github.com/oceanprotocol/react/pull/225)
- Release 0.5.0 [`7b0daa1`](https://github.com/oceanprotocol/react/commit/7b0daa11de63baf0f129737b5c3ac16c0ccff905)
#### [v0.4.1](https://github.com/oceanprotocol/react/compare/v0.4.0...v0.4.1) #### [v0.4.1](https://github.com/oceanprotocol/react/compare/v0.4.0...v0.4.1)

2
package-lock.json generated
View File

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

View File

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