diff --git a/packages/algoliasearch/CHANGELOG.md b/packages/algoliasearch/CHANGELOG.md index 2b305f5..2388451 100644 --- a/packages/algoliasearch/CHANGELOG.md +++ b/packages/algoliasearch/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) + +- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) +- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/) + ## [1.26.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.25.0...1.26.0) - [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/) diff --git a/packages/algoliasearch/lib/src/version.dart b/packages/algoliasearch/lib/src/version.dart index 7e4f8a3..6c0b5d3 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.26.0'; +const packageVersion = '1.26.1'; diff --git a/packages/algoliasearch/pubspec.yaml b/packages/algoliasearch/pubspec.yaml index 4ab9bf6..dc6bdee 100644 --- a/packages/algoliasearch/pubspec.yaml +++ b/packages/algoliasearch/pubspec.yaml @@ -1,5 +1,5 @@ name: algoliasearch -version: 1.26.0 +version: 1.26.1 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.26.0 - algolia_client_search: ^1.26.0 - algolia_client_insights: ^1.26.0 + algolia_client_core: ^1.26.1 + algolia_client_search: ^1.26.1 + algolia_client_insights: ^1.26.1 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_core/CHANGELOG.md b/packages/client_core/CHANGELOG.md index 848945b..0ec37f7 100644 --- a/packages/client_core/CHANGELOG.md +++ b/packages/client_core/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) + +- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) +- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/) + ## [1.26.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.25.0...1.26.0) - [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/) diff --git a/packages/client_core/lib/src/version.dart b/packages/client_core/lib/src/version.dart index 7e4f8a3..6c0b5d3 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.26.0'; +const packageVersion = '1.26.1'; diff --git a/packages/client_core/pubspec.yaml b/packages/client_core/pubspec.yaml index f28d4f8..5fd2d0a 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.26.0 +version: 1.26.1 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 c5f0639..a1e58bf 100644 --- a/packages/client_insights/CHANGELOG.md +++ b/packages/client_insights/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) + +- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) +- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/) + ## [1.26.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.25.0...1.26.0) - [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/) diff --git a/packages/client_insights/lib/src/version.dart b/packages/client_insights/lib/src/version.dart index 7e4f8a3..6c0b5d3 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.26.0'; +const packageVersion = '1.26.1'; diff --git a/packages/client_insights/pubspec.yaml b/packages/client_insights/pubspec.yaml index d4401ad..2436544 100644 --- a/packages/client_insights/pubspec.yaml +++ b/packages/client_insights/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_insights -version: 1.26.0 +version: 1.26.1 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.26.0 + algolia_client_core: ^1.26.1 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_recommend/CHANGELOG.md b/packages/client_recommend/CHANGELOG.md index 4b134d7..4913993 100644 --- a/packages/client_recommend/CHANGELOG.md +++ b/packages/client_recommend/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) + +- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) +- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/) + ## [1.26.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.25.0...1.26.0) - [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/) diff --git a/packages/client_recommend/lib/src/version.dart b/packages/client_recommend/lib/src/version.dart index 7e4f8a3..6c0b5d3 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.26.0'; +const packageVersion = '1.26.1'; diff --git a/packages/client_recommend/pubspec.yaml b/packages/client_recommend/pubspec.yaml index cdd276e..c3219a0 100644 --- a/packages/client_recommend/pubspec.yaml +++ b/packages/client_recommend/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_recommend -version: 1.26.0 +version: 1.26.1 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.26.0 + algolia_client_core: ^1.26.1 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_search/CHANGELOG.md b/packages/client_search/CHANGELOG.md index c5e83b5..4c4b0c4 100644 --- a/packages/client_search/CHANGELOG.md +++ b/packages/client_search/CHANGELOG.md @@ -1,3 +1,8 @@ +## [1.26.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.26.0...1.26.1) + +- [434c99f80](https://github.com/algolia/api-clients-automation/commit/434c99f80) fix(specs): use the read transporter for browse ([#3938](https://github.com/algolia/api-clients-automation/pull/3938)) by [@millotp](https://github.com/millotp/) +- [45d433d0a](https://github.com/algolia/api-clients-automation/commit/45d433d0a) fix(specs): correct type for banners [skip-bc] ([#3939](https://github.com/algolia/api-clients-automation/pull/3939)) by [@millotp](https://github.com/millotp/) + ## [1.26.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.25.0...1.26.0) - [bed119166](https://github.com/algolia/api-clients-automation/commit/bed119166) feat(specs): add support for widgets / banners in search for the csharp client ([#3870](https://github.com/algolia/api-clients-automation/pull/3870)) by [@Kalmar99](https://github.com/Kalmar99/) diff --git a/packages/client_search/lib/src/version.dart b/packages/client_search/lib/src/version.dart index 7e4f8a3..6c0b5d3 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.26.0'; +const packageVersion = '1.26.1'; diff --git a/packages/client_search/pubspec.yaml b/packages/client_search/pubspec.yaml index b0d7a0f..22a32d7 100644 --- a/packages/client_search/pubspec.yaml +++ b/packages/client_search/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_search -version: 1.26.0 +version: 1.26.1 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.26.0 + algolia_client_core: ^1.26.1 json_annotation: ^4.8.1 collection: ^1.17.1