1
0
mirror of https://github.com/oceanprotocol/react.git synced 2025-02-14 21:10:38 +01:00

Release 0.0.27

This commit is contained in:
Matthias Kretschmann 2020-07-21 13:48:07 +02:00
parent e637016532
commit 457a4aaba5
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 2 deletions

View File

@ -4,10 +4,17 @@ 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.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)
#### [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)
> 21 July 2020 > 21 July 2020
- Release 0.0.26 [`4684f30`](https://github.com/oceanprotocol/react/commit/4684f30df5c2d0c55dd282bea61ceb43449aaa8f)
- Update usePublish.ts [`c2bcad4`](https://github.com/oceanprotocol/react/commit/c2bcad440c0bafc02c3abe12343ae82aa437e9e3) - Update usePublish.ts [`c2bcad4`](https://github.com/oceanprotocol/react/commit/c2bcad440c0bafc02c3abe12343ae82aa437e9e3)
#### [v0.0.25](https://github.com/oceanprotocol/react/compare/v0.0.24...v0.0.25) #### [v0.0.25](https://github.com/oceanprotocol/react/compare/v0.0.24...v0.0.25)

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/react", "name": "@oceanprotocol/react",
"version": "0.0.26", "version": "0.0.27",
"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",