diff --git a/packages/algoliasearch/CHANGELOG.md b/packages/algoliasearch/CHANGELOG.md index f5f4f28..41ee23d 100644 --- a/packages/algoliasearch/CHANGELOG.md +++ b/packages/algoliasearch/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.22.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.2...1.22.3) + +- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/) +- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/) +- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/) +- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/) +- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/) + ## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2) - [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/packages/algoliasearch/lib/src/version.dart b/packages/algoliasearch/lib/src/version.dart index 2f0ddc4..787ee5d 100644 --- a/packages/algoliasearch/lib/src/version.dart +++ b/packages/algoliasearch/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.22.2'; +const packageVersion = '1.22.3'; diff --git a/packages/algoliasearch/pubspec.yaml b/packages/algoliasearch/pubspec.yaml index d4fa4cd..50d1198 100644 --- a/packages/algoliasearch/pubspec.yaml +++ b/packages/algoliasearch/pubspec.yaml @@ -1,5 +1,5 @@ name: algoliasearch -version: 1.22.2 +version: 1.22.3 description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch @@ -11,9 +11,9 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.22.2 - algolia_client_search: ^1.22.2 - algolia_client_insights: ^1.22.2 + algolia_client_core: ^1.22.3 + algolia_client_search: ^1.22.3 + algolia_client_insights: ^1.22.3 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_core/CHANGELOG.md b/packages/client_core/CHANGELOG.md index 90d5f73..687e5c4 100644 --- a/packages/client_core/CHANGELOG.md +++ b/packages/client_core/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.22.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.2...1.22.3) + +- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/) +- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/) +- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/) +- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/) +- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/) + ## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2) - [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/packages/client_core/lib/src/version.dart b/packages/client_core/lib/src/version.dart index 2f0ddc4..787ee5d 100644 --- a/packages/client_core/lib/src/version.dart +++ b/packages/client_core/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.22.2'; +const packageVersion = '1.22.3'; diff --git a/packages/client_core/pubspec.yaml b/packages/client_core/pubspec.yaml index 68239f4..0efcda7 100644 --- a/packages/client_core/pubspec.yaml +++ b/packages/client_core/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Algolia Client Core is a Dart package for seamless Algolia API integration, offering HTTP request handling, retry strategy, and robust exception management. -version: 1.22.2 +version: 1.22.3 homepage: https://www.algolia.com/doc/ repository: >- https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core diff --git a/packages/client_insights/CHANGELOG.md b/packages/client_insights/CHANGELOG.md index 07eb5ad..56247aa 100644 --- a/packages/client_insights/CHANGELOG.md +++ b/packages/client_insights/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.22.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.2...1.22.3) + +- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/) +- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/) +- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/) +- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/) +- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/) + ## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2) - [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/packages/client_insights/lib/src/version.dart b/packages/client_insights/lib/src/version.dart index 2f0ddc4..787ee5d 100644 --- a/packages/client_insights/lib/src/version.dart +++ b/packages/client_insights/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.22.2'; +const packageVersion = '1.22.3'; diff --git a/packages/client_insights/pubspec.yaml b/packages/client_insights/pubspec.yaml index 8fe1856..d39cc3b 100644 --- a/packages/client_insights/pubspec.yaml +++ b/packages/client_insights/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_insights -version: 1.22.2 +version: 1.22.3 description: A sub-package of the AlgoliaSearch library, offering insights-specific functionalities for enhanced search and discovery in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_insights @@ -11,7 +11,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.22.2 + algolia_client_core: ^1.22.3 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_recommend/CHANGELOG.md b/packages/client_recommend/CHANGELOG.md index 4d8f55d..5d86838 100644 --- a/packages/client_recommend/CHANGELOG.md +++ b/packages/client_recommend/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.22.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.2...1.22.3) + +- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/) +- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/) +- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/) +- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/) +- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/) + ## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2) - [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/packages/client_recommend/lib/src/version.dart b/packages/client_recommend/lib/src/version.dart index 2f0ddc4..787ee5d 100644 --- a/packages/client_recommend/lib/src/version.dart +++ b/packages/client_recommend/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.22.2'; +const packageVersion = '1.22.3'; diff --git a/packages/client_recommend/pubspec.yaml b/packages/client_recommend/pubspec.yaml index d865445..052d468 100644 --- a/packages/client_recommend/pubspec.yaml +++ b/packages/client_recommend/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_recommend -version: 1.22.2 +version: 1.22.3 description: A sub-package of the AlgoliaSearch library, offering recommend-specific functionalities for enhanced search and discovery in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_recommend @@ -11,7 +11,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.22.2 + algolia_client_core: ^1.22.3 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_search/CHANGELOG.md b/packages/client_search/CHANGELOG.md index 397bb07..1695c3f 100644 --- a/packages/client_search/CHANGELOG.md +++ b/packages/client_search/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.22.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.2...1.22.3) + +- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/) +- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/) +- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/) +- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/) +- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/) + ## [1.22.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.22.1...1.22.2) - [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/) diff --git a/packages/client_search/lib/src/version.dart b/packages/client_search/lib/src/version.dart index 2f0ddc4..787ee5d 100644 --- a/packages/client_search/lib/src/version.dart +++ b/packages/client_search/lib/src/version.dart @@ -1,2 +1,2 @@ /// Current package version -const packageVersion = '1.22.2'; +const packageVersion = '1.22.3'; diff --git a/packages/client_search/pubspec.yaml b/packages/client_search/pubspec.yaml index 583d397..0a51f7b 100644 --- a/packages/client_search/pubspec.yaml +++ b/packages/client_search/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_search -version: 1.22.2 +version: 1.22.3 description: A sub-package of the AlgoliaSearch library, offering search-specific functionalities for enhanced search and discovery in Dart/Flutter apps. homepage: https://www.algolia.com/doc/ repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_search @@ -11,7 +11,7 @@ environment: sdk: '>=3.0.0 <4.0.0' dependencies: - algolia_client_core: ^1.22.2 + algolia_client_core: ^1.22.3 json_annotation: ^4.8.1 collection: ^1.17.1