Skip to content

Commit 072d52b

Browse files
authored
Merge pull request #18 from element-hq/version-2.37.11
Version 2.37.11
2 parents 491a5f4 + a77a626 commit 072d52b

File tree

9 files changed

+22
-14
lines changed

9 files changed

+22
-14
lines changed

CHANGELOG.md

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

3+
# [2.37.11] - 2024-10-01
4+
5+
- [Common] matrix-rich-text-editor is being forked by Element at https://github.com/element-hq/matrix-rich-text-editor. Contributions are licensed to Element under a CLA and made available under an AGPLv3.0 license.
6+
You can read more about this here:
7+
- https://matrix.org/blog/2024/08/heart-of-matrix/
8+
- https://element.io/blog/sustainable-licensing-at-element-with-agpl/
9+
- [Web] The matrix-wysiwyg npm package will now be published at https://www.npmjs.com/package/@vector-im/matrix-wysiwyg
10+
311
# [2.37.9] - 2024-08-28
412
- [Rust] Escape text passed to `ComposerModel::set_link_with_text` and `insert_mention*` methods of the WASM bindings.
513

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 = "AGPL-3.0"
99
name = "uniffi-wysiwyg-composer"
10-
version = "2.37.10"
10+
version = "2.37.11"
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 = "AGPL-3.0"
99
name = "wysiwyg-wasm"
10-
version = "2.37.10"
10+
version = "2.37.11"
1111
rust-version = { workspace = true }
1212

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

bindings/wysiwyg-wasm/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.

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": "wysiwyg-wasm",
3-
"version": "2.37.10",
3+
"version": "2.37.11",
44
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
55
"description": "WASM bindings for wysiwyg-rust",
66
"license": "AGPL-3.0",

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 = "AGPL-3.0"
99
name = "wysiwyg"
10-
version = "2.37.10"
10+
version = "2.37.11"
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
@@ -27,7 +27,7 @@ RELEASE_SIGNING_ENABLED=true
2727

2828
GROUP=io.element.android
2929
# POM_ARTIFACT_ID is configured in each module's gradle.properties
30-
VERSION_NAME=2.37.10
30+
VERSION_NAME=2.37.11
3131

3232
POM_NAME=Matrix Rich Text Editor
3333
POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output.

platforms/web/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "@matrix-org/matrix-wysiwyg",
3-
"version": "2.37.10",
2+
"name": "@vector-im/matrix-wysiwyg",
3+
"version": "2.37.11",
44
"type": "module",
5-
"description": "Wysiwyg composer for matrix.org using React",
6-
"author": "matrix.org",
5+
"description": "Wysiwyg composer for Element Web using React",
6+
"author": "New Vector Ltd.",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/element-hq/matrix-rich-text-editor"

0 commit comments

Comments
 (0)