1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-12-23 01:29:49 +01:00

Release 0.3.12

This commit is contained in:
mihaisc 2020-10-28 14:35:28 +02:00
parent 5bd0108068
commit 200f979fc8
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 9 additions and 2 deletions

View File

@ -4,9 +4,16 @@ 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.3.12](https://github.com/oceanprotocol/react/compare/v0.3.11...v0.3.12)
- Update package.json [`5bd0108`](https://github.com/oceanprotocol/react/commit/5bd0108068121e3defe401c8ac6d2259f6be04d7)
#### [v0.3.11](https://github.com/oceanprotocol/react/compare/v0.3.10...v0.3.11)
> 27 October 2020
- update [`#168`](https://github.com/oceanprotocol/react/pull/168)
- Release 0.3.11 [`5e831d5`](https://github.com/oceanprotocol/react/commit/5e831d57045d375784b843835d9a10269167b798)
- Update README.md [`1c5afee`](https://github.com/oceanprotocol/react/commit/1c5afee18bcd86fdfd99fb86b398c82e762fce65)
#### [v0.3.10](https://github.com/oceanprotocol/react/compare/v0.3.9...v0.3.10)

2
package-lock.json generated
View File

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

View File

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