1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-06-29 00:57:49 +02:00

Release 0.0.28

This commit is contained in:
Matthias Kretschmann 2020-07-22 14:10:13 +02:00
parent 1c7330203f
commit e410504c1f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 2 deletions

View File

@ -4,11 +4,19 @@ 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.28](https://github.com/oceanprotocol/react/compare/v0.0.27...v0.0.28)
> 22 July 2020
- package updates [`1c73302`](https://github.com/oceanprotocol/react/commit/1c7330203f6d5e978eb0d418cb9691b863681cc7)
- fix useMetadata fallback [`17ed5f1`](https://github.com/oceanprotocol/react/commit/17ed5f1013a08cefaac021b8265064ca13cc1cef)
#### [v0.0.27](https://github.com/oceanprotocol/react/compare/v0.0.26...v0.0.27)
> 21 July 2020
- metadata fallback hitting MetadataStore directly [`#58`](https://github.com/oceanprotocol/react/pull/58)
- Release 0.0.27 [`457a4aa`](https://github.com/oceanprotocol/react/commit/457a4aaba54bf3774eb0b6f8fa9c11609724e515)
#### [v0.0.26](https://github.com/oceanprotocol/react/compare/v0.0.25...v0.0.26)

2
package-lock.json generated
View File

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

View File

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