Skip to content

Commit bcfd4da

Browse files
algolia-botFluf22
andcommitted
chore: release 1.43.3
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Co-authored-by: Thomas Raffray <Fluf22@users.noreply.github.com>
1 parent aff2e40 commit bcfd4da

File tree

21 files changed

+50
-22
lines changed

21 files changed

+50
-22
lines changed

packages/algoliasearch/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.43.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.2...1.43.3)
2+
3+
- [f02ab6fa0](https://github.com/algolia/api-clients-automation/commit/f02ab6fa0) chore: agentic config prep ([#5825](https://github.com/algolia/api-clients-automation/pull/5825)) by [@Fluf22](https://github.com/Fluf22/)
4+
15
## [1.43.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.1...1.43.2)
26

37
- [cd7a174b4](https://github.com/algolia/api-clients-automation/commit/cd7a174b4) fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client ([#5809](https://github.com/algolia/api-clients-automation/pull/5809)) by [@ClaraMuller](https://github.com/ClaraMuller/)\
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.43.2';
2+
const packageVersion = '1.43.3';

packages/algoliasearch/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algoliasearch
2-
version: 1.43.2
2+
version: 1.43.3
33
description: A Dart package for Algolia. Enables seamless integration for instant search, typo tolerance & user insights, and more, in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/algoliasearch
@@ -11,9 +11,9 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.43.2
15-
algolia_client_search: ^1.43.2
16-
algolia_client_insights: ^1.43.2
14+
algolia_client_core: ^1.43.3
15+
algolia_client_search: ^1.43.3
16+
algolia_client_insights: ^1.43.3
1717
json_annotation: ^4.8.1
1818
collection: ^1.17.1
1919

packages/client_abtesting_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.43.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.2...1.43.3)
2+
3+
- [f02ab6fa0](https://github.com/algolia/api-clients-automation/commit/f02ab6fa0) chore: agentic config prep ([#5825](https://github.com/algolia/api-clients-automation/pull/5825)) by [@Fluf22](https://github.com/Fluf22/)
4+
15
## [1.43.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.1...1.43.2)
26

37
- [cd7a174b4](https://github.com/algolia/api-clients-automation/commit/cd7a174b4) fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client ([#5809](https://github.com/algolia/api-clients-automation/pull/5809)) by [@ClaraMuller](https://github.com/ClaraMuller/)\
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.43.2';
2+
const packageVersion = '1.43.3';

packages/client_abtesting_v3/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_abtesting_v3
2-
version: 1.43.2
2+
version: 1.43.3
33
description: A sub-package of the AlgoliaSearch library, offering abtesting v3-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_abtesting_v3
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.43.2
14+
algolia_client_core: ^1.43.3
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

packages/client_composition/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.43.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.2...1.43.3)
2+
3+
- [f02ab6fa0](https://github.com/algolia/api-clients-automation/commit/f02ab6fa0) chore: agentic config prep ([#5825](https://github.com/algolia/api-clients-automation/pull/5825)) by [@Fluf22](https://github.com/Fluf22/)
4+
15
## [1.43.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.1...1.43.2)
26

37
- [cd7a174b4](https://github.com/algolia/api-clients-automation/commit/cd7a174b4) fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client ([#5809](https://github.com/algolia/api-clients-automation/pull/5809)) by [@ClaraMuller](https://github.com/ClaraMuller/)\
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.43.2';
2+
const packageVersion = '1.43.3';

packages/client_composition/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_composition
2-
version: 1.43.2
2+
version: 1.43.3
33
description: A sub-package of the AlgoliaSearch library, offering composition-specific functionalities for enhanced search and discovery in Dart/Flutter apps.
44
homepage: https://www.algolia.com/doc/
55
repository: https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_composition
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.43.2
14+
algolia_client_core: ^1.43.3
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

packages/client_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.43.3](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.2...1.43.3)
2+
3+
- [f02ab6fa0](https://github.com/algolia/api-clients-automation/commit/f02ab6fa0) chore: agentic config prep ([#5825](https://github.com/algolia/api-clients-automation/pull/5825)) by [@Fluf22](https://github.com/Fluf22/)
4+
15
## [1.43.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.43.1...1.43.2)
26

37
- [cd7a174b4](https://github.com/algolia/api-clients-automation/commit/cd7a174b4) fix(specs): BREAKING CHANGE — remove fields requirement from run response in CompAPI client ([#5809](https://github.com/algolia/api-clients-automation/pull/5809)) by [@ClaraMuller](https://github.com/ClaraMuller/)\

0 commit comments

Comments
 (0)