Update RTE SDK to 2.19.0 (#2180)

Fixes #1674
This commit is contained in:
Nicolas Mauri
2023-11-28 16:19:42 +01:00
committed by GitHub
parent 4e81a303b8
commit 19812f7677
4 changed files with 5 additions and 4 deletions

View File

@@ -6668,7 +6668,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-wysiwyg-composer-swift";
requirement = {
kind = exactVersion;
version = 2.18.0;
version = 2.19.0;
};
};
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {

View File

@@ -139,8 +139,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
"state" : {
"revision" : "dfb74c89bf54b41ea000d564d6435ac6444ba6b4",
"version" : "2.18.0"
"revision" : "0aa1308c43451fd077e332f72d6a32135f258834",
"version" : "2.19.0"
}
},
{

1
changelog.d/1674.bugfix Normal file
View File

@@ -0,0 +1 @@
Fixed an issue where the text cursor was not positioned correctly.

View File

@@ -112,7 +112,7 @@ packages:
minorVersion: 2.0.0
WysiwygComposer:
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
exactVersion: 2.18.0
exactVersion: 2.19.0
# path: ../matrix-wysiwyg/platforms/ios/lib/WysiwygComposer
SwiftOGG:
url: https://github.com/vector-im/swift-ogg