diff --git a/packages/algoliasearch/CHANGELOG.md b/packages/algoliasearch/CHANGELOG.md index 0b563e3..ee4a3f8 100644 --- a/packages/algoliasearch/CHANGELOG.md +++ b/packages/algoliasearch/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.5.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.4.0...1.5.0) + +- [379fbc501](https://github.com/algolia/api-clients-automation/commit/379fbc501) fix(specs): correct `searchSynonyms` parameters ([#2595](https://github.com/algolia/api-clients-automation/pull/2595)) by [@morganleroi](https://github.com/morganleroi/) +- [982fd3ca4](https://github.com/algolia/api-clients-automation/commit/982fd3ca4) feat(specs): import `crawler` and `usage` specs from new world repo ([#2598](https://github.com/algolia/api-clients-automation/pull/2598)) by [@shortcuts](https://github.com/shortcuts/) +- [9532a0136](https://github.com/algolia/api-clients-automation/commit/9532a0136) feat(specs): AB testing tracked user count ([#2596](https://github.com/algolia/api-clients-automation/pull/2596)) by [@cdhawke](https://github.com/cdhawke/) +- [2481e3ac8](https://github.com/algolia/api-clients-automation/commit/2481e3ac8) fix(clients): support the rest of the languages ([#2571](https://github.com/algolia/api-clients-automation/pull/2571)) by [@millotp](https://github.com/millotp/) +- [99ce6dbae](https://github.com/algolia/api-clients-automation/commit/99ce6dbae) fix(clients): monitoring for JavaScript and Python ([#2568](https://github.com/algolia/api-clients-automation/pull/2568)) by [@shortcuts](https://github.com/shortcuts/) +- [99e4bdf2c](https://github.com/algolia/api-clients-automation/commit/99e4bdf2c) feat(specs): add acl permissions to operations ([#2555](https://github.com/algolia/api-clients-automation/pull/2555)) by [@kai687](https://github.com/kai687/) +- [8b0622380](https://github.com/algolia/api-clients-automation/commit/8b0622380) fix(specs): rename clearAllSynonyms to clearSynonyms ([#2553](https://github.com/algolia/api-clients-automation/pull/2553)) by [@kai687](https://github.com/kai687/) + ## [1.4.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.3.0...1.4.0) - [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/) diff --git a/packages/algoliasearch/lib/src/version.dart b/packages/algoliasearch/lib/src/version.dart index d2d62ba..a4e1010 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.4.0'; +const packageVersion = '1.5.0'; diff --git a/packages/algoliasearch/pubspec.yaml b/packages/algoliasearch/pubspec.yaml index 2f4efb0..d40b579 100644 --- a/packages/algoliasearch/pubspec.yaml +++ b/packages/algoliasearch/pubspec.yaml @@ -1,5 +1,5 @@ name: algoliasearch -version: 1.4.0 +version: 1.5.0 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.4.0 - algolia_client_search: ^1.4.0 - algolia_client_insights: ^1.4.0 + algolia_client_core: ^1.5.0 + algolia_client_search: ^1.5.0 + algolia_client_insights: ^1.5.0 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_core/CHANGELOG.md b/packages/client_core/CHANGELOG.md index b3ec396..0393415 100644 --- a/packages/client_core/CHANGELOG.md +++ b/packages/client_core/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.5.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.4.0...1.5.0) + +- [379fbc501](https://github.com/algolia/api-clients-automation/commit/379fbc501) fix(specs): correct `searchSynonyms` parameters ([#2595](https://github.com/algolia/api-clients-automation/pull/2595)) by [@morganleroi](https://github.com/morganleroi/) +- [982fd3ca4](https://github.com/algolia/api-clients-automation/commit/982fd3ca4) feat(specs): import `crawler` and `usage` specs from new world repo ([#2598](https://github.com/algolia/api-clients-automation/pull/2598)) by [@shortcuts](https://github.com/shortcuts/) +- [9532a0136](https://github.com/algolia/api-clients-automation/commit/9532a0136) feat(specs): AB testing tracked user count ([#2596](https://github.com/algolia/api-clients-automation/pull/2596)) by [@cdhawke](https://github.com/cdhawke/) +- [2481e3ac8](https://github.com/algolia/api-clients-automation/commit/2481e3ac8) fix(clients): support the rest of the languages ([#2571](https://github.com/algolia/api-clients-automation/pull/2571)) by [@millotp](https://github.com/millotp/) +- [99ce6dbae](https://github.com/algolia/api-clients-automation/commit/99ce6dbae) fix(clients): monitoring for JavaScript and Python ([#2568](https://github.com/algolia/api-clients-automation/pull/2568)) by [@shortcuts](https://github.com/shortcuts/) +- [99e4bdf2c](https://github.com/algolia/api-clients-automation/commit/99e4bdf2c) feat(specs): add acl permissions to operations ([#2555](https://github.com/algolia/api-clients-automation/pull/2555)) by [@kai687](https://github.com/kai687/) +- [8b0622380](https://github.com/algolia/api-clients-automation/commit/8b0622380) fix(specs): rename clearAllSynonyms to clearSynonyms ([#2553](https://github.com/algolia/api-clients-automation/pull/2553)) by [@kai687](https://github.com/kai687/) + ## [1.4.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.3.0...1.4.0) - [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_core/lib/src/version.dart b/packages/client_core/lib/src/version.dart index d2d62ba..a4e1010 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.4.0'; +const packageVersion = '1.5.0'; diff --git a/packages/client_core/pubspec.yaml b/packages/client_core/pubspec.yaml index 4646888..1496862 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.4.0 +version: 1.5.0 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 605d1a5..96b6312 100644 --- a/packages/client_insights/CHANGELOG.md +++ b/packages/client_insights/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.5.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.4.0...1.5.0) + +- [379fbc501](https://github.com/algolia/api-clients-automation/commit/379fbc501) fix(specs): correct `searchSynonyms` parameters ([#2595](https://github.com/algolia/api-clients-automation/pull/2595)) by [@morganleroi](https://github.com/morganleroi/) +- [982fd3ca4](https://github.com/algolia/api-clients-automation/commit/982fd3ca4) feat(specs): import `crawler` and `usage` specs from new world repo ([#2598](https://github.com/algolia/api-clients-automation/pull/2598)) by [@shortcuts](https://github.com/shortcuts/) +- [9532a0136](https://github.com/algolia/api-clients-automation/commit/9532a0136) feat(specs): AB testing tracked user count ([#2596](https://github.com/algolia/api-clients-automation/pull/2596)) by [@cdhawke](https://github.com/cdhawke/) +- [2481e3ac8](https://github.com/algolia/api-clients-automation/commit/2481e3ac8) fix(clients): support the rest of the languages ([#2571](https://github.com/algolia/api-clients-automation/pull/2571)) by [@millotp](https://github.com/millotp/) +- [99ce6dbae](https://github.com/algolia/api-clients-automation/commit/99ce6dbae) fix(clients): monitoring for JavaScript and Python ([#2568](https://github.com/algolia/api-clients-automation/pull/2568)) by [@shortcuts](https://github.com/shortcuts/) +- [99e4bdf2c](https://github.com/algolia/api-clients-automation/commit/99e4bdf2c) feat(specs): add acl permissions to operations ([#2555](https://github.com/algolia/api-clients-automation/pull/2555)) by [@kai687](https://github.com/kai687/) +- [8b0622380](https://github.com/algolia/api-clients-automation/commit/8b0622380) fix(specs): rename clearAllSynonyms to clearSynonyms ([#2553](https://github.com/algolia/api-clients-automation/pull/2553)) by [@kai687](https://github.com/kai687/) + ## [1.4.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.3.0...1.4.0) - [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_insights/lib/src/version.dart b/packages/client_insights/lib/src/version.dart index d2d62ba..a4e1010 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.4.0'; +const packageVersion = '1.5.0'; diff --git a/packages/client_insights/pubspec.yaml b/packages/client_insights/pubspec.yaml index d44ded1..970adaa 100644 --- a/packages/client_insights/pubspec.yaml +++ b/packages/client_insights/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_insights -version: 1.4.0 +version: 1.5.0 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.4.0 + algolia_client_core: ^1.5.0 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_recommend/CHANGELOG.md b/packages/client_recommend/CHANGELOG.md index 41ff103..4f85781 100644 --- a/packages/client_recommend/CHANGELOG.md +++ b/packages/client_recommend/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.5.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.4.0...1.5.0) + +- [379fbc501](https://github.com/algolia/api-clients-automation/commit/379fbc501) fix(specs): correct `searchSynonyms` parameters ([#2595](https://github.com/algolia/api-clients-automation/pull/2595)) by [@morganleroi](https://github.com/morganleroi/) +- [982fd3ca4](https://github.com/algolia/api-clients-automation/commit/982fd3ca4) feat(specs): import `crawler` and `usage` specs from new world repo ([#2598](https://github.com/algolia/api-clients-automation/pull/2598)) by [@shortcuts](https://github.com/shortcuts/) +- [9532a0136](https://github.com/algolia/api-clients-automation/commit/9532a0136) feat(specs): AB testing tracked user count ([#2596](https://github.com/algolia/api-clients-automation/pull/2596)) by [@cdhawke](https://github.com/cdhawke/) +- [2481e3ac8](https://github.com/algolia/api-clients-automation/commit/2481e3ac8) fix(clients): support the rest of the languages ([#2571](https://github.com/algolia/api-clients-automation/pull/2571)) by [@millotp](https://github.com/millotp/) +- [99ce6dbae](https://github.com/algolia/api-clients-automation/commit/99ce6dbae) fix(clients): monitoring for JavaScript and Python ([#2568](https://github.com/algolia/api-clients-automation/pull/2568)) by [@shortcuts](https://github.com/shortcuts/) +- [99e4bdf2c](https://github.com/algolia/api-clients-automation/commit/99e4bdf2c) feat(specs): add acl permissions to operations ([#2555](https://github.com/algolia/api-clients-automation/pull/2555)) by [@kai687](https://github.com/kai687/) +- [8b0622380](https://github.com/algolia/api-clients-automation/commit/8b0622380) fix(specs): rename clearAllSynonyms to clearSynonyms ([#2553](https://github.com/algolia/api-clients-automation/pull/2553)) by [@kai687](https://github.com/kai687/) + ## [1.4.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.3.0...1.4.0) - [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_recommend/lib/src/version.dart b/packages/client_recommend/lib/src/version.dart index d2d62ba..a4e1010 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.4.0'; +const packageVersion = '1.5.0'; diff --git a/packages/client_recommend/pubspec.yaml b/packages/client_recommend/pubspec.yaml index d2c4555..5c7e610 100644 --- a/packages/client_recommend/pubspec.yaml +++ b/packages/client_recommend/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_recommend -version: 1.4.0 +version: 1.5.0 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.4.0 + algolia_client_core: ^1.5.0 json_annotation: ^4.8.1 collection: ^1.17.1 diff --git a/packages/client_search/CHANGELOG.md b/packages/client_search/CHANGELOG.md index 209d3f3..7faae29 100644 --- a/packages/client_search/CHANGELOG.md +++ b/packages/client_search/CHANGELOG.md @@ -1,3 +1,13 @@ +## [1.5.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.4.0...1.5.0) + +- [379fbc501](https://github.com/algolia/api-clients-automation/commit/379fbc501) fix(specs): correct `searchSynonyms` parameters ([#2595](https://github.com/algolia/api-clients-automation/pull/2595)) by [@morganleroi](https://github.com/morganleroi/) +- [982fd3ca4](https://github.com/algolia/api-clients-automation/commit/982fd3ca4) feat(specs): import `crawler` and `usage` specs from new world repo ([#2598](https://github.com/algolia/api-clients-automation/pull/2598)) by [@shortcuts](https://github.com/shortcuts/) +- [9532a0136](https://github.com/algolia/api-clients-automation/commit/9532a0136) feat(specs): AB testing tracked user count ([#2596](https://github.com/algolia/api-clients-automation/pull/2596)) by [@cdhawke](https://github.com/cdhawke/) +- [2481e3ac8](https://github.com/algolia/api-clients-automation/commit/2481e3ac8) fix(clients): support the rest of the languages ([#2571](https://github.com/algolia/api-clients-automation/pull/2571)) by [@millotp](https://github.com/millotp/) +- [99ce6dbae](https://github.com/algolia/api-clients-automation/commit/99ce6dbae) fix(clients): monitoring for JavaScript and Python ([#2568](https://github.com/algolia/api-clients-automation/pull/2568)) by [@shortcuts](https://github.com/shortcuts/) +- [99e4bdf2c](https://github.com/algolia/api-clients-automation/commit/99e4bdf2c) feat(specs): add acl permissions to operations ([#2555](https://github.com/algolia/api-clients-automation/pull/2555)) by [@kai687](https://github.com/kai687/) +- [8b0622380](https://github.com/algolia/api-clients-automation/commit/8b0622380) fix(specs): rename clearAllSynonyms to clearSynonyms ([#2553](https://github.com/algolia/api-clients-automation/pull/2553)) by [@kai687](https://github.com/kai687/) + ## [1.4.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.3.0...1.4.0) - [7c5ba3288](https://github.com/algolia/api-clients-automation/commit/7c5ba3288) feat(specs): update Insights API spec ([#2376](https://github.com/algolia/api-clients-automation/pull/2376)) by [@kai687](https://github.com/kai687/) diff --git a/packages/client_search/lib/src/version.dart b/packages/client_search/lib/src/version.dart index d2d62ba..a4e1010 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.4.0'; +const packageVersion = '1.5.0'; diff --git a/packages/client_search/pubspec.yaml b/packages/client_search/pubspec.yaml index 61cdb9a..8fb0420 100644 --- a/packages/client_search/pubspec.yaml +++ b/packages/client_search/pubspec.yaml @@ -1,5 +1,5 @@ name: algolia_client_search -version: 1.4.0 +version: 1.5.0 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.4.0 + algolia_client_core: ^1.5.0 json_annotation: ^4.8.1 collection: ^1.17.1