Skip to content

Commit f82c3db

Browse files
algolia-botmillotp
andcommitted
chore: release 5.2.4
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 3751612 commit f82c3db

File tree

28 files changed

+121
-116
lines changed

28 files changed

+121
-116
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [5.2.4](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.3...5.2.4)
2+
3+
- [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/)
4+
- [c0675ff6b](https://github.com/algolia/api-clients-automation/commit/c0675ff6b) fix(clients): correly parse usage hosts ([#3622](https://github.com/algolia/api-clients-automation/pull/3622)) by [@shortcuts](https://github.com/shortcuts/)
5+
16
## [5.2.3](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.2...5.2.3)
27

38
- [327e08d4e](https://github.com/algolia/api-clients-automation/commit/327e08d4e) fix(specs): ingestion push task payload [skip-bc] ([#3607](https://github.com/algolia/api-clients-automation/pull/3607)) by [@shortcuts](https://github.com/shortcuts/)

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.3';
25+
export const apiClientVersion = '5.2.4';
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.3",
2+
"version": "5.2.4",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -65,14 +65,14 @@
6565
"test": "jest"
6666
},
6767
"dependencies": {
68-
"@algolia/client-abtesting": "5.2.3",
69-
"@algolia/client-analytics": "5.2.3",
70-
"@algolia/client-common": "5.2.3",
71-
"@algolia/client-personalization": "5.2.3",
72-
"@algolia/client-search": "5.2.3",
73-
"@algolia/recommend": "5.2.3",
74-
"@algolia/requester-browser-xhr": "5.2.3",
75-
"@algolia/requester-node-http": "5.2.3"
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"
7676
},
7777
"devDependencies": {
7878
"@babel/preset-env": "7.25.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.3",
2+
"version": "5.2.4",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.3",
48-
"@algolia/requester-browser-xhr": "5.2.3",
49-
"@algolia/requester-node-http": "5.2.3"
47+
"@algolia/client-common": "5.2.4",
48+
"@algolia/requester-browser-xhr": "5.2.4",
49+
"@algolia/requester-node-http": "5.2.4"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.1",

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.3';
30+
export const apiClientVersion = '5.2.4';
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.3",
2+
"version": "5.2.4",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.3",
48-
"@algolia/requester-browser-xhr": "5.2.3",
49-
"@algolia/requester-node-http": "5.2.3"
47+
"@algolia/client-common": "5.2.4",
48+
"@algolia/requester-browser-xhr": "5.2.4",
49+
"@algolia/requester-node-http": "5.2.4"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.1",

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.3';
60+
export const apiClientVersion = '5.2.4';
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.3",
3+
"version": "5.2.4",
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.3",
2+
"version": "5.2.4",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.3",
48-
"@algolia/requester-browser-xhr": "5.2.3",
49-
"@algolia/requester-node-http": "5.2.3"
47+
"@algolia/client-common": "5.2.4",
48+
"@algolia/requester-browser-xhr": "5.2.4",
49+
"@algolia/requester-node-http": "5.2.4"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.1",

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.3';
23+
export const apiClientVersion = '5.2.4';
2424

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

0 commit comments

Comments
 (0)