Skip to content

Commit d02f49f

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

File tree

28 files changed

+125
-116
lines changed

28 files changed

+125
-116
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.1.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.1.0...5.1.1)
2+
3+
- [4cbbce55c](https://github.com/algolia/api-clients-automation/commit/4cbbce55c) fix(clients): highlight and snippet results e2e ([#3567](https://github.com/algolia/api-clients-automation/pull/3567)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [7c7de04ab](https://github.com/algolia/api-clients-automation/commit/7c7de04ab) fix(specs): another wrong link ([#3570](https://github.com/algolia/api-clients-automation/pull/3570)) by [@kai687](https://github.com/kai687/)
5+
- [f38a9ef12](https://github.com/algolia/api-clients-automation/commit/f38a9ef12) chore(specs): breaking change method names mapping table ([#3568](https://github.com/algolia/api-clients-automation/pull/3568)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [73868d60e](https://github.com/algolia/api-clients-automation/commit/73868d60e) fix(javascript): exports type field ([#3569](https://github.com/algolia/api-clients-automation/pull/3569)) by [@shortcuts](https://github.com/shortcuts/)
7+
- [9dedfc90f](https://github.com/algolia/api-clients-automation/commit/9dedfc90f) fix(clients): mention `main` branch instead of `master` ([#3566](https://github.com/algolia/api-clients-automation/pull/3566)) by [@shortcuts](https://github.com/shortcuts/)
8+
- [0e5ffb1e8](https://github.com/algolia/api-clients-automation/commit/0e5ffb1e8) fix(specs): broken link ([#3559](https://github.com/algolia/api-clients-automation/pull/3559)) by [@kai687](https://github.com/kai687/)
9+
110
## [5.1.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.2...5.1.0)
211

312
- [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/)

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.1.0';
30+
export const apiClientVersion = '5.1.1';
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.1.0",
3+
"version": "5.1.1",
44
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
55
"repository": {
66
"type": "git",
@@ -67,14 +67,14 @@
6767
"test": "jest"
6868
},
6969
"dependencies": {
70-
"@algolia/client-abtesting": "5.1.0",
71-
"@algolia/client-analytics": "5.1.0",
72-
"@algolia/client-common": "5.1.0",
73-
"@algolia/client-personalization": "5.1.0",
74-
"@algolia/client-search": "5.1.0",
75-
"@algolia/recommend": "5.1.0",
76-
"@algolia/requester-browser-xhr": "5.1.0",
77-
"@algolia/requester-node-http": "5.1.0"
70+
"@algolia/client-abtesting": "5.1.1",
71+
"@algolia/client-analytics": "5.1.1",
72+
"@algolia/client-common": "5.1.1",
73+
"@algolia/client-personalization": "5.1.1",
74+
"@algolia/client-search": "5.1.1",
75+
"@algolia/recommend": "5.1.1",
76+
"@algolia/requester-browser-xhr": "5.1.1",
77+
"@algolia/requester-node-http": "5.1.1"
7878
},
7979
"devDependencies": {
8080
"@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.1.0",
3+
"version": "5.1.1",
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.1.0",
48-
"@algolia/requester-browser-xhr": "5.1.0",
49-
"@algolia/requester-node-http": "5.1.0"
47+
"@algolia/client-common": "5.1.1",
48+
"@algolia/requester-browser-xhr": "5.1.1",
49+
"@algolia/requester-node-http": "5.1.1"
5050
},
5151
"devDependencies": {
5252
"@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.1.0';
34+
export const apiClientVersion = '5.1.1';
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.1.0",
3+
"version": "5.1.1",
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.1.0",
48-
"@algolia/requester-browser-xhr": "5.1.0",
49-
"@algolia/requester-node-http": "5.1.0"
47+
"@algolia/client-common": "5.1.1",
48+
"@algolia/requester-browser-xhr": "5.1.1",
49+
"@algolia/requester-node-http": "5.1.1"
5050
},
5151
"devDependencies": {
5252
"@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.1.0';
64+
export const apiClientVersion = '5.1.1';
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.1.0",
3+
"version": "5.1.1",
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.1.0",
3+
"version": "5.1.1",
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.1.0",
48-
"@algolia/requester-browser-xhr": "5.1.0",
49-
"@algolia/requester-node-http": "5.1.0"
47+
"@algolia/client-common": "5.1.1",
48+
"@algolia/requester-browser-xhr": "5.1.1",
49+
"@algolia/requester-node-http": "5.1.1"
5050
},
5151
"devDependencies": {
5252
"@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.1.0';
27+
export const apiClientVersion = '5.1.1';
2828

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

0 commit comments

Comments
 (0)