mirror of
https://github.com/oceanprotocol/react.git
synced 2025-01-06 11:55:41 +01:00
Release 0.0.11
This commit is contained in:
parent
ca2a0ec0d4
commit
876c8459fa
@ -4,13 +4,19 @@ 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.0.11](https://github.com/oceanprotocol/react/compare/v0.0.10...v0.0.11)
|
||||
|
||||
> 27 May 2020
|
||||
|
||||
- compute fix [`ca2a0ec`](https://github.com/oceanprotocol/react/commit/ca2a0ec0d4ae360f85156727c4f5bd8e296aeb6f)
|
||||
|
||||
#### [v0.0.10](https://github.com/oceanprotocol/react/compare/v0.0.9...v0.0.10)
|
||||
|
||||
> 25 May 2020
|
||||
|
||||
- fix undefined in getComputeItems [`da2fa1a`](https://github.com/oceanprotocol/react/commit/da2fa1a417e44d2d4a26b5dcdd698b6884d9c9d5)
|
||||
- Release 0.0.10 [`0c17247`](https://github.com/oceanprotocol/react/commit/0c1724726cb5e06ae3c9c1b6572bfc30d4846c7f)
|
||||
- Merge pull request #28 from oceanprotocol/dependabot/npm_and_yarn/eslint-7.1.0 [`4345eb3`](https://github.com/oceanprotocol/react/commit/4345eb3f33f4402e31a9b778c4f46363be46b3bf)
|
||||
- Merge pull request #24 from oceanprotocol/dependabot/npm_and_yarn/typescript-3.9.3 [`5dd965b`](https://github.com/oceanprotocol/react/commit/5dd965b4c55c956c548794182d4050e13be00049)
|
||||
|
||||
#### [v0.0.9](https://github.com/oceanprotocol/react/compare/v0.0.8...v0.0.9)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.10",
|
||||
"version": "0.0.11",
|
||||
"description": "React hooks & components on top of squid.js",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
Loading…
Reference in New Issue
Block a user