mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Release 0.0.28
This commit is contained in:
parent
1c7330203f
commit
e410504c1f
@ -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).
|
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)
|
#### [v0.0.27](https://github.com/oceanprotocol/react/compare/v0.0.26...v0.0.27)
|
||||||
|
|
||||||
> 21 July 2020
|
> 21 July 2020
|
||||||
|
|
||||||
- metadata fallback hitting MetadataStore directly [`#58`](https://github.com/oceanprotocol/react/pull/58)
|
- 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)
|
#### [v0.0.26](https://github.com/oceanprotocol/react/compare/v0.0.25...v0.0.26)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.0.27",
|
"version": "0.0.28",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.0.27",
|
"version": "0.0.28",
|
||||||
"description": "React hooks & components on top of @oceanprotocol/lib",
|
"description": "React hooks & components on top of @oceanprotocol/lib",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"umd:main": "dist/index.umd.js",
|
"umd:main": "dist/index.umd.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user