Skip to content

Commit

Permalink
chore: release 2023-08-07 [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Aug 7, 2023
1 parent 8434f1e commit 86ef399
Show file tree
Hide file tree
Showing 37 changed files with 82 additions and 82 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.2+1';
const packageVersion = '0.1.3';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algoliasearch
version: 0.1.2+1
version: 0.1.3
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 @@ -12,8 +12,8 @@ environment:

dependencies:
algolia_client_core: ^0.1.1+3
algolia_client_search: ^0.1.2+2
algolia_client_insights: ^0.1.2+1
algolia_client_search: ^0.1.4
algolia_client_insights: ^0.1.5
json_annotation: ^4.8.1
collection: ^1.17.1

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.2+1';
const packageVersion = '0.1.5';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_insights
version: 0.1.2+1
version: 0.1.5
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 Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.2';
const packageVersion = '0.1.6';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_recommend
version: 0.1.2
version: 0.1.6
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 Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// Current package version
const packageVersion = '0.1.2+2';
const packageVersion = '0.1.4';
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: algolia_client_search
version: 0.1.2+2
version: 0.1.4
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 Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/algolia/insights/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clients/algoliasearch-client-go/algolia/search/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public AbtestingClient(String appId, String apiKey, String region) {
}

public AbtestingClient(String appId, String apiKey, String region, ClientOptions options) {
super(appId, apiKey, "Abtesting", "4.0.0-beta.1", options);
super(appId, apiKey, "Abtesting", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public AnalyticsClient(String appId, String apiKey, String region) {
}

public AnalyticsClient(String appId, String apiKey, String region, ClientOptions options) {
super(appId, apiKey, "Analytics", "4.0.0-beta.1", options);
super(appId, apiKey, "Analytics", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public InsightsClient(String appId, String apiKey, String region) {
}

public InsightsClient(String appId, String apiKey, String region, ClientOptions options) {
super(appId, apiKey, "Insights", "4.0.0-beta.1", options);
super(appId, apiKey, "Insights", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public MonitoringClient(String appId, String apiKey) {
}

public MonitoringClient(String appId, String apiKey, ClientOptions options) {
super(appId, apiKey, "Monitoring", "4.0.0-beta.1", options);
super(appId, apiKey, "Monitoring", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public PersonalizationClient(String appId, String apiKey, String region) {
}

public PersonalizationClient(String appId, String apiKey, String region, ClientOptions options) {
super(appId, apiKey, "Personalization", "4.0.0-beta.1", options);
super(appId, apiKey, "Personalization", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public QuerySuggestionsClient(String appId, String apiKey, String region) {
}

public QuerySuggestionsClient(String appId, String apiKey, String region, ClientOptions options) {
super(appId, apiKey, "QuerySuggestions", "4.0.0-beta.1", options);
super(appId, apiKey, "QuerySuggestions", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public RecommendClient(String appId, String apiKey) {
}

public RecommendClient(String appId, String apiKey, ClientOptions options) {
super(appId, apiKey, "Recommend", "4.0.0-beta.1", options);
super(appId, apiKey, "Recommend", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public SearchClient(String appId, String apiKey) {
}

public SearchClient(String appId, String apiKey, ClientOptions options) {
super(appId, apiKey, "Search", "4.0.0-beta.1", options);
super(appId, apiKey, "Search", "4.0.0-beta.2", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type {
import type { SearchMethodParams } from '../model/searchMethodParams';
import type { SearchResponses } from '../model/searchResponses';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type {
} from '../model/clientMethodProps';
import type { ListABTestsResponse } from '../model/listABTestsResponse';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type {
import type { EventsResponse } from '../model/eventsResponse';
import type { InsightsEvents } from '../model/insightsEvents';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type { GetLogFile200Response } from '../model/getLogFile200Response';
import type { QuerySuggestionsConfigurationResponse } from '../model/querySuggestionsConfigurationResponse';
import type { QuerySuggestionsConfigurationWithIndex } from '../model/querySuggestionsConfigurationWithIndex';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
import type { UserId } from '../model/userId';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import type { TaskSearch } from '../model/taskSearch';
import type { TaskUpdateResponse } from '../model/taskUpdateResponse';
import type { Trigger } from '../model/trigger';

export const apiClientVersion = '1.0.0-alpha.50';
export const apiClientVersion = '1.0.0-alpha.51';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
import type { LatencyResponse } from '../model/latencyResponse';
import type { StatusResponse } from '../model/statusResponse';

export const apiClientVersion = '1.0.0-alpha.4';
export const apiClientVersion = '1.0.0-alpha.5';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
import type { RuleResponse } from '../model/ruleResponse';
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';

export const apiClientVersion = '5.0.0-alpha.76';
export const apiClientVersion = '5.0.0-alpha.77';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Loading

0 comments on commit 86ef399

Please sign in to comment.