Skip to content

Commit 5a0aee3

Browse files
chore: release 2022-06-22 [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent c66b630 commit 5a0aee3

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

clients/algoliasearch-client-javascript/packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type {
2020
import type { SearchMethodParams } from '../model/searchMethodParams';
2121
import type { SearchResponses } from '../model/searchResponses';
2222

23-
export const apiClientVersion = '0.5.1';
23+
export const apiClientVersion = '0.6.0';
2424

2525
function getDefaultHosts(appId: string): Host[] {
2626
return (

clients/algoliasearch-client-javascript/packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type {
2727
} from '../model/clientMethodProps';
2828
import type { ListABTestsResponse } from '../model/listABTestsResponse';
2929

30-
export const apiClientVersion = '0.5.1';
30+
export const apiClientVersion = '0.6.0';
3131

3232
export const REGIONS = ['de', 'us'] as const;
3333
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/client-analytics/src/analyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
5353
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
5454
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
5555

56-
export const apiClientVersion = '0.5.1';
56+
export const apiClientVersion = '0.6.0';
5757

5858
export const REGIONS = ['de', 'us'] as const;
5959
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
import type { InsightEvents } from '../model/insightEvents';
2222
import type { PushEventsResponse } from '../model/pushEventsResponse';
2323

24-
export const apiClientVersion = '0.5.1';
24+
export const apiClientVersion = '0.6.0';
2525

2626
export const REGIONS = ['de', 'us'] as const;
2727
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/client-personalization/src/personalizationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
2525
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
2626
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
2727

28-
export const apiClientVersion = '0.5.1';
28+
export const apiClientVersion = '0.6.0';
2929

3030
export const REGIONS = ['eu', 'us'] as const;
3131
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/client-predict/src/predictClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
} from '../model/clientMethodProps';
2222
import type { FetchUserProfileResponse } from '../model/fetchUserProfileResponse';
2323

24-
export const apiClientVersion = '0.5.1';
24+
export const apiClientVersion = '0.6.0';
2525

2626
export const REGIONS = ['ue', 'ew'] as const;
2727
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/client-query-suggestions/src/querySuggestionsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import type { QuerySuggestionsIndexWithIndexParam } from '../model/querySuggesti
2929
import type { Status } from '../model/status';
3030
import type { SuccessResponse } from '../model/successResponse';
3131

32-
export const apiClientVersion = '0.5.1';
32+
export const apiClientVersion = '0.6.0';
3333

3434
export const REGIONS = ['eu', 'us'] as const;
3535
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/client-search/src/searchClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
111111
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
112112
import type { UserId } from '../model/userId';
113113

114-
export const apiClientVersion = '0.5.1';
114+
export const apiClientVersion = '0.6.0';
115115

116116
function getDefaultHosts(appId: string): Host[] {
117117
return (

clients/algoliasearch-client-javascript/packages/client-sources/src/sourcesClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
import type { PostIngestUrlResponse } from '../model/postIngestUrlResponse';
2222
import type { PostURLJob } from '../model/postURLJob';
2323

24-
export const apiClientVersion = '0.5.1';
24+
export const apiClientVersion = '0.6.0';
2525

2626
export const REGIONS = ['de', 'us'] as const;
2727
export type Region = typeof REGIONS[number];

clients/algoliasearch-client-javascript/packages/recommend/src/recommendClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type {
2222
import type { GetRecommendationsParams } from '../model/getRecommendationsParams';
2323
import type { GetRecommendationsResponse } from '../model/getRecommendationsResponse';
2424

25-
export const apiClientVersion = '0.5.1';
25+
export const apiClientVersion = '0.6.0';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
return (

0 commit comments

Comments
 (0)