mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-07 04:14:18 +01:00
Release 0.2.0
This commit is contained in:
parent
1674ce2acb
commit
80b1db5176
11
CHANGELOG.md
11
CHANGELOG.md
@ -4,9 +4,20 @@ 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.2.0](https://github.com/oceanprotocol/react/compare/v0.1.4...v0.2.0)
|
||||||
|
|
||||||
|
- Bump release-it from 14.0.4 to 14.1.0 [`#143`](https://github.com/oceanprotocol/react/pull/143)
|
||||||
|
- Bump eslint from 7.10.0 to 7.11.0 [`#142`](https://github.com/oceanprotocol/react/pull/142)
|
||||||
|
- Bump eslint-plugin-react from 7.21.3 to 7.21.4 [`#141`](https://github.com/oceanprotocol/react/pull/141)
|
||||||
|
- Bump @types/react from 16.9.51 to 16.9.52 [`#140`](https://github.com/oceanprotocol/react/pull/140)
|
||||||
|
- metadataStore → metadataCache [`1674ce2`](https://github.com/oceanprotocol/react/commit/1674ce2acb744a7596d5ccbdfd8b7cf39f2d4fe4)
|
||||||
|
|
||||||
#### [v0.1.4](https://github.com/oceanprotocol/react/compare/v0.1.3...v0.1.4)
|
#### [v0.1.4](https://github.com/oceanprotocol/react/compare/v0.1.3...v0.1.4)
|
||||||
|
|
||||||
|
> 9 October 2020
|
||||||
|
|
||||||
- price fetching fixes [`b438742`](https://github.com/oceanprotocol/react/commit/b438742000a9b70bea245efd8997e54d1c0a0b18)
|
- price fetching fixes [`b438742`](https://github.com/oceanprotocol/react/commit/b438742000a9b70bea245efd8997e54d1c0a0b18)
|
||||||
|
- Release 0.1.4 [`24f870c`](https://github.com/oceanprotocol/react/commit/24f870cc7663cbcb96f61abcf50f4f9600521cd5)
|
||||||
|
|
||||||
#### [v0.1.3](https://github.com/oceanprotocol/react/compare/v0.1.2...v0.1.3)
|
#### [v0.1.3](https://github.com/oceanprotocol/react/compare/v0.1.2...v0.1.3)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.1.4",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@oceanprotocol/react",
|
"name": "@oceanprotocol/react",
|
||||||
"version": "0.1.4",
|
"version": "0.2.0",
|
||||||
"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",
|
||||||
|
Loading…
Reference in New Issue
Block a user