From 7df207c4eb5157725d7e0a0383f5b3a00714ce5e Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Mon, 25 Mar 2024 16:14:22 +0000 Subject: [PATCH] Update the SDK. (#2605) --- ElementX.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- changelog.d/pr-2605.bugfix | 1 + project.yml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 changelog.d/pr-2605.bugfix diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 6bb818c8a..b4b9cba1e 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -7160,7 +7160,7 @@ repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift"; requirement = { kind = exactVersion; - version = 1.1.52; + version = 1.1.53; }; }; 821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 437ee9a4e..e7185fbbd 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -130,8 +130,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "2ff6c2a4dd9340051a93ba3d0a25536d9eb20090", - "version" : "1.1.52" + "revision" : "e7c6a0e87327bb2848c84bc15a6db6cb68d97f83", + "version" : "1.1.53" } }, { @@ -263,7 +263,7 @@ { "identity" : "swiftui-introspect", "kind" : "remoteSourceControl", - "location" : "https://github.com/siteline/SwiftUI-Introspect.git", + "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { "revision" : "b94da693e57eaf79d16464b8b7c90d09cba4e290", "version" : "0.9.2" diff --git a/changelog.d/pr-2605.bugfix b/changelog.d/pr-2605.bugfix new file mode 100644 index 000000000..3e4b85ebe --- /dev/null +++ b/changelog.d/pr-2605.bugfix @@ -0,0 +1 @@ +Fix a bug where the new messages in a room weren't always shown until your re-opened the room. \ No newline at end of file diff --git a/project.yml b/project.yml index 503431eb7..d1a7a5632 100644 --- a/project.yml +++ b/project.yml @@ -48,7 +48,7 @@ packages: # Element/Matrix dependencies MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.1.52 + exactVersion: 1.1.53 # path: ../matrix-rust-sdk Compound: url: https://github.com/element-hq/compound-ios