1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-26 03:06:48 +02:00

Release 0.0.36

This commit is contained in:
mihaisc 2020-08-12 15:31:25 +03:00
parent fc3c2e72f8
commit af1abb29bf
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.0.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36)
> 12 August 2020
- Bump @types/react from 16.9.44 to 16.9.45 [`#74`](https://github.com/oceanprotocol/react/pull/74)
- 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)
- update [`6854318`](https://github.com/oceanprotocol/react/commit/6854318023f6d14ce4b395904425d42b75e8f1cb)
- 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)
> 12 August 2020
- add marketFeeAddress [`867b52f`](https://github.com/oceanprotocol/react/commit/867b52fb3103dab4e08e47c6e4da29c53faec8ab)
- Release 0.0.35 [`18f3a5f`](https://github.com/oceanprotocol/react/commit/18f3a5f306665113d46f8c5d85d54132bd929969)
#### [v0.0.34](https://github.com/oceanprotocol/react/compare/v0.0.33...v0.0.34)

2
package-lock.json generated
View File

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

View File

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