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

Release 0.3.11

This commit is contained in:
mihaisc 2020-10-27 22:28:48 +02:00
parent ee3556b165
commit 5e831d5704
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 10 additions and 3 deletions

View File

@ -4,13 +4,20 @@ 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.11](https://github.com/oceanprotocol/react/compare/v0.3.10...v0.3.11)
- update [`#168`](https://github.com/oceanprotocol/react/pull/168)
- Update README.md [`1c5afee`](https://github.com/oceanprotocol/react/commit/1c5afee18bcd86fdfd99fb86b398c82e762fce65)
#### [v0.3.10](https://github.com/oceanprotocol/react/compare/v0.3.9...v0.3.10)
> 27 October 2020
- fixed price, ocean lib update [`#166`](https://github.com/oceanprotocol/react/pull/166)
- fix mint [`#167`](https://github.com/oceanprotocol/react/pull/167)
- Release 0.3.10 [`2ad1d1a`](https://github.com/oceanprotocol/react/commit/2ad1d1adf2323cf2f336151c4475e28d6374d593)
- use Decimal [`f1934fe`](https://github.com/oceanprotocol/react/commit/f1934fec3ea5930c7883b17b61cc2598c0132498)
- fix minting [`5b84f07`](https://github.com/oceanprotocol/react/commit/5b84f07d4957d92650d4b9cdf420e80a13b00d1e)
- destruct [`1a1a741`](https://github.com/oceanprotocol/react/commit/1a1a7416450184b17fb05de883b684e983fa2163)
#### [v0.3.9](https://github.com/oceanprotocol/react/compare/v0.3.8...v0.3.9)

2
package-lock.json generated
View File

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

View File

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