Skip to content

Commit f6f8c89

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

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.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.1...5.2.2)
2+
3+
- [7189cbe4c](https://github.com/algolia/api-clients-automation/commit/7189cbe4c) fix(javascript): dependency imports and low-level init ([#3596](https://github.com/algolia/api-clients-automation/pull/3596)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [796ae3fe2](https://github.com/algolia/api-clients-automation/commit/796ae3fe2) chore(javascript): add license to the root of the repo ([#3610](https://github.com/algolia/api-clients-automation/pull/3610)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [f8b7a77a8](https://github.com/algolia/api-clients-automation/commit/f8b7a77a8) fix(javascript): prefix with `node:` for node packages ([#3608](https://github.com/algolia/api-clients-automation/pull/3608)) by [@atinux](https://github.com/atinux/)
6+
17
## [5.2.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.0...5.2.1)
28

39
- [41f849e41](https://github.com/algolia/api-clients-automation/commit/41f849e41) fix(specs): partial update operation ([#3486](https://github.com/algolia/api-clients-automation/pull/3486)) by [@kai687](https://github.com/kai687/)

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.1';
25+
export const apiClientVersion = '5.2.2';
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,6 +1,6 @@
11
{
22
"name": "algoliasearch",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
55
"repository": {
66
"type": "git",
@@ -65,14 +65,14 @@
6565
"test": "jest"
6666
},
6767
"dependencies": {
68-
"@algolia/client-abtesting": "5.2.1",
69-
"@algolia/client-analytics": "5.2.1",
70-
"@algolia/client-common": "5.2.1",
71-
"@algolia/client-personalization": "5.2.1",
72-
"@algolia/client-search": "5.2.1",
73-
"@algolia/recommend": "5.2.1",
74-
"@algolia/requester-browser-xhr": "5.2.1",
75-
"@algolia/requester-node-http": "5.2.1"
68+
"@algolia/client-abtesting": "5.2.2",
69+
"@algolia/client-analytics": "5.2.2",
70+
"@algolia/client-common": "5.2.2",
71+
"@algolia/client-personalization": "5.2.2",
72+
"@algolia/client-search": "5.2.2",
73+
"@algolia/recommend": "5.2.2",
74+
"@algolia/requester-browser-xhr": "5.2.2",
75+
"@algolia/requester-node-http": "5.2.2"
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,6 +1,6 @@
11
{
22
"name": "@algolia/client-abtesting",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "JavaScript client for client-abtesting",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.1",
48-
"@algolia/requester-browser-xhr": "5.2.1",
49-
"@algolia/requester-node-http": "5.2.1"
47+
"@algolia/client-common": "5.2.2",
48+
"@algolia/requester-browser-xhr": "5.2.2",
49+
"@algolia/requester-node-http": "5.2.2"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

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.1';
30+
export const apiClientVersion = '5.2.2';
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,6 +1,6 @@
11
{
22
"name": "@algolia/client-analytics",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "JavaScript client for client-analytics",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.1",
48-
"@algolia/requester-browser-xhr": "5.2.1",
49-
"@algolia/requester-node-http": "5.2.1"
47+
"@algolia/client-common": "5.2.2",
48+
"@algolia/requester-browser-xhr": "5.2.2",
49+
"@algolia/requester-node-http": "5.2.2"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

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.1';
60+
export const apiClientVersion = '5.2.2';
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.1",
3+
"version": "5.2.2",
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,6 +1,6 @@
11
{
22
"name": "@algolia/client-insights",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "JavaScript client for client-insights",
55
"repository": {
66
"type": "git",
@@ -44,9 +44,9 @@
4444
"clean": "rm -rf ./dist || true"
4545
},
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.1",
48-
"@algolia/requester-browser-xhr": "5.2.1",
49-
"@algolia/requester-node-http": "5.2.1"
47+
"@algolia/client-common": "5.2.2",
48+
"@algolia/requester-browser-xhr": "5.2.2",
49+
"@algolia/requester-node-http": "5.2.2"
5050
},
5151
"devDependencies": {
5252
"@types/node": "22.5.0",

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

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

0 commit comments

Comments
 (0)