Skip to content

Commit ef32b6f

Browse files
chore: release 5.1.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 9367cc0 commit ef32b6f

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.1.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.2...5.1.0)
2+
3+
- [c8343884e](https://github.com/algolia/api-clients-automation/commit/c8343884e) feat(javascript): add search wrappers to lite client ([#3556](https://github.com/algolia/api-clients-automation/pull/3556)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/)
5+
16
## [5.0.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.1...5.0.2)
27

38
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) 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
@@ -27,7 +27,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
2727
import type { SearchResponse } from '../model/searchResponse';
2828
import type { SearchResponses } from '../model/searchResponses';
2929

30-
export const apiClientVersion = '5.0.2';
30+
export const apiClientVersion = '5.1.0';
3131

3232
function getDefaultHosts(appId: string): Host[] {
3333
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.0.2",
3+
"version": "5.1.0",
44
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
55
"repository": {
66
"type": "git",
@@ -63,14 +63,14 @@
6363
"test": "jest"
6464
},
6565
"dependencies": {
66-
"@algolia/client-abtesting": "5.0.2",
67-
"@algolia/client-analytics": "5.0.2",
68-
"@algolia/client-common": "5.0.2",
69-
"@algolia/client-personalization": "5.0.2",
70-
"@algolia/client-search": "5.0.2",
71-
"@algolia/recommend": "5.0.2",
72-
"@algolia/requester-browser-xhr": "5.0.2",
73-
"@algolia/requester-node-http": "5.0.2"
66+
"@algolia/client-abtesting": "5.1.0",
67+
"@algolia/client-analytics": "5.1.0",
68+
"@algolia/client-common": "5.1.0",
69+
"@algolia/client-personalization": "5.1.0",
70+
"@algolia/client-search": "5.1.0",
71+
"@algolia/recommend": "5.1.0",
72+
"@algolia/requester-browser-xhr": "5.1.0",
73+
"@algolia/requester-node-http": "5.1.0"
7474
},
7575
"devDependencies": {
7676
"@babel/preset-env": "7.25.3",

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.0.2",
3+
"version": "5.1.0",
44
"description": "JavaScript client for client-abtesting",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
3131
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
3232
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';
3333

34-
export const apiClientVersion = '5.0.2';
34+
export const apiClientVersion = '5.1.0';
3535

3636
export const REGIONS = ['de', 'us'] as const;
3737
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.0.2",
3+
"version": "5.1.0",
44
"description": "JavaScript client for client-analytics",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

packages/client-analytics/src/analyticsClient.ts

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

64-
export const apiClientVersion = '5.0.2';
64+
export const apiClientVersion = '5.1.0';
6565

6666
export const REGIONS = ['de', 'us'] as const;
6767
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.0.2",
3+
"version": "5.1.0",
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.0.2",
3+
"version": "5.1.0",
44
"description": "JavaScript client for client-insights",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
import type { EventsResponse } from '../model/eventsResponse';
2525
import type { InsightsEvents } from '../model/insightsEvents';
2626

27-
export const apiClientVersion = '5.0.2';
27+
export const apiClientVersion = '5.1.0';
2828

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

0 commit comments

Comments
 (0)