mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-04 16:17:27 +01:00
Release 0.0.18
This commit is contained in:
parent
b0c56583e5
commit
0416362316
@ -4,10 +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.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)
|
||||
- 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)
|
||||
|
||||
> 18 July 2020
|
||||
|
||||
- Release 0.0.17 [`514bfcd`](https://github.com/oceanprotocol/react/commit/514bfcd742490fff6ab9ea53f806e3d5d2a1b23f)
|
||||
- commonjs lib fix [`c0f02bb`](https://github.com/oceanprotocol/react/commit/c0f02bb4267397b9146cc11cecf94ba2eeaf3e02)
|
||||
|
||||
#### [v0.0.16](https://github.com/oceanprotocol/react/compare/v0.0.15...v0.0.16)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.17",
|
||||
"version": "0.0.18",
|
||||
"description": "React hooks & components on top of squid.js",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
|
Loading…
Reference in New Issue
Block a user