Skip to content

Commit f5df266

Browse files
chore: release 5.2.5
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent b4ffe1e commit f5df266

File tree

28 files changed

+122
-116
lines changed

28 files changed

+122
-116
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.2.5](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.4...5.2.5)
2+
3+
- [ff0c99653](https://github.com/algolia/api-clients-automation/commit/ff0c99653) chore(javascript): use tsup bundler ([#3640](https://github.com/algolia/api-clients-automation/pull/3640)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [a9405b168](https://github.com/algolia/api-clients-automation/commit/a9405b168) fix(specs): usage api ([#3624](https://github.com/algolia/api-clients-automation/pull/3624)) by [@kai687](https://github.com/kai687/)
5+
- [e3af9554e](https://github.com/algolia/api-clients-automation/commit/e3af9554e) fix(specs): no links across API specs ([#3643](https://github.com/algolia/api-clients-automation/pull/3643)) by [@kai687](https://github.com/kai687/)
6+
17
## [5.2.4](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.3...5.2.4)
28

39
- [3d07a1e4f](https://github.com/algolia/api-clients-automation/commit/3d07a1e4f) fix(specs): ignorePlurals can be a boolean string ([#3620](https://github.com/algolia/api-clients-automation/pull/3620)) by [@millotp](https://github.com/millotp/)

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 { SearchMethodParams } from '../model/searchMethodParams';
2222
import type { SearchResponse } from '../model/searchResponse';
2323
import type { SearchResponses } from '../model/searchResponses';
2424

25-
export const apiClientVersion = '5.2.4';
25+
export const apiClientVersion = '5.2.5';
2626

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

packages/algoliasearch/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -65,14 +65,14 @@
6565
"lite.d.ts"
6666
],
6767
"dependencies": {
68-
"@algolia/client-abtesting": "5.2.4",
69-
"@algolia/client-analytics": "5.2.4",
70-
"@algolia/client-common": "5.2.4",
71-
"@algolia/client-personalization": "5.2.4",
72-
"@algolia/client-search": "5.2.4",
73-
"@algolia/recommend": "5.2.4",
74-
"@algolia/requester-browser-xhr": "5.2.4",
75-
"@algolia/requester-node-http": "5.2.4"
68+
"@algolia/client-abtesting": "5.2.5",
69+
"@algolia/client-analytics": "5.2.5",
70+
"@algolia/client-common": "5.2.5",
71+
"@algolia/client-personalization": "5.2.5",
72+
"@algolia/client-search": "5.2.5",
73+
"@algolia/recommend": "5.2.5",
74+
"@algolia/requester-browser-xhr": "5.2.5",
75+
"@algolia/requester-node-http": "5.2.5"
7676
},
7777
"devDependencies": {
7878
"@arethetypeswrong/cli": "0.15.4",

packages/client-abtesting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

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 { ListABTestsResponse } from '../model/listABTestsResponse';
2727
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
2828
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';
2929

30-
export const apiClientVersion = '5.2.4';
30+
export const apiClientVersion = '5.2.5';
3131

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

packages/client-analytics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-analytics/src/analyticsClient.ts

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

60-
export const apiClientVersion = '5.2.4';
60+
export const apiClientVersion = '5.2.5';
6161

6262
export const REGIONS = ['de', 'us'] as const;
6363
export type Region = (typeof REGIONS)[number];

packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-common",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

packages/client-insights/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type {
2020
import type { EventsResponse } from '../model/eventsResponse';
2121
import type { InsightsEvents } from '../model/insightsEvents';
2222

23-
export const apiClientVersion = '5.2.4';
23+
export const apiClientVersion = '5.2.5';
2424

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

packages/client-personalization/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-personalization/src/personalizationClient.ts

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

26-
export const apiClientVersion = '5.2.4';
26+
export const apiClientVersion = '5.2.5';
2727

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

packages/client-query-suggestions/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-query-suggestions/src/querySuggestionsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
2727
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
2828
import type { LogFile } from '../model/logFile';
2929

30-
export const apiClientVersion = '5.2.4';
30+
export const apiClientVersion = '5.2.5';
3131

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

packages/client-search/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-search/src/searchClient.ts

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

125-
export const apiClientVersion = '5.2.4';
125+
export const apiClientVersion = '5.2.5';
126126

127127
function getDefaultHosts(appId: string): Host[] {
128128
return (

packages/client-usage/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.4",
2+
"version": "1.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-usage/src/usageClient.ts

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

23-
export const apiClientVersion = '1.2.4';
23+
export const apiClientVersion = '1.2.5';
2424

2525
function getDefaultHosts(): Host[] {
2626
return [{ url: 'usage.algolia.com', accept: 'readWrite', protocol: 'https' }];

packages/ingestion/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.4",
2+
"version": "1.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/ingestion/src/ingestionClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
107107
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse';
108108
import type { Trigger } from '../model/trigger';
109109

110-
export const apiClientVersion = '1.2.4';
110+
export const apiClientVersion = '1.2.5';
111111

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

packages/monitoring/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.2.4",
2+
"version": "1.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/monitoring/src/monitoringClient.ts

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

32-
export const apiClientVersion = '1.2.4';
32+
export const apiClientVersion = '1.2.5';
3333

3434
function getDefaultHosts(): Host[] {
3535
return [{ url: 'status.algolia.com', accept: 'readWrite', protocol: 'https' }];

packages/recommend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.4",
2+
"version": "5.2.5",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.4",
48-
"@algolia/requester-browser-xhr": "5.2.4",
49-
"@algolia/requester-node-http": "5.2.4"
47+
"@algolia/client-common": "5.2.5",
48+
"@algolia/requester-browser-xhr": "5.2.5",
49+
"@algolia/requester-node-http": "5.2.5"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/recommend/src/recommendClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
2828
import type { RecommendRule } from '../model/recommendRule';
2929
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';
3030

31-
export const apiClientVersion = '5.2.4';
31+
export const apiClientVersion = '5.2.5';
3232

3333
function getDefaultHosts(appId: string): Host[] {
3434
return (

packages/requester-browser-xhr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/requester-browser-xhr",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"description": "Promise-based request library for browser using xhr.",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
3131
},
3232
"dependencies": {
33-
"@algolia/client-common": "5.2.4"
33+
"@algolia/client-common": "5.2.5"
3434
},
3535
"devDependencies": {
3636
"@arethetypeswrong/cli": "0.15.4",

packages/requester-fetch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/requester-fetch",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"description": "Promise-based request library using Fetch.",
55
"repository": {
66
"type": "git",
@@ -41,7 +41,7 @@
4141
"test:bundle": "publint . && attw --pack ."
4242
},
4343
"dependencies": {
44-
"@algolia/client-common": "5.2.4"
44+
"@algolia/client-common": "5.2.5"
4545
},
4646
"devDependencies": {
4747
"@arethetypeswrong/cli": "0.15.4",

packages/requester-node-http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/requester-node-http",
3-
"version": "5.2.4",
3+
"version": "5.2.5",
44
"description": "Promise-based request library for node using the native http module.",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"test:bundle": "publint . && attw --pack ."
3535
},
3636
"dependencies": {
37-
"@algolia/client-common": "5.2.4"
37+
"@algolia/client-common": "5.2.5"
3838
},
3939
"devDependencies": {
4040
"@arethetypeswrong/cli": "0.15.4",

0 commit comments

Comments
 (0)