Skip to content

Commit caec88c

Browse files
chore: release test/release-please-test-monorepo
1 parent 0d03ae9 commit caec88c

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.0.3-alpha.0",
3-
"dapp": "0.0.2-alpha.0"
2+
".": "0.1.0-alpha.0",
3+
"dapp": "0.1.0-alpha.0"
44
}

CHANGELOG.md

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

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

5+
## [0.1.0-alpha.0](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/web3telegram-v0.0.3-alpha.0...web3telegram-v0.1.0-alpha.0) (2025-07-16)
6+
7+
8+
### Added
9+
10+
* trigger release please in dapp ([fe3dab3](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/fe3dab3c258051ca99549d61a2f6c8d9648b3669))
11+
512
## [0.0.3-alpha] - 2025-04-04
613

714
### Changed

dapp/dapp/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.0-alpha.0](https://github.com/iExecBlockchainComputing/web3telegram-sdk/compare/dapp-v0.0.2-alpha.0...dapp-v0.1.0-alpha.0) (2025-07-16)
4+
5+
6+
### Added
7+
8+
* trigger release please in dapp ([fe3dab3](https://github.com/iExecBlockchainComputing/web3telegram-sdk/commit/fe3dab3c258051ca99549d61a2f6c8d9648b3669))

dapp/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.

dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dapp",
3-
"version": "0.0.2-alpha.0",
3+
"version": "0.1.0-alpha.0",
44
"description": "",
55
"main": "index.js",
66
"type": "module",

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.0",
3+
"version": "0.1.0-alpha.0",
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)