diff --git a/CHANGELOG.md b/CHANGELOG.md index d3578a1..49b0edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ 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). -#### 0.0.2 +#### [v0.0.3](https://github.com/oceanprotocol/react/compare/v0.0.2...v0.0.3) > 11 May 2020 + +- publishConfig public [`fdc2eb4`](https://github.com/oceanprotocol/react/commit/fdc2eb478428ce1b4988a0304fff337baa7a404e) +- package publish false [`c329789`](https://github.com/oceanprotocol/react/commit/c329789d856d3c6ac3c5f037e450fd6e5cd7d1a1) +- publish npm true [`381ee53`](https://github.com/oceanprotocol/react/commit/381ee5376af68e42335cefe1be56ec79b8abb91b) + +#### v0.0.2 + +> 11 May 2020 + +- Library publishing [`#12`](https://github.com/oceanprotocol/react/pull/12) +- Feature/use search [`#9`](https://github.com/oceanprotocol/react/pull/9) +- get curation and curation utils [`#7`](https://github.com/oceanprotocol/react/pull/7) +- Feature/compute [`#6`](https://github.com/oceanprotocol/react/pull/6) +- different tactic for files inclusion for TypeScript [`#11`](https://github.com/oceanprotocol/react/pull/11) +- change ReactNode to any, metadata fix [`#10`](https://github.com/oceanprotocol/react/pull/10) +- setup project architecture [`b48ecf6`](https://github.com/oceanprotocol/react/commit/b48ecf66567500ddd5c229d332d149e7fbcb7c58) +- fix hooks and tsc [`d53b915`](https://github.com/oceanprotocol/react/commit/d53b91538c3a36171a09b70b5d2d9606b698323b) +- add release process [`4d64b7f`](https://github.com/oceanprotocol/react/commit/4d64b7f41fdc49aacdb83dc21da6ad51a0db2de5) diff --git a/package-lock.json b/package-lock.json index 01728a4..6fc58c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.2", + "version": "0.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8af5f28..f7af7ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/react", - "version": "0.0.2", + "version": "0.0.3", "description": "React hooks & components on top of squid.js", "main": "dist/index.js", "module": "dist/esm/index.js",