mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 01:37:03 +01:00
Release 0.6.1
This commit is contained in:
parent
c1c0a1d605
commit
79f47e5ccf
20
CHANGELOG.md
20
CHANGELOG.md
@ -4,8 +4,27 @@ 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.1](https://github.com/oceanprotocol/react/compare/v0.6.0...v0.6.1)
|
||||
|
||||
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#286`](https://github.com/oceanprotocol/react/pull/286)
|
||||
- Bump @typescript-eslint/parser from 4.21.0 to 4.22.0 [`#288`](https://github.com/oceanprotocol/react/pull/288)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#287`](https://github.com/oceanprotocol/react/pull/287)
|
||||
- Bump web3 from 1.3.4 to 1.3.5 [`#277`](https://github.com/oceanprotocol/react/pull/277)
|
||||
- Bump release-it from 14.5.0 to 14.6.1 [`#283`](https://github.com/oceanprotocol/react/pull/283)
|
||||
- Bump eslint-plugin-react from 7.23.1 to 7.23.2 [`#284`](https://github.com/oceanprotocol/react/pull/284)
|
||||
- Bump typescript from 4.2.3 to 4.2.4 [`#282`](https://github.com/oceanprotocol/react/pull/282)
|
||||
- Bump eslint from 7.23.0 to 7.24.0 [`#285`](https://github.com/oceanprotocol/react/pull/285)
|
||||
- Bump @typescript-eslint/parser from 4.18.0 to 4.21.0 [`#280`](https://github.com/oceanprotocol/react/pull/280)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.21.0 [`#279`](https://github.com/oceanprotocol/react/pull/279)
|
||||
- Bump eslint from 7.22.0 to 7.23.0 [`#274`](https://github.com/oceanprotocol/react/pull/274)
|
||||
- fix lock [`c1c0a1d`](https://github.com/oceanprotocol/react/commit/c1c0a1d6051c0c9e753ed61f856f7421955022ef)
|
||||
- update lib [`f3d858c`](https://github.com/oceanprotocol/react/commit/f3d858c53b0d6d04189bc8c8cc49a92c7316a6a4)
|
||||
- fix lock [`a5272db`](https://github.com/oceanprotocol/react/commit/a5272db5ef01b77a91348498b9f1980432cf0ce6)
|
||||
|
||||
#### [v0.6.0](https://github.com/oceanprotocol/react/compare/v0.5.6...v0.6.0)
|
||||
|
||||
> 6 April 2021
|
||||
|
||||
- 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)
|
||||
@ -13,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
||||
- 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)
|
||||
- Release 0.6.0 [`55c363f`](https://github.com/oceanprotocol/react/commit/55c363fb52a5aec456668e00bcf1b4060b4c777b)
|
||||
- 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)
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.6.0",
|
||||
"version": "0.6.1",
|
||||
"description": "React hooks & components on top of @oceanprotocol/lib",
|
||||
"main": "dist/index.js",
|
||||
"umd:main": "dist/index.umd.js",
|
||||
|
Loading…
Reference in New Issue
Block a user