Skip to content

Commit

Permalink
⚡ Delay the script filter execution until the last character is typed
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed May 21, 2022
1 parent 4eb04dd commit 02e09a9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion bin/src/constants/config.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Config {
Config._();

static const String version = '2.1.2';
static const String version = '2.1.3';
static final Uri githubRepositoryUrl =
Uri.https('github.com', '/techouse/alfred-tailwindcss-docs');
static const String algoliaApplicationId = 'KNPXZI5B0M';
Expand Down
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<key>queuedelayimmediatelyinitially</key>
<true/>
<key>queuedelaymode</key>
<integer>0</integer>
<integer>2</integer>
<key>queuemode</key>
<integer>1</integer>
<key>runningsubtext</key>
Expand Down Expand Up @@ -215,7 +215,7 @@
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2.1.2</string>
<string>2.1.3</string>
<key>webaddress</key>
<string>https://github.com/techouse</string>
</dict>
Expand Down
17 changes: 5 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -91,7 +84,7 @@ packages:
name: copy_with_extension
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.2"
crypto:
dependency: transitive
description:
Expand All @@ -112,7 +105,7 @@ packages:
name: dart_code_metrics
url: "https://pub.dartlang.org"
source: hosted
version: "4.15.1"
version: "4.15.2"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -168,7 +161,7 @@ packages:
name: http_parser
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.0"
version: "4.0.1"
json_annotation:
dependency: transitive
description:
Expand All @@ -189,7 +182,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
package_config:
dependency: transitive
description:
Expand All @@ -203,7 +196,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
petitparser:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Search the Tailwind CSS documentation using Alfred
# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 2.1.2
version: 2.1.3

environment:
sdk: '>=2.17.0 <3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3

0 comments on commit 02e09a9

Please sign in to comment.