1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 09:47:06 +01:00

Release 0.3.2

This commit is contained in:
Matthias Kretschmann 2020-10-21 17:27:14 +02:00
parent 77e6a817b2
commit 4ae3202f6c
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -4,9 +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).
#### [v0.3.2](https://github.com/oceanprotocol/react/compare/v0.3.1...v0.3.2)
- add sleeps [`#158`](https://github.com/oceanprotocol/react/pull/158)
- add sleep [`#157`](https://github.com/oceanprotocol/react/pull/157)
- refactor [`658f432`](https://github.com/oceanprotocol/react/commit/658f432873a9b3e0db099afce9b066e561c35f66)
- fix lint [`2dd83a6`](https://github.com/oceanprotocol/react/commit/2dd83a6502339edc3416c7188d0751649a69ec67)
#### [v0.3.1](https://github.com/oceanprotocol/react/compare/v0.3.0...v0.3.1)
> 21 October 2020
- package updates [`0e1e188`](https://github.com/oceanprotocol/react/commit/0e1e18883a62d90ed8f3e6c8cac245f0d5e1583c)
- Release 0.3.1 [`24b4ea9`](https://github.com/oceanprotocol/react/commit/24b4ea9601fdf1f3a723aceb93c72753e1c2d1b8)
#### [v0.3.0](https://github.com/oceanprotocol/react/compare/v0.2.2...v0.3.0)

2
package-lock.json generated
View File

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

View File

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