mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-12 08:31:05 +01:00
Release 0.0.16
This commit is contained in:
parent
7a515d8a74
commit
14625ff2b4
@ -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.16](https://github.com/oceanprotocol/react/compare/v0.0.15...v0.0.16)
|
||||||
|
|
||||||
|
> 18 July 2020
|
||||||
|
|
||||||
|
- build commonjs & esm packages [`#56`](https://github.com/oceanprotocol/react/pull/56)
|
||||||
|
- package updates [`7a515d8`](https://github.com/oceanprotocol/react/commit/7a515d8a745867c419d2f1b3dab0c370f5e2a265)
|
||||||
|
|
||||||
#### [v0.0.15](https://github.com/oceanprotocol/react/compare/v0.0.14...v0.0.15)
|
#### [v0.0.15](https://github.com/oceanprotocol/react/compare/v0.0.14...v0.0.15)
|
||||||
|
|
||||||
> 17 July 2020
|
> 17 July 2020
|
||||||
|
|
||||||
- compute [`29f5b2d`](https://github.com/oceanprotocol/react/commit/29f5b2d16cd291ad40bd2041ee7317d523941f5e)
|
- compute [`29f5b2d`](https://github.com/oceanprotocol/react/commit/29f5b2d16cd291ad40bd2041ee7317d523941f5e)
|
||||||
|
- Release 0.0.15 [`77271de`](https://github.com/oceanprotocol/react/commit/77271decd97edef983f3ee6ebe1c0a84c6a3ca97)
|
||||||
|
|
||||||
#### [v0.0.14](https://github.com/oceanprotocol/react/compare/v0.0.13...v0.0.14)
|
#### [v0.0.14](https://github.com/oceanprotocol/react/compare/v0.0.13...v0.0.14)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"description": "React hooks & components on top of squid.js",
|
"description": "React hooks & components on top of squid.js",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
"module": "dist/esm/index.js",
|
"module": "dist/esm/index.js",
|
||||||
|
Loading…
Reference in New Issue
Block a user