1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

Release 0.0.47

This commit is contained in:
mihaisc 2020-09-29 16:26:41 +03:00
parent 8e3d55b552
commit c2d4ce7c4d
No known key found for this signature in database
GPG Key ID: BE522BB8C3A5E2E4
3 changed files with 11 additions and 2 deletions

View File

@ -4,8 +4,17 @@ 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.47](https://github.com/oceanprotocol/react/compare/v0.0.46...v0.0.47)
- Lib update [`#129`](https://github.com/oceanprotocol/react/pull/129)
- updates for new version of lib [`8943aa0`](https://github.com/oceanprotocol/react/commit/8943aa0639a297386991fbbab795f2350d13142e)
- lib update [`9cf210f`](https://github.com/oceanprotocol/react/commit/9cf210ff60f683f5506a36a645c65f9892161825)
- lib update [`92c4e4b`](https://github.com/oceanprotocol/react/commit/92c4e4ba5142df1a3f51135c09f57d5c77bee6a1)
#### [v0.0.46](https://github.com/oceanprotocol/react/compare/v0.0.45...v0.0.46)
> 29 September 2020
- 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)

2
package-lock.json generated
View File

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

View File

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