Release 0.0.3

This commit is contained in:
mihaisc 2020-05-11 19:19:24 +03:00
parent fdc2eb4784
commit 7f1e47f779
3 changed files with 21 additions and 3 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/react",
"version": "0.0.2",
"version": "0.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",