mirror of
https://github.com/oceanprotocol/react.git
synced 2024-11-22 17:50:15 +01:00
Release 0.0.10
This commit is contained in:
parent
adaa8dd8df
commit
0c1724726c
10
CHANGELOG.md
10
CHANGELOG.md
@ -4,13 +4,21 @@ 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.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)
|
||||
- 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)
|
||||
|
||||
> 20 May 2020
|
||||
|
||||
- add ComputeItem, getComputeItems [`252dc53`](https://github.com/oceanprotocol/react/commit/252dc530a8c1a254bf945a170389bd20c1140a2b)
|
||||
- test fix [`bca6892`](https://github.com/oceanprotocol/react/commit/bca68929e2448f713533380184a980e9717dee5a)
|
||||
- Release 0.0.8 [`e2b24ff`](https://github.com/oceanprotocol/react/commit/e2b24ff567cbe02ed2fa867fd6149a479227c02d)
|
||||
- Release 0.0.9 [`cda25a7`](https://github.com/oceanprotocol/react/commit/cda25a7271cec876b300a33c494df50f93af9c45)
|
||||
|
||||
#### [v0.0.8](https://github.com/oceanprotocol/react/compare/v0.0.7...v0.0.8)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@oceanprotocol/react",
|
||||
"version": "0.0.9",
|
||||
"version": "0.0.10",
|
||||
"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