Release 0.6.0

This commit is contained in:
mihaisc 2021-04-06 12:18:08 +03:00
parent 691b8008ec
commit 55c363fb52
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29
3 changed files with 16 additions and 2 deletions

View File

@ -4,9 +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).
#### [v0.6.0](https://github.com/oceanprotocol/react/compare/v0.5.6...v0.6.0)
- Bump eslint-plugin-react from 7.22.0 to 7.23.1 [`#270`](https://github.com/oceanprotocol/react/pull/270)
- add encrypt to publish [`#269`](https://github.com/oceanprotocol/react/pull/269)
- Bump release-it from 14.4.1 to 14.5.0 [`#267`](https://github.com/oceanprotocol/react/pull/267)
- Bump @typescript-eslint/eslint-plugin from 4.16.1 to 4.18.0 [`#268`](https://github.com/oceanprotocol/react/pull/268)
- Bump @typescript-eslint/parser from 4.16.1 to 4.18.0 [`#266`](https://github.com/oceanprotocol/react/pull/266)
- Bump eslint from 7.21.0 to 7.22.0 [`#261`](https://github.com/oceanprotocol/react/pull/261)
- lib bump [`f64ddb0`](https://github.com/oceanprotocol/react/commit/f64ddb0f781d1a4e7da2bc11d4599bd38afd3669)
- update compute privacy [`691b800`](https://github.com/oceanprotocol/react/commit/691b8008ec9f5ca8d02f3b00ec3a4bfb84c985b0)
#### [v0.5.6](https://github.com/oceanprotocol/react/compare/v0.5.5...v0.5.6)
> 18 March 2021
- lib bump, publish update [`#263`](https://github.com/oceanprotocol/react/pull/263)
- Release 0.5.6 [`2198dcf`](https://github.com/oceanprotocol/react/commit/2198dcf66849d69de1f8eb108f8d2fd2aef93c74)
#### [v0.5.5](https://github.com/oceanprotocol/react/compare/v0.5.4...v0.5.5)

2
package-lock.json generated
View File

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

View File

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