Skip to content

Commit

Permalink
chore: release 2022-08-04 [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 4, 2022
1 parent 9b265dd commit 99f319d
Show file tree
Hide file tree
Showing 32 changed files with 109 additions and 109 deletions.
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.4.3-SNAPSHOT", options);
super(appId, apiKey, "Abtesting", "4.4.4-SNAPSHOT", 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.4.3-SNAPSHOT", options);
super(appId, apiKey, "Analytics", "4.4.4-SNAPSHOT", 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.4.3-SNAPSHOT", options);
super(appId, apiKey, "Insights", "4.4.4-SNAPSHOT", 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.4.3-SNAPSHOT", options);
super(appId, apiKey, "Personalization", "4.4.4-SNAPSHOT", 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 PredictClient(String appId, String apiKey, String region) {
}

public PredictClient(String appId, String apiKey, String region, ClientOptions options) {
super(appId, apiKey, "Predict", "4.4.3-SNAPSHOT", options);
super(appId, apiKey, "Predict", "4.4.4-SNAPSHOT", 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.4.3-SNAPSHOT", options);
super(appId, apiKey, "QuerySuggestions", "4.4.4-SNAPSHOT", 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.4.3-SNAPSHOT", options);
super(appId, apiKey, "Recommend", "4.4.4-SNAPSHOT", 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.4.3-SNAPSHOT", options);
super(appId, apiKey, "Search", "4.4.4-SNAPSHOT", options);
if (options != null && options.getHosts() != null) {
this.setHosts(options.getHosts());
} else {
Expand Down
2 changes: 1 addition & 1 deletion clients/algoliasearch-client-java-2/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.algolia
VERSION_NAME=4.4.3-SNAPSHOT
VERSION_NAME=4.4.4-SNAPSHOT

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
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.4';
export const apiClientVersion = '5.0.0-alpha.5';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algoliasearch",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand Down Expand Up @@ -58,13 +58,13 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-abtesting": "5.0.0-alpha.4",
"@algolia/client-analytics": "5.0.0-alpha.4",
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/client-personalization": "5.0.0-alpha.4",
"@algolia/client-search": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-abtesting": "5.0.0-alpha.5",
"@algolia/client-analytics": "5.0.0-alpha.5",
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/client-personalization": "5.0.0-alpha.5",
"@algolia/client-search": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/jest": "28.1.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-abtesting",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for client-abtesting",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
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.4';
export const apiClientVersion = '5.0.0-alpha.5';

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
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-analytics",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for client-analytics",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
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.4';
export const apiClientVersion = '5.0.0-alpha.5';

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
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-insights",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for client-insights",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type {
import type { InsightEvents } from '../model/insightEvents';
import type { PushEventsResponse } from '../model/pushEventsResponse';

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

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
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-personalization",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for client-personalization",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
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.4';
export const apiClientVersion = '5.0.0-alpha.5';

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
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-query-suggestions",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for client-query-suggestions",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type { QuerySuggestionsIndexWithIndexParam } from '../model/querySuggesti
import type { Status } from '../model/status';
import type { SuccessResponse } from '../model/successResponse';

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

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
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-search",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for client-search",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
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.4';
export const apiClientVersion = '5.0.0-alpha.5';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-sources",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "JavaScript client for client-sources",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type {
import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse';
import type { PostURLJob } from '../model/postURLJob';

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

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
@@ -1,6 +1,6 @@
{
"name": "@algolia/predict",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "JavaScript client for predict",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type {
} from '../model/clientMethodProps';
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse';

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

export const REGIONS = ['ue', 'ew'] as const;
export type Region = typeof REGIONS[number];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/recommend",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"description": "JavaScript client for recommend",
"repository": "algolia/algoliasearch-client-javascript",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
"clean": "rm -rf ./dist"
},
"dependencies": {
"@algolia/client-common": "5.0.0-alpha.4",
"@algolia/requester-browser-xhr": "5.0.0-alpha.4",
"@algolia/requester-node-http": "5.0.0-alpha.4"
"@algolia/client-common": "5.0.0-alpha.5",
"@algolia/requester-browser-xhr": "5.0.0-alpha.5",
"@algolia/requester-node-http": "5.0.0-alpha.5"
},
"devDependencies": {
"@types/node": "16.11.47",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {
import type { GetRecommendationsParams } from '../model/getRecommendationsParams';
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse';

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

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

0 comments on commit 99f319d

Please sign in to comment.