Version 2.41.0

This commit is contained in:
Mauro Romito 2025-12-17 13:48:59 +01:00
parent bc67cbeb2d
commit 0cde296f69
8 changed files with 13 additions and 9 deletions

View file

@ -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

6
Cargo.lock generated
View file

@ -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",

View file

@ -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]

View file

@ -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]

View file

@ -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",

View file

@ -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]

View file

@ -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

View file

@ -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.",