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

Release 0.3.13

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

View File

@ -4,8 +4,13 @@ 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.3.13](https://github.com/oceanprotocol/react/compare/v0.3.12...v0.3.13)
#### [v0.3.12](https://github.com/oceanprotocol/react/compare/v0.3.11...v0.3.12) #### [v0.3.12](https://github.com/oceanprotocol/react/compare/v0.3.11...v0.3.12)
> 28 October 2020
- Release 0.3.12 [`200f979`](https://github.com/oceanprotocol/react/commit/200f979fc878dc8194c441aa10c2b0c807cab131)
- Update package.json [`5bd0108`](https://github.com/oceanprotocol/react/commit/5bd0108068121e3defe401c8ac6d2259f6be04d7) - 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) #### [v0.3.11](https://github.com/oceanprotocol/react/compare/v0.3.10...v0.3.11)

2
package-lock.json generated
View File

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

View File

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