Disable auto completion (#2547)
This commit is contained in:
@@ -7136,7 +7136,7 @@
|
||||
repositoryURL = "https://github.com/matrix-org/matrix-wysiwyg-composer-swift";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 2.29.0;
|
||||
version = 2.31.0;
|
||||
};
|
||||
};
|
||||
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {
|
||||
|
||||
@@ -139,8 +139,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/matrix-org/matrix-wysiwyg-composer-swift",
|
||||
"state" : {
|
||||
"revision" : "f788fe2482c0b89019f679a1f43dccf9c25a0782",
|
||||
"version" : "2.29.0"
|
||||
"revision" : "e1cb970b144508a13108762651d141f3488e69ae",
|
||||
"version" : "2.31.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
1
changelog.d/pr-2547.change
Normal file
1
changelog.d/pr-2547.change
Normal file
@@ -0,0 +1 @@
|
||||
Auto-completion has temporarily been disabled.
|
||||
@@ -66,7 +66,7 @@ packages:
|
||||
# path: ../swift-ogg
|
||||
WysiwygComposer:
|
||||
url: https://github.com/matrix-org/matrix-wysiwyg-composer-swift
|
||||
exactVersion: 2.29.0
|
||||
exactVersion: 2.31.0
|
||||
# path: ../matrix-wysiwyg/platforms/ios/lib/WysiwygComposer
|
||||
|
||||
# External dependencies
|
||||
|
||||
Reference in New Issue
Block a user