Skip to content

Commit eeae2ec

Browse files
chore(main): release web3-messaging-usecase-demo 1.4.0 (#126)
Co-authored-by: iexec-release-please-app[bot] <202620906+iexec-release-please-app[bot]@users.noreply.github.com>
1 parent 1e9fc75 commit eeae2ec

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.3.2"}
1+
{".":"1.4.0"}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/compare/web3-messaging-usecase-demo-v1.3.2...web3-messaging-usecase-demo-v1.4.0) (2025-07-23)
4+
5+
6+
### 🚀 Features
7+
8+
* code refactor and request fetching optimisation ([a1eadf4](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/a1eadf4b353df253da0cf7408fd5e97f9b0a13e3))
9+
* implement ContactItem component for displaying contact details and improve fetching ([37da14d](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/37da14d45b40308b48d9d9e9e0eb0c0574828698))
10+
11+
12+
### 🐞 Bug Fixes
13+
14+
* add IPFS node configuration to Web3Telegram client initialization ([1c98054](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/1c98054f660e444c7d21ebe733825b4472ccf12f))
15+
* add IPFS node configuration to Web3Telegram client initialization ([e32baeb](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/e32baeb14456eb9ce56cddb6db0a3bf1d8074b58))
16+
* add TODO comment to remove hardcoded IPFS node in Web3telegram initialization ([2475a96](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/2475a96c19020379c67ca92e4e0c4654f2db08dc))
17+
* consolidate contact name display into a single line ([9b2249d](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/9b2249d3e1a894f2001e70f64b1a2317c49b9ec7))
18+
* enable strict user fetching for Telegram contacts ([08141de](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/08141def78ac2e0a388dbb6015108436713cc84d))
19+
* improve error handling in ContactItem component ([21d7cfb](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/21d7cfbceb0a7df33255403bd04b4e59f54a1fc2))
20+
* invalidate queries for fetching contacts and contact details after granting access and sending message ([e8148a3](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/e8148a3ab3d157ec1213161ec81d764ae7672745))
21+
* remove debug log from fetchContactDetails function ([b0d83b1](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/b0d83b1db91026bf3259541f0ba93848f1449be9))
22+
* replace CircularLoader with LoadingSpinner and improve loading state handling in ContactItem ([2832655](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/2832655fa325e60848115029fb611a5a9244327c))
23+
* update @iexec/web3mail dependency to version 1.2.2 ([c3664dc](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/c3664dc7ca79264804bf767a1b6a59045d81e2cf))
24+
* update @iexec/web3telegram to version 0.1.0-alpha.1 ([1e9fc75](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/1e9fc75075b2f474532b46087ca9ffdcf690d1b3))
25+
26+
27+
### ✨ Polish
28+
29+
* simplify code ([2dc504d](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/2dc504d3daeb3a28606f67646360b69c9984df36))
30+
31+
32+
### 🧰 Other
33+
34+
* update @iexec/web3telegram to version 0.1.0-alpha.1 ([037538a](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/commit/037538aa471f19a393b81a5e5bc9baa9c2490fd4))
35+
336
## [1.3.2](https://github.com/iExecBlockchainComputing/web3-messaging-usecase-demo/compare/web3-messaging-usecase-demo-v1.3.1...web3-messaging-usecase-demo-v1.3.2) (2025-07-17)
437

538

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web3-messaging-usecase-demo",
33
"private": true,
4-
"version": "1.3.2",
4+
"version": "1.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "npm run dev:prod",

0 commit comments

Comments
 (0)