Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab committed Jul 17, 2024
1 parent 73b8cdb commit 25bb456
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-17

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`algolia_helper_flutter` - `v1.1.0`](#algolia_helper_flutter---v110)
- [`algolia_insights` - `v1.0.1`](#algolia_insights---v101)

---

#### `algolia_helper_flutter` - `v1.1.0`

- **REFACTOR**(FacetList): refactor facet list component (#118).
- **FIX**(search-state): add support for `analyticsTags` (#141).
- **FIX**(HitsSearcher): non-initialized EventTracker (#123).
- **FIX**(facetlist): multiple facet toggle (#120).
- **FIX**(facet): export facet model (#112).
- **FEAT**(searcher): add `ClientOptions` to `MultiSearcher` and `FacetSearcher` (#132).
- **FEAT**(searcher): add client options (#131).

#### `algolia_insights` - `v1.0.1`

- **REFACTOR**(FacetList): refactor facet list component (#118).
- **FIX**(facetlist): multiple facet toggle (#120).
- **FIX**(insights): avoid empty payload in Insights events (#116).
- **FIX**(facetlist): add missing filter attribute for insights event (#115).


## 2024-04-11

### Changes
Expand Down
10 changes: 10 additions & 0 deletions helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 1.1.0

- **REFACTOR**(FacetList): refactor facet list component (#118).
- **FIX**(search-state): add support for `analyticsTags` (#141).
- **FIX**(HitsSearcher): non-initialized EventTracker (#123).
- **FIX**(facetlist): multiple facet toggle (#120).
- **FIX**(facet): export facet model (#112).
- **FEAT**(searcher): add `ClientOptions` to `MultiSearcher` and `FacetSearcher` (#132).
- **FEAT**(searcher): add client options (#131).

## 1.0.0

- **FIX**(HitsSearcher): non-initialized EventTracker (#123).
Expand Down
4 changes: 2 additions & 2 deletions helper/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: algolia_helper_flutter
description: Patterns and APIs to implement advanced search features with Algolia for Flutter
version: 1.0.0
version: 1.1.0
homepage: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
repository: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/helper
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=1.17.0'
dependencies:
algolia_insights: ^1.0.0
algolia_insights: ^1.0.1
algoliasearch: ">=1.3.0 <2.0.0"
collection: ">=1.17.0 <2.0.0"
flutter:
Expand Down
7 changes: 7 additions & 0 deletions insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.0.1

- **REFACTOR**(FacetList): refactor facet list component (#118).
- **FIX**(facetlist): multiple facet toggle (#120).
- **FIX**(insights): avoid empty payload in Insights events (#116).
- **FIX**(facetlist): add missing filter attribute for insights event (#115).

## 1.0.0

- **FIX**(HitsSearcher): non-initialized EventTracker (#123).
Expand Down
2 changes: 1 addition & 1 deletion insights/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: algolia_insights
description: Algolia Insights for Dart provides a simple and flexible way to track events such as clicks, conversions, and views on search results.
version: 1.0.0
version: 1.0.1
homepage: https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/flutter/
repository: https://github.com/algolia/algoliasearch-helper-flutter/tree/main/insights

Expand Down

0 comments on commit 25bb456

Please sign in to comment.