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

Release 0.3.22

This commit is contained in:
mihaisc 2020-11-26 14:45:58 +02:00
parent 1bc580bf9b
commit 257e572cc7
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 9 additions and 2 deletions

View File

@ -4,14 +4,21 @@ 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.3.22](https://github.com/oceanprotocol/react/compare/v0.3.21...v0.3.22)
- fix price calculation [`1bc580b`](https://github.com/oceanprotocol/react/commit/1bc580bf9b945ed056e6d6ad063e3c836c5e70ed)
#### [v0.3.21](https://github.com/oceanprotocol/react/compare/v0.3.20...v0.3.21)
> 24 November 2020
- 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)
- Release 0.3.21 [`378b5de`](https://github.com/oceanprotocol/react/commit/378b5deae3c888b8ab3a249fa5816b5bb065cbcb)
- 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)

2
package-lock.json generated
View File

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

View File

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