Skip to content

Commit

Permalink
Update RTE SDK to 2.19.0 (#2180)
Browse files Browse the repository at this point in the history
Fixes #1674
  • Loading branch information
nimau authored Nov 28, 2023
1 parent 7cc5990 commit 9a2c348
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1674.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed an issue where the text cursor was not positioned correctly.
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a2c348

Please sign in to comment.