Skip to content

Commit 6cf1bdd

Browse files
authored
chore: prepare next release 0.1.5 (algolia#25)
1 parent 34aa3a0 commit 6cf1bdd

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

helper_dart/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.4
2+
3+
## Refactor
4+
5+
- `HitsSearcher` and `FacetList` specification and implementation (#24)
6+
7+
18
# 0.1.3
29

310
## Fix

helper_dart/lib/src/hits_searcher_internal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class InternalHitsSearcher implements HitsSearcher {
2828
final client = Algolia.init(
2929
applicationId: applicationID,
3030
apiKey: apiKey,
31-
extraUserAgents: ['algolia-helper-dart (0.1.3)'],
31+
extraUserAgents: ['algolia-helper-dart (0.1.4)'],
3232
);
3333
final service = HitsSearchService(client, disjunctiveFacetingEnabled);
3434
return InternalHitsSearcher.create(service, state, debounce);

helper_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: algolia_helper
22
description: Patterns and APIs to implement advanced search features with Algolia
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper_dart
55

66
environment:

helper_flutter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.1.4
2+
3+
## Refactor
4+
5+
- `HitsSearcher` and `FacetList` specification and implementation (#24)
6+
7+
18
# 0.1.3
29

310
## Fix

helper_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: algolia_helper_flutter
22
description: Patterns and APIs to implement advanced search features with Algolia for Flutter
3-
version: 0.1.3
3+
version: 0.1.4
44
homepage: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper_flutter
55

66
environment:
77
sdk: ">=2.17.5 <3.0.0"
88
flutter: ">=1.17.0"
99

1010
dependencies:
11-
algolia_helper: ^0.1.3
11+
algolia_helper: ^0.1.4
1212
flutter:
1313
sdk: flutter
1414

0 commit comments

Comments
 (0)