Skip to content

Commit 39b26ac

Browse files
chore: release 5.24.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent 611be74 commit 39b26ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+237
-230
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.24.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.23.4...5.24.0)
2+
3+
- [efec6baf1c](https://github.com/algolia/api-clients-automation/commit/efec6baf1c) chore(deps): dependencies 2025-04-21 ([#4762](https://github.com/algolia/api-clients-automation/pull/4762)) by [@algolia-bot](https://github.com/algolia-bot/)
4+
- [b61b6feb7a](https://github.com/algolia/api-clients-automation/commit/b61b6feb7a) feat(javascript): prepare composition for stable release ([#4782](https://github.com/algolia/api-clients-automation/pull/4782)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [53ac749807](https://github.com/algolia/api-clients-automation/commit/53ac749807) chore(deps): dependencies 2025-04-28 ([#4785](https://github.com/algolia/api-clients-automation/pull/4785)) by [@algolia-bot](https://github.com/algolia-bot/)
6+
- [065093aeef](https://github.com/algolia/api-clients-automation/commit/065093aeef) feat(javascript): add `accountCopyIndex` helper ([#4798](https://github.com/algolia/api-clients-automation/pull/4798)) by [@shortcuts](https://github.com/shortcuts/)
7+
18
## [5.23.4](https://github.com/algolia/algoliasearch-client-javascript/compare/5.23.3...5.23.4)
29

310
- [369c14232](https://github.com/algolia/api-clients-automation/commit/369c14232) fix(specs): condition cant be numeric filter ([#4726](https://github.com/algolia/api-clients-automation/pull/4726)) by [@kai687](https://github.com/kai687/)

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
3838
### With a package manager
3939

4040
```bash
41-
yarn add algoliasearch@5.23.4
41+
yarn add algoliasearch@5.24.0
4242
# or
43-
npm install algoliasearch@5.23.4
43+
npm install algoliasearch@5.24.0
4444
# or
45-
pnpm add algoliasearch@5.23.4
45+
pnpm add algoliasearch@5.24.0
4646
```
4747

4848
### Without a package manager
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:
5151

5252
```html
5353
// for the full client
54-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.23.4/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.24.0/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.23.4/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.24.0/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

packages/algoliasearch/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
3838
### With a package manager
3939

4040
```bash
41-
yarn add algoliasearch@5.23.4
41+
yarn add algoliasearch@5.24.0
4242
# or
43-
npm install algoliasearch@5.23.4
43+
npm install algoliasearch@5.24.0
4444
# or
45-
pnpm add algoliasearch@5.23.4
45+
pnpm add algoliasearch@5.24.0
4646
```
4747

4848
### Without a package manager
@@ -51,10 +51,10 @@ Add the following JavaScript snippet to the <head> of your website:
5151

5252
```html
5353
// for the full client
54-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.23.4/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.24.0/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.23.4/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.24.0/dist/lite/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

packages/algoliasearch/lite/src/liteClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
2525
import type { SearchResponse } from '../model/searchResponse';
2626

27-
export const apiClientVersion = '5.23.4';
27+
export const apiClientVersion = '5.24.0';
2828

2929
function getDefaultHosts(appId: string): Host[] {
3030
return (

packages/algoliasearch/package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.4",
2+
"version": "5.24.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -74,22 +74,22 @@
7474
"lite.d.ts"
7575
],
7676
"dependencies": {
77-
"@algolia/client-abtesting": "5.23.4",
78-
"@algolia/client-analytics": "5.23.4",
79-
"@algolia/client-common": "5.23.4",
80-
"@algolia/client-insights": "5.23.4",
81-
"@algolia/client-personalization": "5.23.4",
82-
"@algolia/client-query-suggestions": "5.23.4",
83-
"@algolia/client-search": "5.23.4",
84-
"@algolia/ingestion": "1.23.4",
85-
"@algolia/monitoring": "1.23.4",
86-
"@algolia/recommend": "5.23.4",
87-
"@algolia/requester-browser-xhr": "5.23.4",
88-
"@algolia/requester-fetch": "5.23.4",
89-
"@algolia/requester-node-http": "5.23.4"
77+
"@algolia/client-abtesting": "5.24.0",
78+
"@algolia/client-analytics": "5.24.0",
79+
"@algolia/client-common": "5.24.0",
80+
"@algolia/client-insights": "5.24.0",
81+
"@algolia/client-personalization": "5.24.0",
82+
"@algolia/client-query-suggestions": "5.24.0",
83+
"@algolia/client-search": "5.24.0",
84+
"@algolia/ingestion": "1.24.0",
85+
"@algolia/monitoring": "1.24.0",
86+
"@algolia/recommend": "5.24.0",
87+
"@algolia/requester-browser-xhr": "5.24.0",
88+
"@algolia/requester-fetch": "5.24.0",
89+
"@algolia/requester-node-http": "5.24.0"
9090
},
9191
"devDependencies": {
92-
"@algolia/requester-testing": "5.23.4",
92+
"@algolia/requester-testing": "5.24.0",
9393
"@arethetypeswrong/cli": "0.17.4",
9494
"@cloudflare/vitest-pool-workers": "0.8.22",
9595
"@cloudflare/workers-types": "4.20250428.0",

packages/client-abtesting/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/client-abtesting@5.23.4
44+
yarn add @algolia/client-abtesting@5.24.0
4545
# or
46-
npm install @algolia/client-abtesting@5.23.4
46+
npm install @algolia/client-abtesting@5.24.0
4747
# or
48-
pnpm add @algolia/client-abtesting@5.23.4
48+
pnpm add @algolia/client-abtesting@5.24.0
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.23.4/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.24.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-abtesting/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.4",
2+
"version": "5.24.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.23.4",
53-
"@algolia/requester-browser-xhr": "5.23.4",
54-
"@algolia/requester-fetch": "5.23.4",
55-
"@algolia/requester-node-http": "5.23.4"
52+
"@algolia/client-common": "5.24.0",
53+
"@algolia/requester-browser-xhr": "5.24.0",
54+
"@algolia/requester-fetch": "5.24.0",
55+
"@algolia/requester-node-http": "5.24.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

packages/client-abtesting/src/abtestingClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import type {
3131
StopABTestProps,
3232
} from '../model/clientMethodProps';
3333

34-
export const apiClientVersion = '5.23.4';
34+
export const apiClientVersion = '5.24.0';
3535

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

packages/client-analytics/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/client-analytics@5.23.4
44+
yarn add @algolia/client-analytics@5.24.0
4545
# or
46-
npm install @algolia/client-analytics@5.23.4
46+
npm install @algolia/client-analytics@5.24.0
4747
# or
48-
pnpm add @algolia/client-analytics@5.23.4
48+
pnpm add @algolia/client-analytics@5.24.0
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.23.4/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.24.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-analytics/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.4",
2+
"version": "5.24.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.23.4",
53-
"@algolia/requester-browser-xhr": "5.23.4",
54-
"@algolia/requester-fetch": "5.23.4",
55-
"@algolia/requester-node-http": "5.23.4"
52+
"@algolia/client-common": "5.24.0",
53+
"@algolia/requester-browser-xhr": "5.24.0",
54+
"@algolia/requester-fetch": "5.24.0",
55+
"@algolia/requester-node-http": "5.24.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

packages/client-analytics/src/analyticsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import type {
5858
GetUsersCountProps,
5959
} from '../model/clientMethodProps';
6060

61-
export const apiClientVersion = '5.23.4';
61+
export const apiClientVersion = '5.24.0';
6262

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

packages/client-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-common",
3-
"version": "5.23.4",
3+
"version": "5.24.0",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

packages/client-composition/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/client-composition@0.0.1
44+
yarn add @algolia/client-composition@1.0.0
4545
# or
46-
npm install @algolia/client-composition@0.0.1
46+
npm install @algolia/client-composition@1.0.0
4747
# or
48-
pnpm add @algolia/client-composition@0.0.1
48+
pnpm add @algolia/client-composition@1.0.0
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@1.0.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-composition/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1",
2+
"version": "1.0.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.23.4",
53-
"@algolia/requester-browser-xhr": "5.23.4",
54-
"@algolia/requester-fetch": "5.23.4",
55-
"@algolia/requester-node-http": "5.23.4"
52+
"@algolia/client-common": "5.24.0",
53+
"@algolia/requester-browser-xhr": "5.24.0",
54+
"@algolia/requester-fetch": "5.24.0",
55+
"@algolia/requester-node-http": "5.24.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

packages/client-composition/src/compositionFullClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import type {
4141
WaitForCompositionTaskOptions,
4242
} from '../model/clientMethodProps';
4343

44-
export const apiClientVersion = '0.0.1';
44+
export const apiClientVersion = '1.0.0';
4545

4646
function getDefaultHosts(appId: string): Host[] {
4747
return (

packages/client-insights/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/client-insights@5.23.4
44+
yarn add @algolia/client-insights@5.24.0
4545
# or
46-
npm install @algolia/client-insights@5.23.4
46+
npm install @algolia/client-insights@5.24.0
4747
# or
48-
pnpm add @algolia/client-insights@5.23.4
48+
pnpm add @algolia/client-insights@5.24.0
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.23.4/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.24.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-insights/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.4",
2+
"version": "5.24.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.23.4",
53-
"@algolia/requester-browser-xhr": "5.23.4",
54-
"@algolia/requester-fetch": "5.23.4",
55-
"@algolia/requester-node-http": "5.23.4"
52+
"@algolia/client-common": "5.24.0",
53+
"@algolia/requester-browser-xhr": "5.24.0",
54+
"@algolia/requester-fetch": "5.24.0",
55+
"@algolia/requester-node-http": "5.24.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

packages/client-insights/src/insightsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import type {
2121
DeleteUserTokenProps,
2222
} from '../model/clientMethodProps';
2323

24-
export const apiClientVersion = '5.23.4';
24+
export const apiClientVersion = '5.24.0';
2525

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

packages/client-personalization/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
4141
### With a package manager
4242

4343
```bash
44-
yarn add @algolia/client-personalization@5.23.4
44+
yarn add @algolia/client-personalization@5.24.0
4545
# or
46-
npm install @algolia/client-personalization@5.23.4
46+
npm install @algolia/client-personalization@5.24.0
4747
# or
48-
pnpm add @algolia/client-personalization@5.23.4
48+
pnpm add @algolia/client-personalization@5.24.0
4949
```
5050

5151
### Without a package manager
5252

5353
Add the following JavaScript snippet to the <head> of your website:
5454

5555
```html
56-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.23.4/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.24.0/dist/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/client-personalization/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.4",
2+
"version": "5.24.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.23.4",
53-
"@algolia/requester-browser-xhr": "5.23.4",
54-
"@algolia/requester-fetch": "5.23.4",
55-
"@algolia/requester-node-http": "5.23.4"
52+
"@algolia/client-common": "5.24.0",
53+
"@algolia/requester-browser-xhr": "5.24.0",
54+
"@algolia/requester-fetch": "5.24.0",
55+
"@algolia/requester-node-http": "5.24.0"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

0 commit comments

Comments
 (0)