Skip to content

Commit feeda6b

Browse files
chore: release 1.30.2
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent e657e2a commit feeda6b

File tree

18 files changed

+55
-19
lines changed

18 files changed

+55
-19
lines changed

packages/algoliasearch/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.30.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.1...1.30.2)
2+
3+
- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
4+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [1.30.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.0...1.30.1)
28

39
- [7698297bcd](https://github.com/algolia/api-clients-automation/commit/7698297bcd) fix(dart): version test ([#4387](https://github.com/algolia/api-clients-automation/pull/4387)) by [@shortcuts](https://github.com/shortcuts/)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.30.1';
2+
const packageVersion = '1.30.2';

packages/algoliasearch/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algoliasearch
2-
version: 1.30.1
2+
version: 1.30.2
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.30.1
15-
algolia_client_search: ^1.30.1
16-
algolia_client_insights: ^1.30.1
14+
algolia_client_core: ^1.30.2
15+
algolia_client_search: ^1.30.2
16+
algolia_client_insights: ^1.30.2
1717
json_annotation: ^4.8.1
1818
collection: ^1.17.1
1919

packages/client_composition/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.30.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.1...1.30.2)
2+
3+
- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
4+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [1.30.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.0...1.30.1)
28

39
- [7698297bcd](https://github.com/algolia/api-clients-automation/commit/7698297bcd) fix(dart): version test ([#4387](https://github.com/algolia/api-clients-automation/pull/4387)) by [@shortcuts](https://github.com/shortcuts/)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.30.1';
2+
const packageVersion = '1.30.2';

packages/client_composition/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_composition
2-
version: 1.30.1
2+
version: 1.30.2
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.30.1
14+
algolia_client_core: ^1.30.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

packages/client_core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.30.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.1...1.30.2)
2+
3+
- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
4+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [1.30.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.0...1.30.1)
28

39
- [7698297bcd](https://github.com/algolia/api-clients-automation/commit/7698297bcd) fix(dart): version test ([#4387](https://github.com/algolia/api-clients-automation/pull/4387)) by [@shortcuts](https://github.com/shortcuts/)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.30.1';
2+
const packageVersion = '1.30.2';

packages/client_core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
Algolia Client Core is a Dart package for seamless Algolia API integration,
44
offering HTTP request handling, retry strategy, and robust exception
55
management.
6-
version: 1.30.1
6+
version: 1.30.2
77
homepage: https://www.algolia.com/doc/
88
repository: >-
99
https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core

packages/client_insights/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.30.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.1...1.30.2)
2+
3+
- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
4+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [1.30.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.0...1.30.1)
28

39
- [7698297bcd](https://github.com/algolia/api-clients-automation/commit/7698297bcd) fix(dart): version test ([#4387](https://github.com/algolia/api-clients-automation/pull/4387)) by [@shortcuts](https://github.com/shortcuts/)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.30.1';
2+
const packageVersion = '1.30.2';

packages/client_insights/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_insights
2-
version: 1.30.1
2+
version: 1.30.2
33
description: A sub-package of the AlgoliaSearch library, offering insights-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_insights
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.30.1
14+
algolia_client_core: ^1.30.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

packages/client_recommend/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.30.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.1...1.30.2)
2+
3+
- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
4+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [1.30.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.0...1.30.1)
28

39
- [7698297bcd](https://github.com/algolia/api-clients-automation/commit/7698297bcd) fix(dart): version test ([#4387](https://github.com/algolia/api-clients-automation/pull/4387)) by [@shortcuts](https://github.com/shortcuts/)
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.30.1';
2+
const packageVersion = '1.30.2';

packages/client_recommend/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_recommend
2-
version: 1.30.1
2+
version: 1.30.2
33
description: A sub-package of the AlgoliaSearch library, offering recommend-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_recommend
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.30.1
14+
algolia_client_core: ^1.30.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

packages/client_search/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.30.2](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.1...1.30.2)
2+
3+
- [4f68190e10](https://github.com/algolia/api-clients-automation/commit/4f68190e10) fix(specs): update Recommend maxRecommendations to 30 max [RECO-2361] ([#4483](https://github.com/algolia/api-clients-automation/pull/4483)) by [@raed667](https://github.com/raed667/)
4+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [1.30.1](https://github.com/algolia/algoliasearch-client-dart/compare/1.30.0...1.30.1)
28

39
- [7698297bcd](https://github.com/algolia/api-clients-automation/commit/7698297bcd) fix(dart): version test ([#4387](https://github.com/algolia/api-clients-automation/pull/4387)) by [@shortcuts](https://github.com/shortcuts/)
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '1.30.1';
2+
const packageVersion = '1.30.2';

packages/client_search/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_search
2-
version: 1.30.1
2+
version: 1.30.2
33
description: A sub-package of the AlgoliaSearch library, offering search-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_search
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=3.0.0 <4.0.0'
1212

1313
dependencies:
14-
algolia_client_core: ^1.30.1
14+
algolia_client_core: ^1.30.2
1515
json_annotation: ^4.8.1
1616
collection: ^1.17.1
1717

0 commit comments

Comments
 (0)