mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-03 18:35:18 +01:00
Release 0.5.3
This commit is contained in:
parent
8d16b9e07e
commit
48351aa8bc
29
CHANGELOG.md
29
CHANGELOG.md
@ -4,9 +4,38 @@ 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.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3)
|
||||||
|
|
||||||
|
#### [v0.5.2](https://github.com/oceanprotocol/react/compare/v0.5.1...v0.5.2)
|
||||||
|
|
||||||
|
> 26 February 2021
|
||||||
|
|
||||||
|
- bump lib [`#247`](https://github.com/oceanprotocol/react/pull/247)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.15.0 to 4.15.1 [`#245`](https://github.com/oceanprotocol/react/pull/245)
|
||||||
|
- Bump release-it from 14.4.0 to 14.4.1 [`#244`](https://github.com/oceanprotocol/react/pull/244)
|
||||||
|
- Bump @typescript-eslint/parser from 4.15.0 to 4.15.1 [`#243`](https://github.com/oceanprotocol/react/pull/243)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.14.2 to 4.15.0 [`#242`](https://github.com/oceanprotocol/react/pull/242)
|
||||||
|
- Bump eslint from 7.19.0 to 7.20.0 [`#241`](https://github.com/oceanprotocol/react/pull/241)
|
||||||
|
- Bump @types/react from 17.0.1 to 17.0.2 [`#237`](https://github.com/oceanprotocol/react/pull/237)
|
||||||
|
- Bump typescript from 4.1.3 to 4.1.5 [`#240`](https://github.com/oceanprotocol/react/pull/240)
|
||||||
|
- Bump release-it from 14.3.0 to 14.4.0 [`#239`](https://github.com/oceanprotocol/react/pull/239)
|
||||||
|
- Bump @typescript-eslint/parser from 4.14.2 to 4.15.0 [`#238`](https://github.com/oceanprotocol/react/pull/238)
|
||||||
|
- Bump @types/react from 17.0.0 to 17.0.1 [`#236`](https://github.com/oceanprotocol/react/pull/236)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.14.1 to 4.14.2 [`#234`](https://github.com/oceanprotocol/react/pull/234)
|
||||||
|
- Bump @typescript-eslint/parser from 4.14.1 to 4.14.2 [`#235`](https://github.com/oceanprotocol/react/pull/235)
|
||||||
|
- Bump release-it from 14.2.2 to 14.3.0 [`#232`](https://github.com/oceanprotocol/react/pull/232)
|
||||||
|
- Bump eslint from 7.18.0 to 7.19.0 [`#231`](https://github.com/oceanprotocol/react/pull/231)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.14.1 [`#230`](https://github.com/oceanprotocol/react/pull/230)
|
||||||
|
- Bump @typescript-eslint/parser from 4.14.0 to 4.14.1 [`#229`](https://github.com/oceanprotocol/react/pull/229)
|
||||||
|
- Bump web3 from 1.3.1 to 1.3.3 [`#227`](https://github.com/oceanprotocol/react/pull/227)
|
||||||
|
- Release 0.5.2 [`67d5bd1`](https://github.com/oceanprotocol/react/commit/67d5bd1762a84982d15359da39fd88697a1d98a8)
|
||||||
|
|
||||||
#### [v0.5.1](https://github.com/oceanprotocol/react/compare/v0.5.0...v0.5.1)
|
#### [v0.5.1](https://github.com/oceanprotocol/react/compare/v0.5.0...v0.5.1)
|
||||||
|
|
||||||
|
> 21 January 2021
|
||||||
|
|
||||||
- package updates [`fdd06ed`](https://github.com/oceanprotocol/react/commit/fdd06ed49721b08d94455da908ad839b6741f2e5)
|
- package updates [`fdd06ed`](https://github.com/oceanprotocol/react/commit/fdd06ed49721b08d94455da908ad839b6741f2e5)
|
||||||
|
- Release 0.5.1 [`5ecb49d`](https://github.com/oceanprotocol/react/commit/5ecb49d00118b354507d2f733b942581848eb81e)
|
||||||
|
|
||||||
#### [v0.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0)
|
#### [v0.5.0](https://github.com/oceanprotocol/react/compare/v0.4.1...v0.5.0)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.5.1",
|
"version": "0.5.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.5.1",
|
"version": "0.5.3",
|
||||||
"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…
Reference in New Issue
Block a user