Release 0.0.19

This commit is contained in:
Matthias Kretschmann 2020-07-20 11:45:20 +02:00
parent c762517de3
commit 595803a155
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 9 additions and 2 deletions

View File

@ -4,11 +4,18 @@ 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.19](https://github.com/oceanprotocol/react/compare/v0.0.18...v0.0.19)
> 20 July 2020
- another build tweak [`c762517`](https://github.com/oceanprotocol/react/commit/c762517de318c8ac4303e9830f613804ec049b83)
#### [v0.0.18](https://github.com/oceanprotocol/react/compare/v0.0.17...v0.0.18)
> 18 July 2020
- use microbundle for release bundle generation [`b0c5658`](https://github.com/oceanprotocol/react/commit/b0c56583e549280d76137315a02ee73c08375226)
- Release 0.0.18 [`0416362`](https://github.com/oceanprotocol/react/commit/0416362316476a60221db0a045837d32cdef13ac)
- next fix [`12c38b2`](https://github.com/oceanprotocol/react/commit/12c38b235fe993c207628424d40c725f8fceeddd)
#### [v0.0.17](https://github.com/oceanprotocol/react/compare/v0.0.16...v0.0.17)

2
package-lock.json generated
View File

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

View File

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