mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 17:50:15 +01:00
Release 0.0.38
This commit is contained in:
parent
9d96936352
commit
34a485b930
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,6 +4,16 @@ 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.38](https://github.com/oceanprotocol/react/compare/v0.0.37...v0.0.38)
|
||||
|
||||
> 20 August 2020
|
||||
|
||||
- added pool, refactor [`#89`](https://github.com/oceanprotocol/react/pull/89)
|
||||
- metadata refactor , example [`#88`](https://github.com/oceanprotocol/react/pull/88)
|
||||
- added bestPrice, updated example,readme [`f9b1e7a`](https://github.com/oceanprotocol/react/commit/f9b1e7a530c21a4e37464772b83fe803204e0076)
|
||||
- readme update [`7fa93ae`](https://github.com/oceanprotocol/react/commit/7fa93ae5b5e57f32c43be3433865f6b91ba9e20a)
|
||||
- change pool to poolAddress [`03159f0`](https://github.com/oceanprotocol/react/commit/03159f0bf4720256d21c59034cd07c87e49147d5)
|
||||
|
||||
#### [v0.0.37](https://github.com/oceanprotocol/react/compare/v0.0.36...v0.0.37)
|
||||
|
||||
> 18 August 2020
|
||||
@ -15,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- Bump @typescript-eslint/eslint-plugin from 3.7.1 to 3.9.0 [`#77`](https://github.com/oceanprotocol/react/pull/77)
|
||||
- Bump @typescript-eslint/parser from 3.7.1 to 3.9.0 [`#81`](https://github.com/oceanprotocol/react/pull/81)
|
||||
- package updates [`762a5a2`](https://github.com/oceanprotocol/react/commit/762a5a213912fbf1ae34b48312d44d890578f839)
|
||||
- Release 0.0.37 [`2fee743`](https://github.com/oceanprotocol/react/commit/2fee743f8d98b212cfdf8e08a8f1327985028df1)
|
||||
- master → main [`719a78d`](https://github.com/oceanprotocol/react/commit/719a78dd0b3550336e5b29eb56e5fd54e4691137)
|
||||
|
||||
#### [v0.0.36](https://github.com/oceanprotocol/react/compare/v0.0.35...v0.0.36)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.37",
|
||||
"version": "0.0.38",
|
||||
"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