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

Release 0.3.1

This commit is contained in:
Matthias Kretschmann 2020-10-21 15:41:23 +02:00
parent 0e1e18883a
commit 24b4ea9601
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 8 additions and 2 deletions

View File

@ -4,8 +4,14 @@ 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.1](https://github.com/oceanprotocol/react/compare/v0.3.0...v0.3.1)
- package updates [`0e1e188`](https://github.com/oceanprotocol/react/commit/0e1e18883a62d90ed8f3e6c8cac245f0d5e1583c)
#### [v0.3.0](https://github.com/oceanprotocol/react/compare/v0.2.2...v0.3.0)
> 21 October 2020
- split flows for Publish and Buy [`#147`](https://github.com/oceanprotocol/react/pull/147)
- move to usePricing [`6e5ae7b`](https://github.com/oceanprotocol/react/commit/6e5ae7b2ce9d0de782a13b5d1c86427d4c34614f)
- refactor [`ad270f8`](https://github.com/oceanprotocol/react/commit/ad270f8a394748481c9a9d71e15db7be325bc210)

2
package-lock.json generated
View File

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

View File

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