From 0cde296f69f31d58d66b2ce474ef46ad1e6e0054 Mon Sep 17 00:00:00 2001 From: Mauro Romito Date: Wed, 17 Dec 2025 13:48:59 +0100 Subject: [PATCH] Version 2.41.0 --- CHANGELOG.md | 4 ++++ Cargo.lock | 6 +++--- bindings/wysiwyg-ffi/Cargo.toml | 2 +- bindings/wysiwyg-wasm/Cargo.toml | 2 +- bindings/wysiwyg-wasm/package.json | 2 +- crates/wysiwyg/Cargo.toml | 2 +- platforms/android/gradle.properties | 2 +- platforms/web/package.json | 2 +- 8 files changed, 13 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86f33614..425579a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# [2.41.0] +- [iOS] Multipass reconciliation #93 +- [Common] Update the README to include Element Creations Ltd Copyright. + # [2.40.0] - [Web] Adds support for emoji suggestions(E.g. `:smile:`) #81 - [Web] Updated dependencies #76 diff --git a/Cargo.lock b/Cargo.lock index 9374259d..7df59f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1481,7 +1481,7 @@ dependencies = [ [[package]] name = "uniffi-wysiwyg-composer" -version = "2.40.0" +version = "2.41.0" dependencies = [ "html-escape", "matrix_mentions", @@ -1893,7 +1893,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "wysiwyg" -version = "2.40.0" +version = "2.41.0" dependencies = [ "cfg-if", "email_address", @@ -1917,7 +1917,7 @@ dependencies = [ [[package]] name = "wysiwyg-wasm" -version = "2.40.0" +version = "2.41.0" dependencies = [ "console_error_panic_hook", "html-escape", diff --git a/bindings/wysiwyg-ffi/Cargo.toml b/bindings/wysiwyg-ffi/Cargo.toml index 74a83c9d..a46da424 100644 --- a/bindings/wysiwyg-ffi/Cargo.toml +++ b/bindings/wysiwyg-ffi/Cargo.toml @@ -7,7 +7,7 @@ description = "Swift and Kotlin bindings for wysiwyg-rust" keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"] license-file = { workspace = true } name = "uniffi-wysiwyg-composer" -version = "2.40.0" +version = "2.41.0" rust-version = { workspace = true } [features] diff --git a/bindings/wysiwyg-wasm/Cargo.toml b/bindings/wysiwyg-wasm/Cargo.toml index 181698ab..f14be7e7 100644 --- a/bindings/wysiwyg-wasm/Cargo.toml +++ b/bindings/wysiwyg-wasm/Cargo.toml @@ -7,7 +7,7 @@ description = "WASM bindings for wysiwyg-rust" keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"] license-file = { workspace = true } name = "wysiwyg-wasm" -version = "2.40.0" +version = "2.41.0" rust-version = { workspace = true } [package.metadata.wasm-pack.profile.profiling] diff --git a/bindings/wysiwyg-wasm/package.json b/bindings/wysiwyg-wasm/package.json index e67d81d1..8de36b52 100644 --- a/bindings/wysiwyg-wasm/package.json +++ b/bindings/wysiwyg-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@vector-im/matrix-wysiwyg-wasm", - "version": "2.40.0", + "version": "2.41.0", "homepage": "https://gitlab.com/andybalaam/wysiwyg-rust", "description": "WASM bindings for wysiwyg-rust", "license": "SEE LICENSE IN README.md", diff --git a/crates/wysiwyg/Cargo.toml b/crates/wysiwyg/Cargo.toml index 390246f4..9392c283 100644 --- a/crates/wysiwyg/Cargo.toml +++ b/crates/wysiwyg/Cargo.toml @@ -7,7 +7,7 @@ description = "Model code to power a rich text editor for Matrix" keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"] license-file = { workspace = true } name = "wysiwyg" -version = "2.40.0" +version = "2.41.0" rust-version = { workspace = true } [features] diff --git a/platforms/android/gradle.properties b/platforms/android/gradle.properties index 241f6114..cdf67c6e 100644 --- a/platforms/android/gradle.properties +++ b/platforms/android/gradle.properties @@ -23,4 +23,4 @@ android.enableBuildConfigAsBytecode=true # Maven publishing # =================== MAVEN_GROUP=io.element.android -MAVEN_VERSION_NAME=2.40.0 +MAVEN_VERSION_NAME=2.41.0 diff --git a/platforms/web/package.json b/platforms/web/package.json index dfef973c..b39d5bb9 100644 --- a/platforms/web/package.json +++ b/platforms/web/package.json @@ -1,6 +1,6 @@ { "name": "@vector-im/matrix-wysiwyg", - "version": "2.40.0", + "version": "2.41.0", "type": "module", "description": "Wysiwyg composer for Element Web using React", "author": "New Vector Ltd.",