1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-01 20:39:28 +01:00

Release 0.0.37

This commit is contained in:
Matthias Kretschmann 2020-08-18 12:37:17 +02:00
parent 762a5a2139
commit 2fee743f8d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 16 additions and 3 deletions

View File

@ -4,6 +4,19 @@ 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.0.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37)
> 18 August 2020
- add getBestPool [`#82`](https://github.com/oceanprotocol/react/pull/82)
- Bump release-it from 13.6.6 to 13.6.7 [`#78`](https://github.com/oceanprotocol/react/pull/78)
- Bump @types/react from 16.9.44 to 16.9.46 [`#79`](https://github.com/oceanprotocol/react/pull/79)
- Bump eslint-plugin-react from 7.20.5 to 7.20.6 [`#80`](https://github.com/oceanprotocol/react/pull/80)
- Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.9.0 [`#77`](https://github.com/oceanprotocol/react/pull/77)
- Bump @typescript-eslint/parser from 3.7.1 to 3.9.0 [`#81`](https://github.com/oceanprotocol/react/pull/81)
- package updates [`762a5a2`](https://github.com/oceanprotocol/react/commit/762a5a213912fbf1ae34b48312d44d890578f839)
- master → main [`719a78d`](https://github.com/oceanprotocol/react/commit/719a78dd0b3550336e5b29eb56e5fd54e4691137)
#### [v0.0.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36) #### [v0.0.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36)
> 12 August 2020 > 12 August 2020
@ -12,8 +25,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.8.0 [`#75`](https://github.com/oceanprotocol/react/pull/75) - Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.8.0 [`#75`](https://github.com/oceanprotocol/react/pull/75)
- Bump @typescript-eslint/parser from 3.7.1 to 3.8.0 [`#76`](https://github.com/oceanprotocol/react/pull/76) - Bump @typescript-eslint/parser from 3.7.1 to 3.8.0 [`#76`](https://github.com/oceanprotocol/react/pull/76)
- update [`6854318`](https://github.com/oceanprotocol/react/commit/6854318023f6d14ce4b395904425d42b75e8f1cb) - update [`6854318`](https://github.com/oceanprotocol/react/commit/6854318023f6d14ce4b395904425d42b75e8f1cb)
- Release 0.0.36 [`af1abb2`](https://github.com/oceanprotocol/react/commit/af1abb29bf8306760bdca72216f90f753f64253f)
- metadata fix [`fc3c2e7`](https://github.com/oceanprotocol/react/commit/fc3c2e72f87dda8b9417fba28a020b83850ab7e4) - metadata fix [`fc3c2e7`](https://github.com/oceanprotocol/react/commit/fc3c2e72f87dda8b9417fba28a020b83850ab7e4)
- example update [`4245280`](https://github.com/oceanprotocol/react/commit/42452805e50f4329b7c28125c821f38b0d656ad4)
#### [v0.0.35](https://github.com/oceanprotocol/react/compare/v0.0.34...v0.0.35) #### [v0.0.35](https://github.com/oceanprotocol/react/compare/v0.0.34...v0.0.35)

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/react", "name": "@oceanprotocol/react",
"version": "0.0.36", "version": "0.0.37",
"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",