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

Release 0.3.0

This commit is contained in:
Matthias Kretschmann 2020-10-21 14:27:29 +02:00
parent 83c68ab601
commit 5ea1240fa1
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 12 additions and 2 deletions

View File

@ -4,14 +4,24 @@ 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.0](https://github.com/oceanprotocol/react/compare/v0.2.2...v0.3.0)
- 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)
- split usePricing [`6167d88`](https://github.com/oceanprotocol/react/commit/6167d88fd93a0afc96cd4feb85d011b27914494a)
#### [v0.2.2](https://github.com/oceanprotocol/react/compare/v0.2.1...v0.2.2)
> 19 October 2020
- Bump @types/react from 16.9.52 to 16.9.53 [`#152`](https://github.com/oceanprotocol/react/pull/152)
- Bump release-it from 14.1.0 to 14.2.0 [`#156`](https://github.com/oceanprotocol/react/pull/156)
- Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 [`#154`](https://github.com/oceanprotocol/react/pull/154)
- Bump @typescript-eslint/parser from 4.4.0 to 4.4.1 [`#153`](https://github.com/oceanprotocol/react/pull/153)
- Bump eslint-config-prettier from 6.12.0 to 6.13.0 [`#155`](https://github.com/oceanprotocol/react/pull/155)
- bump packages [`8e03162`](https://github.com/oceanprotocol/react/commit/8e03162661ce45d4b88ad539b18a1d3dfc4303b1)
- Release 0.2.2 [`d96af15`](https://github.com/oceanprotocol/react/commit/d96af157cb7795bd05542c2c0dcd01082942f07f)
#### [v0.2.1](https://github.com/oceanprotocol/react/compare/v0.2.0...v0.2.1)

2
package-lock.json generated
View File

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

View File

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