Skip to content

Commit 87a19ed

Browse files
authored
Prepare release 2.7.0 (#5343)
1 parent 2cbece6 commit 87a19ed

File tree

9 files changed

+104
-94
lines changed

9 files changed

+104
-94
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88

99
### Fixed
1010

11+
<a id="2_7_0"></a>
12+
13+
## [2.7.0] - 2025-07-27
14+
15+
### Changed
16+
- upgrade `@deltachat/stdio-rpc-server` and `deltachat/jsonrpc-client` to `2.7.0`
17+
18+
1119
<a id="2_6_0"></a>
1220

1321
## [2.6.0] - 2025-07-24
@@ -3590,7 +3598,9 @@ This section is only relevant to contributors.
35903598
**Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)
35913599

35923600

3593-
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.6.0...HEAD
3601+
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v2.7.0...HEAD
3602+
3603+
[2.7.0]: https://github.com/deltachat/deltachat-desktop/compare/v2.6.0...v2.7.0
35943604

35953605
[2.6.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.60.1...v2.6.0
35963606

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -2,7 +2,7 @@
22
"private": "true",
33
"name": "deltachat-desktop",
44
"type": "module",
5-
"version": "2.6.0",
5+
"version": "2.7.0",
66
"scripts": {
77
"preinstall": "node ./bin/check-nodejs-version.js",
88
"check": "pnpm check:types && pnpm check:lint && pnpm check:format && pnpm check:target-versions && pnpm check:log-conventions",

packages/target-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@deltachat-desktop/target-browser",
44
"type": "module",
5-
"version": "2.6.0",
5+
"version": "2.7.0",
66
"license": "GPL-3.0-or-later",
77
"scripts": {
88
"check:types": "tsc --noEmit && tsc --noEmit -p runtime-browser",

packages/target-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"type": "module",
44
"name": "@deltachat-desktop/target-electron",
5-
"version": "2.6.0",
5+
"version": "2.7.0",
66
"description": "Desktop Application for delta.chat",
77
"repository": {
88
"type": "git",

packages/target-tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@deltachat-desktop/target-tauri",
33
"private": true,
4-
"version": "2.6.0",
4+
"version": "2.7.0",
55
"type": "module",
66
"license": "GPL-3.0-or-later",
77
"scripts": {

packages/target-tauri/src-tauri/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deltachat-tauri"
3-
version = "2.6.0"
3+
version = "2.7.0"
44
description = "Delta Chat Desktop: Tauri Edition. Secure, cross-platform, decentralized super-app messenger."
55
authors = ["DeltaChat Contributors"]
66
edition = "2021"
@@ -30,8 +30,8 @@ tauri = { version = "2", features = [
3030
serde = { version = "1", features = ["derive"] }
3131
serde_json = "1"
3232
tokio = "1.43.1"
33-
deltachat = { git = "https://github.com/chatmail/core", tag = "v2.6.0", version = "2.6.0" }
34-
deltachat-jsonrpc = { git = "https://github.com/chatmail/core", tag = "v2.6.0", version = "2.6.0" }
33+
deltachat = { git = "https://github.com/chatmail/core", tag = "v2.7.0", version = "2.7.0" }
34+
deltachat-jsonrpc = { git = "https://github.com/chatmail/core", tag = "v2.7.0", version = "2.7.0" }
3535
tauri-plugin-dialog = "2"
3636
tauri-plugin-clipboard-manager = "2.0.2"
3737
log = "0.4.22"

0 commit comments

Comments
 (0)