Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Sep 5, 2023
1 parent e2fced4 commit 7bad5a8
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-09-05

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`algolia_helper_flutter` - `v0.4.1`](#algolia_helper_flutter---v041)
- [`algolia_insights` - `v0.2.1`](#algolia_insights---v021)

---

#### `algolia_helper_flutter` - `v0.4.1`

- **FEAT**: MultiSearcher and FacetSearcher (#92).

#### `algolia_insights` - `v0.2.1`

- **FEAT**: MultiSearcher and FacetSearcher (#92).


## 2023-09-05

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

- **FEAT**: MultiSearcher and FacetSearcher (#92).

## 0.4.0

- **FEAT**: MultiSearcher and FacetSearcher (#92).
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: 0.4.0
version: 0.4.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/helper
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=1.17.0'
dependencies:
algolia_insights: ^0.2.0
algolia_insights: ^0.2.1
algoliasearch: ^0.2.0
collection: ^1.16.0
flutter:
Expand Down
4 changes: 4 additions & 0 deletions insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

- **FEAT**: MultiSearcher and FacetSearcher (#92).

## 0.2.0

- **FEAT**: Insights becomes a Flutter package (#92).
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: 0.2.0
version: 0.2.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 7bad5a8

Please sign in to comment.