Skip to content

Commit 934a443

Browse files
committed
⚡ Delay the script filter execution until the last character is typed
1 parent a204c18 commit 934a443

File tree

5 files changed

+10
-17
lines changed

5 files changed

+10
-17
lines changed

bin/src/constants/config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Config {
22
Config._();
33

4-
static const String version = '2.1.0';
4+
static const String version = '2.1.1';
55
static final Uri githubRepositoryUrl =
66
Uri.https('github.com', '/techouse/alfred-react-docs');
77
static const String algoliaApplicationId = 'BH4D9OD16A';

info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<key>queuedelayimmediatelyinitially</key>
103103
<true/>
104104
<key>queuedelaymode</key>
105-
<integer>0</integer>
105+
<integer>2</integer>
106106
<key>queuemode</key>
107107
<integer>1</integer>
108108
<key>runningsubtext</key>
@@ -215,7 +215,7 @@
215215
<key>variablesdontexport</key>
216216
<array/>
217217
<key>version</key>
218-
<string>2.1.0</string>
218+
<string>2.1.1</string>
219219
<key>webaddress</key>
220220
<string>https://github.com/techouse</string>
221221
</dict>

pubspec.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ packages:
5757
url: "https://pub.dartlang.org"
5858
source: hosted
5959
version: "2.9.0"
60-
charcode:
61-
dependency: transitive
62-
description:
63-
name: charcode
64-
url: "https://pub.dartlang.org"
65-
source: hosted
66-
version: "1.3.1"
6760
clock:
6861
dependency: transitive
6962
description:
@@ -91,7 +84,7 @@ packages:
9184
name: copy_with_extension
9285
url: "https://pub.dartlang.org"
9386
source: hosted
94-
version: "4.0.0"
87+
version: "4.0.2"
9588
crypto:
9689
dependency: transitive
9790
description:
@@ -112,7 +105,7 @@ packages:
112105
name: dart_code_metrics
113106
url: "https://pub.dartlang.org"
114107
source: hosted
115-
version: "4.15.1"
108+
version: "4.15.2"
116109
dart_style:
117110
dependency: transitive
118111
description:
@@ -168,7 +161,7 @@ packages:
168161
name: http_parser
169162
url: "https://pub.dartlang.org"
170163
source: hosted
171-
version: "4.0.0"
164+
version: "4.0.1"
172165
json_annotation:
173166
dependency: transitive
174167
description:
@@ -189,7 +182,7 @@ packages:
189182
name: meta
190183
url: "https://pub.dartlang.org"
191184
source: hosted
192-
version: "1.7.0"
185+
version: "1.8.0"
193186
package_config:
194187
dependency: transitive
195188
description:
@@ -203,7 +196,7 @@ packages:
203196
name: path
204197
url: "https://pub.dartlang.org"
205198
source: hosted
206-
version: "1.8.1"
199+
version: "1.8.2"
207200
petitparser:
208201
dependency: transitive
209202
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Search the React documentation using Alfred
44
# Prevent accidental publishing to pub.dev.
55
publish_to: 'none'
66

7-
version: 2.1.0
7+
version: 2.1.1
88

99
environment:
1010
sdk: '>=2.17.0 <3.0.0'

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.1.1

0 commit comments

Comments
 (0)