1
0
mirror of https://github.com/oceanprotocol/react.git synced 2024-11-22 01:37:03 +01:00

Release 0.6.2

This commit is contained in:
Matthias Kretschmann 2021-05-25 09:56:46 +02:00
parent 224cb46bf0
commit ef69785699
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 20 additions and 3 deletions

View File

@ -4,8 +4,25 @@ 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.6.2](https://github.com/oceanprotocol/react/compare/v0.6.1...v0.6.2)
- Bump prettier from 2.2.1 to 2.3.0 [`#307`](https://github.com/oceanprotocol/react/pull/307)
- Bump @typescript-eslint/parser from 4.24.0 to 4.25.0 [`#305`](https://github.com/oceanprotocol/react/pull/305)
- Bump @typescript-eslint/eslint-plugin from 4.22.0 to 4.25.0 [`#306`](https://github.com/oceanprotocol/react/pull/306)
- Bump auto-changelog from 2.2.1 to 2.3.0 [`#303`](https://github.com/oceanprotocol/react/pull/303)
- Bump web3 from 1.3.5 to 1.3.6 [`#304`](https://github.com/oceanprotocol/react/pull/304)
- Bump browserslist from 4.16.4 to 4.16.6 [`#302`](https://github.com/oceanprotocol/react/pull/302)
- Bump eslint from 7.24.0 to 7.27.0 [`#301`](https://github.com/oceanprotocol/react/pull/301)
- Bump @types/react from 17.0.3 to 17.0.6 [`#300`](https://github.com/oceanprotocol/react/pull/300)
- Bump @typescript-eslint/parser from 4.22.0 to 4.24.0 [`#299`](https://github.com/oceanprotocol/react/pull/299)
- Bump @oceanprotocol/lib from 0.14.3 to 0.14.9 [`#298`](https://github.com/oceanprotocol/react/pull/298)
- Bump eslint-config-prettier from 8.2.0 to 8.3.0 [`#290`](https://github.com/oceanprotocol/react/pull/290)
- release-it fix [`224cb46`](https://github.com/oceanprotocol/react/commit/224cb46bf014234e2f1aa7e2c6c2fc2a4ed745d6)
#### [v0.6.1](https://github.com/oceanprotocol/react/compare/v0.6.0...v0.6.1) #### [v0.6.1](https://github.com/oceanprotocol/react/compare/v0.6.0...v0.6.1)
> 16 April 2021
- Bump @types/node-fetch from 2.5.8 to 2.5.10 [`#286`](https://github.com/oceanprotocol/react/pull/286) - 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/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 @typescript-eslint/eslint-plugin from 4.21.0 to 4.22.0 [`#287`](https://github.com/oceanprotocol/react/pull/287)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@oceanprotocol/react", "name": "@oceanprotocol/react",
"version": "0.6.1", "version": "0.6.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@oceanprotocol/react", "name": "@oceanprotocol/react",
"version": "0.6.1", "version": "0.6.2",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@oceanprotocol/lib": "^0.14.9", "@oceanprotocol/lib": "^0.14.9",

View File

@ -1,6 +1,6 @@
{ {
"name": "@oceanprotocol/react", "name": "@oceanprotocol/react",
"version": "0.6.1", "version": "0.6.2",
"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",