Skip to content

Commit 3f4a4ab

Browse files
chore: release 5.5.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 670e25e commit 3f4a4ab

File tree

27 files changed

+145
-141
lines changed

27 files changed

+145
-141
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.5.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.4.3...5.5.0)
2+
3+
- [d67c0e0e6](https://github.com/algolia/api-clients-automation/commit/d67c0e0e6) feat(javascript): add react-native field in package.json ([#3767](https://github.com/algolia/api-clients-automation/pull/3767)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [5.4.3](https://github.com/algolia/algoliasearch-client-javascript/compare/5.4.2...5.4.3)
26

37
- [638058eae](https://github.com/algolia/api-clients-automation/commit/638058eae) fix(specs): update search api specs [skip-bc] ([#3760](https://github.com/algolia/api-clients-automation/pull/3760)) by [@Fluf22](https://github.com/Fluf22/)

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.4.3';
25+
export const apiClientVersion = '5.5.0';
2626

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

packages/algoliasearch/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.4.3",
2+
"version": "5.5.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -70,18 +70,18 @@
7070
"lite.d.ts"
7171
],
7272
"dependencies": {
73-
"@algolia/client-abtesting": "5.4.3",
74-
"@algolia/client-analytics": "5.4.3",
75-
"@algolia/client-common": "5.4.3",
76-
"@algolia/client-personalization": "5.4.3",
77-
"@algolia/client-search": "5.4.3",
78-
"@algolia/recommend": "5.4.3",
79-
"@algolia/requester-browser-xhr": "5.4.3",
80-
"@algolia/requester-fetch": "5.4.3",
81-
"@algolia/requester-node-http": "5.4.3"
73+
"@algolia/client-abtesting": "5.5.0",
74+
"@algolia/client-analytics": "5.5.0",
75+
"@algolia/client-common": "5.5.0",
76+
"@algolia/client-personalization": "5.5.0",
77+
"@algolia/client-search": "5.5.0",
78+
"@algolia/recommend": "5.5.0",
79+
"@algolia/requester-browser-xhr": "5.5.0",
80+
"@algolia/requester-fetch": "5.5.0",
81+
"@algolia/requester-node-http": "5.5.0"
8282
},
8383
"devDependencies": {
84-
"@algolia/requester-testing": "5.4.3",
84+
"@algolia/requester-testing": "5.5.0",
8585
"@arethetypeswrong/cli": "0.16.2",
8686
"@types/node": "22.5.5",
8787
"jsdom": "25.0.0",

packages/client-abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.4.3",
2+
"version": "5.5.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.4.3",
53-
"@algolia/requester-browser-xhr": "5.4.3",
54-
"@algolia/requester-fetch": "5.4.3",
55-
"@algolia/requester-node-http": "5.4.3"
52+
"@algolia/client-common": "5.5.0",
53+
"@algolia/requester-browser-xhr": "5.5.0",
54+
"@algolia/requester-fetch": "5.5.0",
55+
"@algolia/requester-node-http": "5.5.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.16.2",

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.4.3';
30+
export const apiClientVersion = '5.5.0';
3131

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

packages/client-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.4.3",
2+
"version": "5.5.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.4.3",
53-
"@algolia/requester-browser-xhr": "5.4.3",
54-
"@algolia/requester-fetch": "5.4.3",
55-
"@algolia/requester-node-http": "5.4.3"
52+
"@algolia/client-common": "5.5.0",
53+
"@algolia/requester-browser-xhr": "5.5.0",
54+
"@algolia/requester-fetch": "5.5.0",
55+
"@algolia/requester-node-http": "5.5.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.16.2",

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.4.3';
60+
export const apiClientVersion = '5.5.0';
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.4.3",
3+
"version": "5.5.0",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

packages/client-insights/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.4.3",
2+
"version": "5.5.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.4.3",
53-
"@algolia/requester-browser-xhr": "5.4.3",
54-
"@algolia/requester-fetch": "5.4.3",
55-
"@algolia/requester-node-http": "5.4.3"
52+
"@algolia/client-common": "5.5.0",
53+
"@algolia/requester-browser-xhr": "5.5.0",
54+
"@algolia/requester-fetch": "5.5.0",
55+
"@algolia/requester-node-http": "5.5.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.16.2",

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

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

0 commit comments

Comments
 (0)