mirror of
https://github.com/oceanprotocol/react.git
synced 2024-12-23 01:29:49 +01:00
Release 0.3.10
This commit is contained in:
parent
0484a86110
commit
2ad1d1adf2
12
CHANGELOG.md
12
CHANGELOG.md
@ -4,15 +4,25 @@ 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.10](https://github.com/oceanprotocol/react/compare/v0.3.9...v0.3.10)
|
||||
|
||||
- fixed price, ocean lib update [`#166`](https://github.com/oceanprotocol/react/pull/166)
|
||||
- fix mint [`#167`](https://github.com/oceanprotocol/react/pull/167)
|
||||
- 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)
|
||||
|
||||
> 26 October 2020
|
||||
|
||||
- Update/ocean.js bump [`#164`](https://github.com/oceanprotocol/react/pull/164)
|
||||
- disable price interval [`#163`](https://github.com/oceanprotocol/react/pull/163)
|
||||
- Bump eslint from 7.11.0 to 7.12.0 [`#162`](https://github.com/oceanprotocol/react/pull/162)
|
||||
- Bump axios from 0.20.0 to 0.21.0 [`#161`](https://github.com/oceanprotocol/react/pull/161)
|
||||
- format [`76a5953`](https://github.com/oceanprotocol/react/commit/76a5953caff0a001c31ced564fc1186edf3bc5cb)
|
||||
- Release 0.3.9 [`bd15ab1`](https://github.com/oceanprotocol/react/commit/bd15ab144d8db36a93bc37dcece86550a4091ed9)
|
||||
- update to new ocean.js [`9791450`](https://github.com/oceanprotocol/react/commit/9791450b48bcd129acedff6f0d880dd17ccb47a8)
|
||||
- ocean.js bump [`3c4ef76`](https://github.com/oceanprotocol/react/commit/3c4ef7677a2820a736f43e0e7654f7a35fb6bda3)
|
||||
|
||||
#### [v0.3.8](https://github.com/oceanprotocol/react/compare/v0.3.7...v0.3.8)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.3.9",
|
||||
"version": "0.3.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.3.9",
|
||||
"version": "0.3.10",
|
||||
"description": "React hooks & components on top of @oceanprotocol/lib",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
|
Loading…
Reference in New Issue
Block a user