Skip to content

Commit

Permalink
chore: release 1.19.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Jul 26, 2024
1 parent 0e9a7de commit 8583fa6
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 16 deletions.
9 changes: 9 additions & 0 deletions packages/algoliasearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.19.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.18.0...1.19.0)

- [3ec5f5f7e](https://github.com/algolia/api-clients-automation/commit/3ec5f5f7e) feat(specs): add v2 endpoints for ingestion ([#3416](https://github.com/algolia/api-clients-automation/pull/3416)) by [@shortcuts](https://github.com/shortcuts/)
- [200f07e9c](https://github.com/algolia/api-clients-automation/commit/200f07e9c) fix(specs): add primary to get settings response ([#3415](https://github.com/algolia/api-clients-automation/pull/3415)) by [@kai687](https://github.com/kai687/)
- [81c15cf5b](https://github.com/algolia/api-clients-automation/commit/81c15cf5b) chore(specs): add eslint rule to avoid cross-references ([#3413](https://github.com/algolia/api-clients-automation/pull/3413)) by [@millotp](https://github.com/millotp/)
- [be060a060](https://github.com/algolia/api-clients-automation/commit/be060a060) fix(specs): remove cross-references of analytics ([#3414](https://github.com/algolia/api-clients-automation/pull/3414)) by [@millotp](https://github.com/millotp/)
- [fe6f5edab](https://github.com/algolia/api-clients-automation/commit/fe6f5edab) feat(specs): add v2 endpoints for ingestion ([#3410](https://github.com/algolia/api-clients-automation/pull/3410)) by [@shortcuts](https://github.com/shortcuts/)
- [e3c6b8401](https://github.com/algolia/api-clients-automation/commit/e3c6b8401) fix(specs): remove cross-specs references ([#3412](https://github.com/algolia/api-clients-automation/pull/3412)) by [@shortcuts](https://github.com/shortcuts/)

## [1.18.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.18.0)

- [280037178](https://github.com/algolia/api-clients-automation/commit/280037178) fix(specs): update shopify feature flags ([#3380](https://github.com/algolia/api-clients-automation/pull/3380)) by [@millotp](https://github.com/millotp/)
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.18.0';
const packageVersion = '1.19.0';
8 changes: 4 additions & 4 deletions packages/algoliasearch/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algoliasearch
version: 1.18.0
version: 1.19.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
Expand All @@ -11,9 +11,9 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.18.0
algolia_client_search: ^1.18.0
algolia_client_insights: ^1.18.0
algolia_client_core: ^1.19.0
algolia_client_search: ^1.19.0
algolia_client_insights: ^1.19.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
9 changes: 9 additions & 0 deletions packages/client_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.19.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.18.0...1.19.0)

- [3ec5f5f7e](https://github.com/algolia/api-clients-automation/commit/3ec5f5f7e) feat(specs): add v2 endpoints for ingestion ([#3416](https://github.com/algolia/api-clients-automation/pull/3416)) by [@shortcuts](https://github.com/shortcuts/)
- [200f07e9c](https://github.com/algolia/api-clients-automation/commit/200f07e9c) fix(specs): add primary to get settings response ([#3415](https://github.com/algolia/api-clients-automation/pull/3415)) by [@kai687](https://github.com/kai687/)
- [81c15cf5b](https://github.com/algolia/api-clients-automation/commit/81c15cf5b) chore(specs): add eslint rule to avoid cross-references ([#3413](https://github.com/algolia/api-clients-automation/pull/3413)) by [@millotp](https://github.com/millotp/)
- [be060a060](https://github.com/algolia/api-clients-automation/commit/be060a060) fix(specs): remove cross-references of analytics ([#3414](https://github.com/algolia/api-clients-automation/pull/3414)) by [@millotp](https://github.com/millotp/)
- [fe6f5edab](https://github.com/algolia/api-clients-automation/commit/fe6f5edab) feat(specs): add v2 endpoints for ingestion ([#3410](https://github.com/algolia/api-clients-automation/pull/3410)) by [@shortcuts](https://github.com/shortcuts/)
- [e3c6b8401](https://github.com/algolia/api-clients-automation/commit/e3c6b8401) fix(specs): remove cross-specs references ([#3412](https://github.com/algolia/api-clients-automation/pull/3412)) by [@shortcuts](https://github.com/shortcuts/)

## [1.18.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.18.0)

- [280037178](https://github.com/algolia/api-clients-automation/commit/280037178) fix(specs): update shopify feature flags ([#3380](https://github.com/algolia/api-clients-automation/pull/3380)) by [@millotp](https://github.com/millotp/)
Expand Down
2 changes: 1 addition & 1 deletion packages/client_core/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.18.0';
const packageVersion = '1.19.0';
2 changes: 1 addition & 1 deletion packages/client_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18.0
version: 1.19.0
homepage: https://www.algolia.com/doc/
repository: >-
https://github.com/algolia/algoliasearch-client-dart/tree/main/packages/client_core
Expand Down
9 changes: 9 additions & 0 deletions packages/client_insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.19.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.18.0...1.19.0)

- [3ec5f5f7e](https://github.com/algolia/api-clients-automation/commit/3ec5f5f7e) feat(specs): add v2 endpoints for ingestion ([#3416](https://github.com/algolia/api-clients-automation/pull/3416)) by [@shortcuts](https://github.com/shortcuts/)
- [200f07e9c](https://github.com/algolia/api-clients-automation/commit/200f07e9c) fix(specs): add primary to get settings response ([#3415](https://github.com/algolia/api-clients-automation/pull/3415)) by [@kai687](https://github.com/kai687/)
- [81c15cf5b](https://github.com/algolia/api-clients-automation/commit/81c15cf5b) chore(specs): add eslint rule to avoid cross-references ([#3413](https://github.com/algolia/api-clients-automation/pull/3413)) by [@millotp](https://github.com/millotp/)
- [be060a060](https://github.com/algolia/api-clients-automation/commit/be060a060) fix(specs): remove cross-references of analytics ([#3414](https://github.com/algolia/api-clients-automation/pull/3414)) by [@millotp](https://github.com/millotp/)
- [fe6f5edab](https://github.com/algolia/api-clients-automation/commit/fe6f5edab) feat(specs): add v2 endpoints for ingestion ([#3410](https://github.com/algolia/api-clients-automation/pull/3410)) by [@shortcuts](https://github.com/shortcuts/)
- [e3c6b8401](https://github.com/algolia/api-clients-automation/commit/e3c6b8401) fix(specs): remove cross-specs references ([#3412](https://github.com/algolia/api-clients-automation/pull/3412)) by [@shortcuts](https://github.com/shortcuts/)

## [1.18.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.18.0)

- [280037178](https://github.com/algolia/api-clients-automation/commit/280037178) fix(specs): update shopify feature flags ([#3380](https://github.com/algolia/api-clients-automation/pull/3380)) by [@millotp](https://github.com/millotp/)
Expand Down
2 changes: 1 addition & 1 deletion packages/client_insights/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.18.0';
const packageVersion = '1.19.0';
4 changes: 2 additions & 2 deletions packages/client_insights/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_insights
version: 1.18.0
version: 1.19.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
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.18.0
algolia_client_core: ^1.19.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
9 changes: 9 additions & 0 deletions packages/client_recommend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.19.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.18.0...1.19.0)

- [3ec5f5f7e](https://github.com/algolia/api-clients-automation/commit/3ec5f5f7e) feat(specs): add v2 endpoints for ingestion ([#3416](https://github.com/algolia/api-clients-automation/pull/3416)) by [@shortcuts](https://github.com/shortcuts/)
- [200f07e9c](https://github.com/algolia/api-clients-automation/commit/200f07e9c) fix(specs): add primary to get settings response ([#3415](https://github.com/algolia/api-clients-automation/pull/3415)) by [@kai687](https://github.com/kai687/)
- [81c15cf5b](https://github.com/algolia/api-clients-automation/commit/81c15cf5b) chore(specs): add eslint rule to avoid cross-references ([#3413](https://github.com/algolia/api-clients-automation/pull/3413)) by [@millotp](https://github.com/millotp/)
- [be060a060](https://github.com/algolia/api-clients-automation/commit/be060a060) fix(specs): remove cross-references of analytics ([#3414](https://github.com/algolia/api-clients-automation/pull/3414)) by [@millotp](https://github.com/millotp/)
- [fe6f5edab](https://github.com/algolia/api-clients-automation/commit/fe6f5edab) feat(specs): add v2 endpoints for ingestion ([#3410](https://github.com/algolia/api-clients-automation/pull/3410)) by [@shortcuts](https://github.com/shortcuts/)
- [e3c6b8401](https://github.com/algolia/api-clients-automation/commit/e3c6b8401) fix(specs): remove cross-specs references ([#3412](https://github.com/algolia/api-clients-automation/pull/3412)) by [@shortcuts](https://github.com/shortcuts/)

## [1.18.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.18.0)

- [280037178](https://github.com/algolia/api-clients-automation/commit/280037178) fix(specs): update shopify feature flags ([#3380](https://github.com/algolia/api-clients-automation/pull/3380)) by [@millotp](https://github.com/millotp/)
Expand Down
2 changes: 1 addition & 1 deletion packages/client_recommend/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.18.0';
const packageVersion = '1.19.0';
4 changes: 2 additions & 2 deletions packages/client_recommend/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_recommend
version: 1.18.0
version: 1.19.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
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.18.0
algolia_client_core: ^1.19.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
9 changes: 9 additions & 0 deletions packages/client_search/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.19.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.18.0...1.19.0)

- [3ec5f5f7e](https://github.com/algolia/api-clients-automation/commit/3ec5f5f7e) feat(specs): add v2 endpoints for ingestion ([#3416](https://github.com/algolia/api-clients-automation/pull/3416)) by [@shortcuts](https://github.com/shortcuts/)
- [200f07e9c](https://github.com/algolia/api-clients-automation/commit/200f07e9c) fix(specs): add primary to get settings response ([#3415](https://github.com/algolia/api-clients-automation/pull/3415)) by [@kai687](https://github.com/kai687/)
- [81c15cf5b](https://github.com/algolia/api-clients-automation/commit/81c15cf5b) chore(specs): add eslint rule to avoid cross-references ([#3413](https://github.com/algolia/api-clients-automation/pull/3413)) by [@millotp](https://github.com/millotp/)
- [be060a060](https://github.com/algolia/api-clients-automation/commit/be060a060) fix(specs): remove cross-references of analytics ([#3414](https://github.com/algolia/api-clients-automation/pull/3414)) by [@millotp](https://github.com/millotp/)
- [fe6f5edab](https://github.com/algolia/api-clients-automation/commit/fe6f5edab) feat(specs): add v2 endpoints for ingestion ([#3410](https://github.com/algolia/api-clients-automation/pull/3410)) by [@shortcuts](https://github.com/shortcuts/)
- [e3c6b8401](https://github.com/algolia/api-clients-automation/commit/e3c6b8401) fix(specs): remove cross-specs references ([#3412](https://github.com/algolia/api-clients-automation/pull/3412)) by [@shortcuts](https://github.com/shortcuts/)

## [1.18.0](https://github.com/algolia/algoliasearch-client-dart/compare/1.17.1...1.18.0)

- [280037178](https://github.com/algolia/api-clients-automation/commit/280037178) fix(specs): update shopify feature flags ([#3380](https://github.com/algolia/api-clients-automation/pull/3380)) by [@millotp](https://github.com/millotp/)
Expand Down
2 changes: 1 addition & 1 deletion packages/client_search/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '1.18.0';
const packageVersion = '1.19.0';
4 changes: 2 additions & 2 deletions packages/client_search/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_search
version: 1.18.0
version: 1.19.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
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
algolia_client_core: ^1.18.0
algolia_client_core: ^1.19.0
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down

0 comments on commit 8583fa6

Please sign in to comment.