1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 17:50:15 +01:00

Release 0.3.21

This commit is contained in:
mihaisc 2020-11-24 18:35:03 +02:00
parent 4e6e5f1b30
commit 378b5deae3
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 15 additions and 2 deletions

View File

@ -4,13 +4,26 @@ 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.3.21](https://github.com/oceanprotocol/react/compare/v0.3.20...v0.3.21)
- Bump @types/react from 16.9.56 to 17.0.0 [`#187`](https://github.com/oceanprotocol/react/pull/187)
- Bump @typescript-eslint/eslint-plugin from 4.7.0 to 4.8.1 [`#191`](https://github.com/oceanprotocol/react/pull/191)
- Bump @typescript-eslint/parser from 4.7.0 to 4.8.1 [`#189`](https://github.com/oceanprotocol/react/pull/189)
- Bump typescript from 4.0.5 to 4.1.2 [`#188`](https://github.com/oceanprotocol/react/pull/188)
- Bump eslint from 7.13.0 to 7.14.0 [`#190`](https://github.com/oceanprotocol/react/pull/190)
- optimize price calculation [`312b62c`](https://github.com/oceanprotocol/react/commit/312b62ced37554b54011d445c49bb50905760198)
- fix travis [`4e6e5f1`](https://github.com/oceanprotocol/react/commit/4e6e5f1b30b0986244be3379e00b2d74be4b22cd)
#### [v0.3.20](https://github.com/oceanprotocol/react/compare/v0.3.19...v0.3.20) #### [v0.3.20](https://github.com/oceanprotocol/react/compare/v0.3.19...v0.3.20)
> 19 November 2020
- optimize [`#186`](https://github.com/oceanprotocol/react/pull/186) - optimize [`#186`](https://github.com/oceanprotocol/react/pull/186)
- Bump @types/react from 16.9.55 to 16.9.56 [`#183`](https://github.com/oceanprotocol/react/pull/183) - Bump @types/react from 16.9.55 to 16.9.56 [`#183`](https://github.com/oceanprotocol/react/pull/183)
- Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#182`](https://github.com/oceanprotocol/react/pull/182) - Bump @typescript-eslint/parser from 4.6.1 to 4.7.0 [`#182`](https://github.com/oceanprotocol/react/pull/182)
- Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#181`](https://github.com/oceanprotocol/react/pull/181) - Bump @typescript-eslint/eslint-plugin from 4.6.1 to 4.7.0 [`#181`](https://github.com/oceanprotocol/react/pull/181)
- quick example fix [`2701b33`](https://github.com/oceanprotocol/react/commit/2701b33b386bd1c480a124b56052cfac98d63f96) - quick example fix [`2701b33`](https://github.com/oceanprotocol/react/commit/2701b33b386bd1c480a124b56052cfac98d63f96)
- Release 0.3.20 [`1532de8`](https://github.com/oceanprotocol/react/commit/1532de813ef74cbbf8cf436d6f9f2eb0ec04a98f)
#### [v0.3.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19) #### [v0.3.19](https://github.com/oceanprotocol/react/compare/v0.3.18...v0.3.19)

2
package-lock.json generated
View File

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

View File

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