Skip to content

Commit

Permalink
Merge pull request #35 from element-hq/version-2.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Jan 2, 2025
2 parents 161c24d + 8845ef6 commit 8fd689b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# [Unreleased]
# [2.38.0]
- [Rust] Bump Rust version to `1.76`.
- [Web] Bump wasm-pack version to `0.13.1`.
- [Web] Switch bindings/wysiwyg-wasm from npm to yarn.
Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/wysiwyg-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Swift and Kotlin bindings for wysiwyg-rust"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "AGPL-3.0"
name = "uniffi-wysiwyg-composer"
version = "2.37.14"
version = "2.38.0"
rust-version = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion bindings/wysiwyg-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "WASM bindings for wysiwyg-rust"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "AGPL-3.0"
name = "wysiwyg-wasm"
version = "2.37.14"
version = "2.38.0"
rust-version = { workspace = true }

[package.metadata.wasm-pack.profile.profiling]
Expand Down
2 changes: 1 addition & 1 deletion bindings/wysiwyg-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vector-im/matrix-wysiwyg-wasm",
"version": "2.37.14",
"version": "2.38.0",
"homepage": "https://gitlab.com/andybalaam/wysiwyg-rust",
"description": "WASM bindings for wysiwyg-rust",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/wysiwyg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Model code to power a rich text editor for Matrix"
keywords = ["matrix", "chat", "messaging", "composer", "wysiwyg"]
license = "AGPL-3.0"
name = "wysiwyg"
version = "2.37.14"
version = "2.38.0"
rust-version = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion platforms/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=io.element.android
# POM_ARTIFACT_ID is configured in each module's gradle.properties
VERSION_NAME=2.37.14
VERSION_NAME=2.38.0

POM_NAME=Matrix Rich Text Editor
POM_DESCRIPTION=Cross-platform rich text editor that generates HTML output.
Expand Down
2 changes: 1 addition & 1 deletion platforms/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vector-im/matrix-wysiwyg",
"version": "2.37.14",
"version": "2.38.0",
"type": "module",
"description": "Wysiwyg composer for Element Web using React",
"author": "New Vector Ltd.",
Expand Down

0 comments on commit 8fd689b

Please sign in to comment.