From 055d58dae34b028b3f07cb496799c601ec25902b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:29:54 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b00008c --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index ebbc950..fccbb00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ipfs-react", "private": false, - "version": "2.0.2", + "version": "1.0.0", "packageManager": "pnpm@8.4.0", "main": "./dist/ipfs-react.umd.js", "module": "./dist/ipfs-react.es.js",