mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-01 12:29:26 +01:00
Release 0.5.4
This commit is contained in:
parent
d1af73c012
commit
42df1e2277
15
CHANGELOG.md
15
CHANGELOG.md
@ -4,8 +4,23 @@ 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.4](https://github.com/oceanprotocol/react/compare/v0.5.3...v0.5.4)
|
||||||
|
|
||||||
|
- bump ocean.js [`#256`](https://github.com/oceanprotocol/react/pull/256)
|
||||||
|
- Bump eslint-config-prettier from 7.2.0 to 8.1.0 [`#251`](https://github.com/oceanprotocol/react/pull/251)
|
||||||
|
- add codeowners [`#254`](https://github.com/oceanprotocol/react/pull/254)
|
||||||
|
- move to GitHub Actions [`#253`](https://github.com/oceanprotocol/react/pull/253)
|
||||||
|
- Bump web3 from 1.3.3 to 1.3.4 [`#233`](https://github.com/oceanprotocol/react/pull/233)
|
||||||
|
- Bump typescript from 4.1.5 to 4.2.2 [`#252`](https://github.com/oceanprotocol/react/pull/252)
|
||||||
|
- Bump eslint from 7.20.0 to 7.21.0 [`#250`](https://github.com/oceanprotocol/react/pull/250)
|
||||||
|
- Bump @typescript-eslint/eslint-plugin from 4.15.1 to 4.15.2 [`#249`](https://github.com/oceanprotocol/react/pull/249)
|
||||||
|
|
||||||
#### [v0.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3)
|
#### [v0.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3)
|
||||||
|
|
||||||
|
> 1 March 2021
|
||||||
|
|
||||||
|
- Release 0.5.3 [`48351aa`](https://github.com/oceanprotocol/react/commit/48351aa8bc30c6864c2938994fa0da2ad30e3810)
|
||||||
|
|
||||||
#### [v0.5.2](https://github.com/oceanprotocol/react/compare/v0.5.1...v0.5.2)
|
#### [v0.5.2](https://github.com/oceanprotocol/react/compare/v0.5.1...v0.5.2)
|
||||||
|
|
||||||
> 26 February 2021
|
> 26 February 2021
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.5.3",
|
"version": "0.5.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.5.3",
|
"version": "0.5.4",
|
||||||
"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