-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from nhussein11/release-please--branches--maste…
…r--components--ipfs-react chore(master): release 1.0.0
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-07-31) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* add ipfs util ([70e637c](https://github.com/nhussein11/ipfs-react/commit/70e637c78c976436cb8ae33b611721f337583570)) | ||
* adding unit test to handle fallback image ([8bcd71e](https://github.com/nhussein11/ipfs-react/commit/8bcd71e77b558b7028925249e3eb5937aa66d224)) | ||
* build:lib script on package json ([5551d1d](https://github.com/nhussein11/ipfs-react/commit/5551d1dac8c55aeb446783024303a6444ec5db6b)) | ||
* button test ([55fb616](https://github.com/nhussein11/ipfs-react/commit/55fb61620c53713727d27cf7195ef14862f88d24)) | ||
* clean up readme file ([c328002](https://github.com/nhussein11/ipfs-react/commit/c328002619d4e554c937a523887934d595abd5c8)) | ||
* default fallback image cosnt ([1af2006](https://github.com/nhussein11/ipfs-react/commit/1af2006ac2457a612d25883da9a72b8742b25de0)) | ||
* enable dist folder detection ([e098b72](https://github.com/nhussein11/ipfs-react/commit/e098b7208f9fcce6579d6073f23497f8f3794d41)) | ||
* event name ([dbecf3b](https://github.com/nhussein11/ipfs-react/commit/dbecf3bcefa1aa57d4840e22e785b977a78f9296)) | ||
* export component ([f8f1eae](https://github.com/nhussein11/ipfs-react/commit/f8f1eae86c5a7a4c0ece169a197fe3a3d0c08cc6)) | ||
* fix readme content ([98255ae](https://github.com/nhussein11/ipfs-react/commit/98255ae42e5d2d9ae03b94714215bb391573f736)) | ||
* fixing readme typo ([bd5b5c5](https://github.com/nhussein11/ipfs-react/commit/bd5b5c52f0dc61cedce0ac8b48d76b19914c3a37)) | ||
* image component with styles and classnames ([6611874](https://github.com/nhussein11/ipfs-react/commit/66118742c143196007b57e7a84d972d31a562a7b)) | ||
* import only used type from react lib ([5a1bd44](https://github.com/nhussein11/ipfs-react/commit/5a1bd44a6c817d6b045a9ee2cebb5636f2568911)) | ||
* ipfs util to handle img url ([e4687ee](https://github.com/nhussein11/ipfs-react/commit/e4687ee9ea384da8f9f68b5dc28f4b5ef2f51050)) | ||
* react typo ([6d32785](https://github.com/nhussein11/ipfs-react/commit/6d327855a6f0e56d26764c317893cdc66a0a6a54)) | ||
* readme styles ([8fa40e3](https://github.com/nhussein11/ipfs-react/commit/8fa40e3a6b26c921f8e446a3238cf47185e1b05b)) | ||
* remove dummy component ([90b5068](https://github.com/nhussein11/ipfs-react/commit/90b50685019d7002d39318d93aca9292d64bac0c)) | ||
* rename lib ([9af312c](https://github.com/nhussein11/ipfs-react/commit/9af312ca957da5add439c4ca3c9ab4f841f37482)) | ||
* typo ([3b12317](https://github.com/nhussein11/ipfs-react/commit/3b12317fb0092677ab2a576d00102d66ddfa0f18)) | ||
* unit test to check styles and classnames ([41358e0](https://github.com/nhussein11/ipfs-react/commit/41358e047f79a07fe0d58fb34db406ae596ff74d)) | ||
* update image component ([33d8d5e](https://github.com/nhussein11/ipfs-react/commit/33d8d5e48d5d54875aa70e4786858e3c0a431884)) | ||
* update image story adding custom gateway story ([62496d1](https://github.com/nhussein11/ipfs-react/commit/62496d1c7be6222501cd1479da49c901df9ae71a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "ipfs-react", | ||
"private": false, | ||
"version": "2.0.2", | ||
"version": "1.0.0", | ||
"packageManager": "[email protected]", | ||
"main": "./dist/ipfs-react.umd.js", | ||
"module": "./dist/ipfs-react.es.js", | ||
|