Skip to content

Commit a4519d1

Browse files
chore: release 2023-07-20 [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 734200e commit a4519d1

File tree

28 files changed

+76
-76
lines changed

28 files changed

+76
-76
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '0.1.1+3';
2+
const packageVersion = '0.1.1+4';

clients/algoliasearch-client-dart/packages/algoliasearch/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algoliasearch
2-
version: 0.1.1+3
2+
version: 0.1.1+4
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
@@ -13,8 +13,8 @@ environment:
1313
dependencies:
1414
# Pinning versions until the API stabilizes.
1515
algolia_client_core: 0.1.1+1
16-
algolia_client_search: 0.1.1+2
17-
algolia_client_insights: 0.1.1+3
16+
algolia_client_search: 0.1.1+3
17+
algolia_client_insights: 0.1.1+4
1818
json_annotation: ^4.8.1
1919
collection: ^1.17.1
2020

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '0.1.1+3';
2+
const packageVersion = '0.1.1+4';

clients/algoliasearch-client-dart/packages/client_insights/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_insights
2-
version: 0.1.1+3
2+
version: 0.1.1+4
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// Current package version
2-
const packageVersion = '0.1.1+2';
2+
const packageVersion = '0.1.1+3';

clients/algoliasearch-client-dart/packages/client_search/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: algolia_client_search
2-
version: 0.1.1+2
2+
version: 0.1.1+3
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

clients/algoliasearch-client-go/algolia/analytics/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/ingestion/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/insights/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/monitoring/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/personalization/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/predict/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/query-suggestions/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/recommend/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/search/client.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

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

25-
export const apiClientVersion = '5.0.0-alpha.73';
25+
export const apiClientVersion = '5.0.0-alpha.74';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
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
@@ -29,7 +29,7 @@ import type {
2929
} from '../model/clientMethodProps';
3030
import type { ListABTestsResponse } from '../model/listABTestsResponse';
3131

32-
export const apiClientVersion = '5.0.0-alpha.73';
32+
export const apiClientVersion = '5.0.0-alpha.74';
3333

3434
export const REGIONS = ['de', 'us'] as const;
3535
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
@@ -55,7 +55,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
5555
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
5656
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
5757

58-
export const apiClientVersion = '5.0.0-alpha.73';
58+
export const apiClientVersion = '5.0.0-alpha.74';
5959

6060
export const REGIONS = ['de', 'us'] as const;
6161
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
@@ -23,7 +23,7 @@ import type {
2323
import type { EventsResponse } from '../model/eventsResponse';
2424
import type { InsightsEvents } from '../model/insightsEvents';
2525

26-
export const apiClientVersion = '5.0.0-alpha.73';
26+
export const apiClientVersion = '5.0.0-alpha.74';
2727

2828
export const REGIONS = ['de', 'us'] as const;
2929
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
@@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
2727
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
2828
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
2929

30-
export const apiClientVersion = '5.0.0-alpha.73';
30+
export const apiClientVersion = '5.0.0-alpha.74';
3131

3232
export const REGIONS = ['eu', 'us'] as const;
3333
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
@@ -31,7 +31,7 @@ import type { GetLogFile200Response } from '../model/getLogFile200Response';
3131
import type { QuerySuggestionsConfigurationResponse } from '../model/querySuggestionsConfigurationResponse';
3232
import type { QuerySuggestionsConfigurationWithIndex } from '../model/querySuggestionsConfigurationWithIndex';
3333

34-
export const apiClientVersion = '5.0.0-alpha.73';
34+
export const apiClientVersion = '5.0.0-alpha.74';
3535

3636
export const REGIONS = ['eu', 'us'] as const;
3737
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
@@ -118,7 +118,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
118118
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
119119
import type { UserId } from '../model/userId';
120120

121-
export const apiClientVersion = '5.0.0-alpha.73';
121+
export const apiClientVersion = '5.0.0-alpha.74';
122122

123123
function getDefaultHosts(appId: string): Host[] {
124124
return (

clients/algoliasearch-client-javascript/packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import type { TaskSearch } from '../model/taskSearch';
7979
import type { TaskUpdateResponse } from '../model/taskUpdateResponse';
8080
import type { Trigger } from '../model/trigger';
8181

82-
export const apiClientVersion = '1.0.0-alpha.47';
82+
export const apiClientVersion = '1.0.0-alpha.48';
8383

8484
export const REGIONS = ['eu', 'us'] as const;
8585
export type Region = (typeof REGIONS)[number];

clients/algoliasearch-client-javascript/packages/monitoring/src/monitoringClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
3434
import type { LatencyResponse } from '../model/latencyResponse';
3535
import type { StatusResponse } from '../model/statusResponse';
3636

37-
export const apiClientVersion = '1.0.0-alpha.1';
37+
export const apiClientVersion = '1.0.0-alpha.2';
3838

3939
function getDefaultHosts(appId: string): Host[] {
4040
return (

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import type { UpdateModelInstanceResponse } from '../model/updateModelInstanceRe
4949
import type { UpdateSegmentResponse } from '../model/updateSegmentResponse';
5050
import type { UserProfile } from '../model/userProfile';
5151

52-
export const apiClientVersion = '1.0.0-alpha.73';
52+
export const apiClientVersion = '1.0.0-alpha.74';
5353

5454
export const REGIONS = ['eu', 'us'] as const;
5555
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
@@ -32,7 +32,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
3232
import type { RuleResponse } from '../model/ruleResponse';
3333
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';
3434

35-
export const apiClientVersion = '5.0.0-alpha.73';
35+
export const apiClientVersion = '5.0.0-alpha.74';
3636

3737
function getDefaultHosts(appId: string): Host[] {
3838
return (

0 commit comments

Comments
 (0)