mirror of
https://github.com/oceanprotocol/react.git
synced 2025-02-14 21:10:38 +01:00
Release 0.3.17
This commit is contained in:
parent
293a4734c7
commit
17574f238b
16
CHANGELOG.md
16
CHANGELOG.md
@ -4,9 +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).
|
||||
|
||||
#### [v0.3.17](https://github.com/oceanprotocol/react/compare/v0.3.16...v0.3.17)
|
||||
|
||||
- Feature/purgatory [`#180`](https://github.com/oceanprotocol/react/pull/180)
|
||||
- Bump @typescript-eslint/parser from 4.5.0 to 4.6.1 [`#177`](https://github.com/oceanprotocol/react/pull/177)
|
||||
- Bump typescript from 4.0.3 to 4.0.5 [`#176`](https://github.com/oceanprotocol/react/pull/176)
|
||||
- Bump eslint from 7.12.1 to 7.13.0 [`#175`](https://github.com/oceanprotocol/react/pull/175)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.6.0 to 4.6.1 [`#179`](https://github.com/oceanprotocol/react/pull/179)
|
||||
- Bump release-it from 14.2.0 to 14.2.1 [`#169`](https://github.com/oceanprotocol/react/pull/169)
|
||||
- Bump @typescript-eslint/eslint-plugin from 4.5.0 to 4.6.0 [`#170`](https://github.com/oceanprotocol/react/pull/170)
|
||||
- Bump eslint-config-prettier from 6.14.0 to 6.15.0 [`#171`](https://github.com/oceanprotocol/react/pull/171)
|
||||
- Bump @types/react from 16.9.53 to 16.9.55 [`#172`](https://github.com/oceanprotocol/react/pull/172)
|
||||
- Bump eslint from 7.12.0 to 7.12.1 [`#173`](https://github.com/oceanprotocol/react/pull/173)
|
||||
|
||||
#### [v0.3.16](https://github.com/oceanprotocol/react/compare/v0.3.15...v0.3.16)
|
||||
|
||||
> 30 October 2020
|
||||
|
||||
- update oceanlib, improve price calculation [`0f62406`](https://github.com/oceanprotocol/react/commit/0f62406a58098fcccf99fcda80d2816944668b43)
|
||||
- Release 0.3.16 [`afa6273`](https://github.com/oceanprotocol/react/commit/afa6273401756d383d2a79850be27b208f2fc877)
|
||||
|
||||
#### [v0.3.15](https://github.com/oceanprotocol/react/compare/v0.3.14...v0.3.15)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.3.16",
|
||||
"version": "0.3.17",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.3.16",
|
||||
"version": "0.3.17",
|
||||
"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