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

Release 0.5.5

This commit is contained in:
mihaisc 2021-03-08 15:43:08 +02:00
parent f60b817b1f
commit a021976add
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 11 additions and 2 deletions

View File

@ -4,8 +4,16 @@ 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.5.5](https://github.com/oceanprotocol/react/compare/v0.5.4...v0.5.5)
- lib bump [`#259`](https://github.com/oceanprotocol/react/pull/259)
- Bump typescript from 4.2.2 to 4.2.3 [`#258`](https://github.com/oceanprotocol/react/pull/258)
- Bump @types/react from 17.0.2 to 17.0.3 [`#257`](https://github.com/oceanprotocol/react/pull/257)
#### [v0.5.4](https://github.com/oceanprotocol/react/compare/v0.5.3...v0.5.4)
> 4 March 2021
- 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)
@ -14,6 +22,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- 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)
- Release 0.5.4 [`42df1e2`](https://github.com/oceanprotocol/react/commit/42df1e22773222e4e27cff0b2d3ece0490a358e9)
#### [v0.5.3](https://github.com/oceanprotocol/react/compare/v0.5.2...v0.5.3)

2
package-lock.json generated
View File

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

View File

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