Skip to content

Commit 8e36c1f

Browse files
committed
chore(release): publish packages
- [email protected] - [email protected]
1 parent 9dacb50 commit 8e36c1f

File tree

7 files changed

+43
-5
lines changed

7 files changed

+43
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-01-09
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`algolia_helper_flutter` - `v1.2.0`](#algolia_helper_flutter---v120)
19+
- [`algolia_insights` - `v1.0.2`](#algolia_insights---v102)
20+
21+
---
22+
23+
#### `algolia_helper_flutter` - `v1.2.0`
24+
25+
- **FIX**(client): remove invalid `maxFacetHits` in `SearchForHits` extension (#153).
26+
- **FEAT**(queryBuilder): remove aux queries for unrefined facets (#152).
27+
- **FEAT**(clientOption): enable pass interceptor as parameters (#149).
28+
29+
#### `algolia_insights` - `v1.0.2`
30+
31+
- **FIX**(client): remove invalid `maxFacetHits` in `SearchForHits` extension (#153).
32+
33+
634
## 2024-07-17
735

836
### Changes

helper/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.2.0
2+
3+
- **FIX**(client): remove invalid `maxFacetHits` in `SearchForHits` extension (#153).
4+
- **FEAT**(queryBuilder): remove aux queries for unrefined facets (#152).
5+
- **FEAT**(clientOption): enable pass interceptor as parameters (#149).
6+
17
## 1.1.0
28

39
- **REFACTOR**(FacetList): refactor facet list component (#118).

helper/lib/src/lib_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const libVersion = '1.1.0';
1+
const libVersion = '1.2.0';

helper/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: algolia_helper_flutter
22
description: Patterns and APIs to implement advanced search features with Algolia for Flutter
3-
version: 1.1.0
3+
version: 1.2.0
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
66
environment:
77
sdk: '>=3.0.0 <4.0.0'
88
flutter: '>=1.17.0'
99
dependencies:
10-
algolia_insights: ^1.0.1
10+
algolia_insights: ^1.0.2
1111
algoliasearch: ">=1.3.0 <2.0.0"
1212
collection: ">=1.17.0 <2.0.0"
1313
dio: ^5.2.1

insights/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.2
2+
3+
- **FIX**(client): remove invalid `maxFacetHits` in `SearchForHits` extension (#153).
4+
15
## 1.0.1
26

37
- **REFACTOR**(FacetList): refactor facet list component (#118).

insights/lib/src/lib_version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const libVersion = '1.0.1';
1+
const libVersion = '1.0.2';

insights/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: algolia_insights
22
description: Algolia Insights for Dart provides a simple and flexible way to track events such as clicks, conversions, and views on search results.
3-
version: 1.0.1
3+
version: 1.0.2
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/insights
66

0 commit comments

Comments
 (0)