1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-07-01 06:02:20 +02:00

Release 0.0.46

This commit is contained in:
Matthias Kretschmann 2020-09-29 13:40:40 +02:00
parent a231dfc1f0
commit 03eb1748c0
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 15 additions and 2 deletions

View File

@ -4,6 +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).
#### [v0.0.46](https://github.com/oceanprotocol/react/compare/v0.0.45...v0.0.46)
- liquidityProviderFee → swapFee [`#126`](https://github.com/oceanprotocol/react/pull/126)
- Bump @typescript-eslint/eslint-plugin from 4.1.1 to 4.2.0 [`#121`](https://github.com/oceanprotocol/react/pull/121)
- Bump eslint-plugin-react from 7.20.6 to 7.21.2 [`#124`](https://github.com/oceanprotocol/react/pull/124)
- Bump eslint-config-prettier from 6.11.0 to 6.12.0 [`#123`](https://github.com/oceanprotocol/react/pull/123)
- Bump eslint from 7.9.0 to 7.10.0 [`#125`](https://github.com/oceanprotocol/react/pull/125)
- fix hooks dependencies [`#120`](https://github.com/oceanprotocol/react/pull/120)
- package updates [`a231dfc`](https://github.com/oceanprotocol/react/commit/a231dfc1f0511548123e7a67346eb669bc485ee4)
- fix hooks dependencies, prevent some rerenders [`d8107d6`](https://github.com/oceanprotocol/react/commit/d8107d6686dcaca29e926ff5934acd964de6d904)
- useMetadata refactor for strict type checking [`f5724c5`](https://github.com/oceanprotocol/react/commit/f5724c553dd5c668076e8ab8d6f28525f73cedf5)
#### [v0.0.45](https://github.com/oceanprotocol/react/compare/v0.0.44...v0.0.45)
> 22 September 2020
@ -12,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Bump auto-changelog from 2.2.0 to 2.2.1 [`#118`](https://github.com/oceanprotocol/react/pull/118)
- Fix/publish fixes [`#117`](https://github.com/oceanprotocol/react/pull/117)
- small fix [`1db0143`](https://github.com/oceanprotocol/react/commit/1db0143c46c05d39a3b4e37a88fdc3d180e53a79)
- Release 0.0.45 [`22be66d`](https://github.com/oceanprotocol/react/commit/22be66dd7d730b7db5b5c3026263cf4a9d5e470e)
#### [v0.0.44](https://github.com/oceanprotocol/react/compare/v0.0.43...v0.0.44)

2
package-lock.json generated
View File

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

View File

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