Skip to content

Commit 5c9104e

Browse files
chore(master): release 1.0.4
1 parent ccacc0f commit 5c9104e

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,22 @@
11
# Changelog
22

3+
## [1.0.4](https://github.com/nhussein11/ipfs-react/compare/v1.0.3...v1.0.4) (2023-09-07)
4+
5+
6+
### Bug Fixes
7+
8+
* adding base remove file button mock-up ([3bcfa70](https://github.com/nhussein11/ipfs-react/commit/3bcfa7064e8c167d724bf722b19124bb757846d9))
9+
* adding drop zone to index barrel ([125fb90](https://github.com/nhussein11/ipfs-react/commit/125fb906f063b934386be77731758ca3b83fcd4e))
10+
* adding npm publish workflow (wip) ([382651c](https://github.com/nhussein11/ipfs-react/commit/382651c36432ba3c6ddb6528a3c3fd99af4b8cc4))
11+
* dependencies specs ([ccacc0f](https://github.com/nhussein11/ipfs-react/commit/ccacc0f9aecc6eddbf088abd86bf5d24096be16d))
12+
* deps problems ([f6ddc5c](https://github.com/nhussein11/ipfs-react/commit/f6ddc5c79893088422ddf0b535386c4f361ad2b8))
13+
* draft handle remove file ([e2c40ae](https://github.com/nhussein11/ipfs-react/commit/e2c40ae846108ac1fffe1c8e1478ba93e6e5baf3))
14+
* drop zone component ([48afd3a](https://github.com/nhussein11/ipfs-react/commit/48afd3a49601ad68876edb8c83079b8cd0465400))
15+
* move default loading component to utils folder ([13ccbb6](https://github.com/nhussein11/ipfs-react/commit/13ccbb6b6f6eed526f291b23eb9f8df6cf967018))
16+
* update drop zone component styles ([b1290ec](https://github.com/nhussein11/ipfs-react/commit/b1290ec6e41909671743e7a3d3e13b118a8e352d))
17+
318
## [1.0.3](https://github.com/nhussein11/ipfs-react/compare/v1.0.2...v1.0.3) (2023-08-07)
419

520
### Bug Fixes
621

7-
* update readme with latest imports ([1610c1e](https://github.com/nhussein11/ipfs-react/commit/1610c1ee8c4e6d0f9e75301d84817a891c0aaa01))
22+
* update readme with latest imports ([1610c1e](https://github.com/nhussein11/ipfs-react/commit/1610c1ee8c4e6d0f9e75301d84817a891c0aaa01))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ipfs-react",
33
"private": false,
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"packageManager": "[email protected]",
66
"main": "./dist/ipfs-react.umd.js",
77
"module": "./dist/ipfs-react.es.js",

0 commit comments

Comments
 (0)