mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Release 0.3.1
This commit is contained in:
parent
0e1e18883a
commit
24b4ea9601
@ -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).
|
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)
|
#### [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)
|
- 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)
|
- move to usePricing [`6e5ae7b`](https://github.com/oceanprotocol/react/commit/6e5ae7b2ce9d0de782a13b5d1c86427d4c34614f)
|
||||||
- refactor [`ad270f8`](https://github.com/oceanprotocol/react/commit/ad270f8a394748481c9a9d71e15db7be325bc210)
|
- refactor [`ad270f8`](https://github.com/oceanprotocol/react/commit/ad270f8a394748481c9a9d71e15db7be325bc210)
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user