diff --git a/CHANGELOG.md b/CHANGELOG.md index 5548cf4..558b77f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,22 @@ # Changelog +## [1.0.4](https://github.com/nhussein11/ipfs-react/compare/v1.0.3...v1.0.4) (2023-09-07) + + +### Bug Fixes + +* adding base remove file button mock-up ([3bcfa70](https://github.com/nhussein11/ipfs-react/commit/3bcfa7064e8c167d724bf722b19124bb757846d9)) +* adding drop zone to index barrel ([125fb90](https://github.com/nhussein11/ipfs-react/commit/125fb906f063b934386be77731758ca3b83fcd4e)) +* adding npm publish workflow (wip) ([382651c](https://github.com/nhussein11/ipfs-react/commit/382651c36432ba3c6ddb6528a3c3fd99af4b8cc4)) +* dependencies specs ([ccacc0f](https://github.com/nhussein11/ipfs-react/commit/ccacc0f9aecc6eddbf088abd86bf5d24096be16d)) +* deps problems ([f6ddc5c](https://github.com/nhussein11/ipfs-react/commit/f6ddc5c79893088422ddf0b535386c4f361ad2b8)) +* draft handle remove file ([e2c40ae](https://github.com/nhussein11/ipfs-react/commit/e2c40ae846108ac1fffe1c8e1478ba93e6e5baf3)) +* drop zone component ([48afd3a](https://github.com/nhussein11/ipfs-react/commit/48afd3a49601ad68876edb8c83079b8cd0465400)) +* move default loading component to utils folder ([13ccbb6](https://github.com/nhussein11/ipfs-react/commit/13ccbb6b6f6eed526f291b23eb9f8df6cf967018)) +* update drop zone component styles ([b1290ec](https://github.com/nhussein11/ipfs-react/commit/b1290ec6e41909671743e7a3d3e13b118a8e352d)) + ## [1.0.3](https://github.com/nhussein11/ipfs-react/compare/v1.0.2...v1.0.3) (2023-08-07) ### Bug Fixes -* update readme with latest imports ([1610c1e](https://github.com/nhussein11/ipfs-react/commit/1610c1ee8c4e6d0f9e75301d84817a891c0aaa01)) \ No newline at end of file +* update readme with latest imports ([1610c1e](https://github.com/nhussein11/ipfs-react/commit/1610c1ee8c4e6d0f9e75301d84817a891c0aaa01)) diff --git a/package.json b/package.json index 757c73b..d159589 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ipfs-react", "private": false, - "version": "1.0.3", + "version": "1.0.4", "packageManager": "pnpm@8.4.0", "main": "./dist/ipfs-react.umd.js", "module": "./dist/ipfs-react.es.js",