Skip to content

Commit 2c765a8

Browse files
committed
chore: prepare next release 0.2.1
1 parent 742fc90 commit 2c765a8

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

helper_dart/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.2.1
2+
3+
## Fix
4+
5+
- `FacetList` redundant `facets` submissions (#33)
6+
7+
## Changed
8+
9+
- `CompositeDisposable#add` method generic (#33)
10+
111
# 0.2.0
212

313
## Feat

helper_dart/lib/src/hits_searcher.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class _HitsSearcher with DisposableMixin implements HitsSearcher {
174174
final service = AlgoliaSearchService(
175175
applicationID: applicationID,
176176
apiKey: apiKey,
177-
extraUserAgents: ['algolia-helper-dart (0.2.0)'],
177+
extraUserAgents: ['algolia-helper-dart (0.2.1)'],
178178
disjunctiveFacetingEnabled: disjunctiveFacetingEnabled,
179179
);
180180
return _HitsSearcher.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.2.0
3+
version: 0.2.1
44
repository: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper_dart
55

66
environment:

helper_flutter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.2.1
2+
3+
## Fix
4+
5+
- `FacetList` redundant `facets` submissions (#33)
6+
7+
## Changed
8+
9+
- `CompositeDisposable#add` method generic (#33)
10+
111
# 0.2.0
212

313
## Feat

helper_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: algolia_helper_flutter
22
description: Patterns and APIs to implement advanced search features with Algolia for Flutter
3-
version: 0.2.0
3+
version: 0.2.1
44
homepage: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
55
repository: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper_flutter
66

@@ -9,7 +9,7 @@ environment:
99
flutter: ">=1.17.0"
1010

1111
dependencies:
12-
algolia_helper: ^0.2.0
12+
algolia_helper: ^0.2.1
1313
flutter:
1414
sdk: flutter
1515

0 commit comments

Comments
 (0)