mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-25 11:28:46 +01:00
Release 0.3.3
This commit is contained in:
parent
55db4e88d5
commit
4069816516
@ -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).
|
||||
|
||||
#### [v0.3.3](https://github.com/oceanprotocol/react/compare/v0.3.2...v0.3.3)
|
||||
|
||||
- utils consolidation [`dd7e323`](https://github.com/oceanprotocol/react/commit/dd7e323dadd547c582d81d285ab9abff2196c0b5)
|
||||
- bump ocean.js [`55db4e8`](https://github.com/oceanprotocol/react/commit/55db4e88d5c9fcc86a963aa147782db8bed17056)
|
||||
|
||||
#### [v0.3.2](https://github.com/oceanprotocol/react/compare/v0.3.1...v0.3.2)
|
||||
|
||||
> 21 October 2020
|
||||
|
||||
- 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)
|
||||
- Release 0.3.2 [`4ae3202`](https://github.com/oceanprotocol/react/commit/4ae3202f6ca7ddc57e9467d09ad6a0e4bc804c65)
|
||||
- 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)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.3.2",
|
||||
"version": "0.3.3",
|
||||
"description": "React hooks & components on top of @oceanprotocol/lib",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
|
Loading…
Reference in New Issue
Block a user