Skip to content

Commit 8368456

Browse files
chore(main): release web3telegram 0.1.0-alpha
1 parent e4c7e36 commit 8368456

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,3 +1,3 @@
11
{
2-
".": "0.0.3-alpha"
2+
".": "0.1.0-alpha"
33
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.0-alpha](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.0.3-alpha...web3telegram-v0.1.0-alpha) (2025-07-11)
6+
7+
8+
### Added
9+
10+
* add dapp CI workflow for dapp folder changes ([9d02253](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/9d02253d3df2b899335e87b97c93da48b9a81f40))
11+
* add deployment-dapp CI workflow and remove dapp-deployment-default from drone.yml ([cad1c39](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/cad1c3960524d9e1db87de0ef3254cb88fe152e9))
12+
* add GitHub Actions workflow for npm package publishing ([c4e2bf5](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/c4e2bf571d9301040a7599843e5e7d71cb3199bc))
13+
* add GitHub Actions workflow for web3telegram dapp deployment ([f9dd6c6](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/f9dd6c6d20cac67f15f55f4cd4ec689ce2612d1e))
14+
* add release-please workflow for automated releases ([18782b4](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/18782b44d70cde0616c81ddd6ea05e87624f39b5))
15+
* **config:** add CHAIN_CONFIG for multichain support ([206292b](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/206292b17d0c0e20eff18a11ad1abaf6e3e3b48d))
16+
* migrate to GitHub Actions and enhance deployment workflow ([7bab3dc](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/7bab3dcb63198d688437806393a30ae70f40ccaf))
17+
* **utils:** add getChainIdFromProvider util ([ab33c42](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/ab33c4259be46c3af4c4adc79d59e2cd3cd6d131))
18+
19+
20+
### Changed
21+
22+
* convert BigNumberish to string for NRLCAmount compatibility ([989afda](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/989afda36c838c836ecf9a4ccc6afd96b28da340))
23+
* correct release-please manifest format to resolve version parsing error ([3ee5244](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/3ee5244c4f63c16e02eec0451b805e56f3491cd7))
24+
* **dapp version:** correct version to 0.0.2 ([acff8f1](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/acff8f1b37d2faef7c52a6ee9027dc0014030a38))
25+
* **dapp version:** correct version to 0.0.2 ([30593cb](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/30593cb943f11f864a58bea03ec181b9fa2ad4b2))
26+
* export TEST_CHAIN from test-utils for test compatibility ([ab4d9f8](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/ab4d9f8b9264ca03280ce248d353946ed6f215cf))
27+
* **ipfs:** remove default node/gateway, use SDK config ([af97aab](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/af97aab4f212e86380114e596d5852a71527c361))
28+
* migrate from develop branch to trunk-based development ([abe4896](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/abe4896715eb5b14aa0aa462031980c95a94e8cb))
29+
* migrate from develop branch to trunk-based development ([ccaafab](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/ccaafab2d8c4266293ab9635e75a01ac5e502cef))
30+
* remove sdk-default and dapp-default pipelines from drone.yml ([24b08f5](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/24b08f5451aca3d09d037fe709cefadee169629a))
31+
* rollback debug logging changes from develop branch ([404ce33](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/404ce33e7d0705c274155813951284cd1830a3d2))
32+
* **sdk:** IExecWeb3telegram uses async config and chain detection ([4cc2b8e](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/4cc2b8e10877f5602bf12f9792caa754729c6373))
33+
* simplify release-please config to single package and remove invalid versioning field ([e4c7e36](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/e4c7e36fd91d92c8d6497420945ffaca3db7fa87))
34+
* **types:** update Web3TelegramConfigOptions for multichain ([67cae09](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/67cae0990fb7c09447cbd4f4ed68ce58e9e04409))
35+
* update error message for encryption failure ([f4cb2a7](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/f4cb2a7001399e81bfa2d77b1b1670273920a9dc))
36+
* update test:e2e script to run only e2e tests and fix test-utils configuration ([8b6734c](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/8b6734c19af5eb2f67a58bc4ee3e4378d93a3cfc))
37+
538
## [0.0.3-alpha] - 2025-04-04
639

740
### Changed

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,6 +1,6 @@
11
{
22
"name": "@iexec/web3telegram",
3-
"version": "0.0.3-alpha",
3+
"version": "0.1.0-alpha",
44
"description": "Enables secure, blockchain-based messaging by encrypting Telegram user IDs for privacy. It lets users message Ethereum account holders without knowing their Telegram details.",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)