Skip to content

Commit 85035e2

Browse files
authored
Version 2.38.3 (#54)
* Update version to 2.38.3 using command `./update_version.sh 2.38.3` * Run `make web` * Changelog for 2.38.3
1 parent c55ab68 commit 85035e2

File tree

8 files changed

+14
-9
lines changed

8 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# [2.38.3]
4+
- [Android] Update API to be able to check links. #53
5+
- [Android] Update dependencies. #13
6+
- [Rust] Update dependencies. #4
7+
38
# [2.38.2]
49
- [Android] Add line break between text nodes and block element.
510
- [Web] Update vite to v6.0.9 to fix CVE in the dependency.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/wysiwyg-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Swift and Kotlin bindings for wysiwyg-rust"
77
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
88
license-file = { workspace = true }
99
name = "uniffi-wysiwyg-composer"
10-
version = "2.38.2"
10+
version = "2.38.3"
1111
rust-version = { workspace = true }
1212

1313
[features]

bindings/wysiwyg-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "WASM bindings for wysiwyg-rust"
77
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
88
license-file = { workspace = true }
99
name = "wysiwyg-wasm"
10-
version = "2.38.2"
10+
version = "2.38.3"
1111
rust-version = { workspace = true }
1212

1313
[package.metadata.wasm-pack.profile.profiling]

bindings/wysiwyg-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vector-im/matrix-wysiwyg-wasm",
3-
"version": "2.38.2",
3+
"version": "2.38.3",
44
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
55
"description": "WASM bindings for wysiwyg-rust",
66
"license": "SEE LICENSE IN README.md",

crates/wysiwyg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Model code to power a rich text editor for Matrix"
77
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
88
license-file = { workspace = true }
99
name = "wysiwyg"
10-
version = "2.38.2"
10+
version = "2.38.3"
1111
rust-version = { workspace = true }
1212

1313
[features]

platforms/android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ android.enableBuildConfigAsBytecode=true
2323
# Maven publishing
2424
# ===================
2525
MAVEN_GROUP=io.element.android
26-
MAVEN_VERSION_NAME=2.38.2
26+
MAVEN_VERSION_NAME=2.38.3

platforms/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vector-im/matrix-wysiwyg",
3-
"version": "2.38.2",
3+
"version": "2.38.3",
44
"type": "module",
55
"description": "Wysiwyg composer for Element Web using React",
66
"author": "New Vector Ltd.",

0 commit comments

Comments
 (0)