Skip to content

Commit f12e4a5

Browse files
chore: release 5.20.4
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent e7b5393 commit f12e4a5

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

+236
-230
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.20.4](https://github.com/algolia/algoliasearch-client-javascript/compare/5.20.3...5.20.4)
2+
3+
- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
4+
- [b8918494d0](https://github.com/algolia/api-clients-automation/commit/b8918494d0) chore(deps): dependencies 2025-03-03 ([#4511](https://github.com/algolia/api-clients-automation/pull/4511)) by [@algolia-bot](https://github.com/algolia-bot/)
5+
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)
6+
17
## [5.20.3](https://github.com/algolia/algoliasearch-client-javascript/compare/5.20.2...5.20.3)
28

39
- [ecd6bc4fed](https://github.com/algolia/api-clients-automation/commit/ecd6bc4fed) chore(deps): dependencies 2025-02-17 ([#4459](https://github.com/algolia/api-clients-automation/pull/4459)) by [@algolia-bot](https://github.com/algolia-bot/)

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.20.3
41+
yarn add algoliasearch@5.20.4
4242
# or
43-
npm install algoliasearch@5.20.3
43+
npm install algoliasearch@5.20.4
4444
# or
45-
pnpm add algoliasearch@5.20.3
45+
pnpm add algoliasearch@5.20.4
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.20.3/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.20.4/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.20.3/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.20.4/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.20.3
41+
yarn add algoliasearch@5.20.4
4242
# or
43-
npm install algoliasearch@5.20.3
43+
npm install algoliasearch@5.20.4
4444
# or
45-
pnpm add algoliasearch@5.20.3
45+
pnpm add algoliasearch@5.20.4
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.20.3/dist/algoliasearch.umd.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.20.4/dist/algoliasearch.umd.js"></script>
5555

5656
// for the lite client
57-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.20.3/dist/lite/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.20.4/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.20.3';
27+
export const apiClientVersion = '5.20.4';
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.20.3",
2+
"version": "5.20.4",
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.20.3",
78-
"@algolia/client-analytics": "5.20.3",
79-
"@algolia/client-common": "5.20.3",
80-
"@algolia/client-insights": "5.20.3",
81-
"@algolia/client-personalization": "5.20.3",
82-
"@algolia/client-query-suggestions": "5.20.3",
83-
"@algolia/client-search": "5.20.3",
84-
"@algolia/ingestion": "1.20.3",
85-
"@algolia/monitoring": "1.20.3",
86-
"@algolia/recommend": "5.20.3",
87-
"@algolia/requester-browser-xhr": "5.20.3",
88-
"@algolia/requester-fetch": "5.20.3",
89-
"@algolia/requester-node-http": "5.20.3"
77+
"@algolia/client-abtesting": "5.20.4",
78+
"@algolia/client-analytics": "5.20.4",
79+
"@algolia/client-common": "5.20.4",
80+
"@algolia/client-insights": "5.20.4",
81+
"@algolia/client-personalization": "5.20.4",
82+
"@algolia/client-query-suggestions": "5.20.4",
83+
"@algolia/client-search": "5.20.4",
84+
"@algolia/ingestion": "1.20.4",
85+
"@algolia/monitoring": "1.20.4",
86+
"@algolia/recommend": "5.20.4",
87+
"@algolia/requester-browser-xhr": "5.20.4",
88+
"@algolia/requester-fetch": "5.20.4",
89+
"@algolia/requester-node-http": "5.20.4"
9090
},
9191
"devDependencies": {
92-
"@algolia/requester-testing": "5.20.3",
92+
"@algolia/requester-testing": "5.20.4",
9393
"@arethetypeswrong/cli": "0.17.4",
9494
"@types/node": "22.13.8",
9595
"jsdom": "26.0.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.20.3
44+
yarn add @algolia/client-abtesting@5.20.4
4545
# or
46-
npm install @algolia/client-abtesting@5.20.3
46+
npm install @algolia/client-abtesting@5.20.4
4747
# or
48-
pnpm add @algolia/client-abtesting@5.20.3
48+
pnpm add @algolia/client-abtesting@5.20.4
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.20.3/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.20.4/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.20.3",
2+
"version": "5.20.4",
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.20.3",
53-
"@algolia/requester-browser-xhr": "5.20.3",
54-
"@algolia/requester-fetch": "5.20.3",
55-
"@algolia/requester-node-http": "5.20.3"
52+
"@algolia/client-common": "5.20.4",
53+
"@algolia/requester-browser-xhr": "5.20.4",
54+
"@algolia/requester-fetch": "5.20.4",
55+
"@algolia/requester-node-http": "5.20.4"
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.20.3';
34+
export const apiClientVersion = '5.20.4';
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.20.3
44+
yarn add @algolia/client-analytics@5.20.4
4545
# or
46-
npm install @algolia/client-analytics@5.20.3
46+
npm install @algolia/client-analytics@5.20.4
4747
# or
48-
pnpm add @algolia/client-analytics@5.20.3
48+
pnpm add @algolia/client-analytics@5.20.4
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.20.3/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.20.4/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.20.3",
2+
"version": "5.20.4",
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.20.3",
53-
"@algolia/requester-browser-xhr": "5.20.3",
54-
"@algolia/requester-fetch": "5.20.3",
55-
"@algolia/requester-node-http": "5.20.3"
52+
"@algolia/client-common": "5.20.4",
53+
"@algolia/requester-browser-xhr": "5.20.4",
54+
"@algolia/requester-fetch": "5.20.4",
55+
"@algolia/requester-node-http": "5.20.4"
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.20.3';
61+
export const apiClientVersion = '5.20.4';
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.20.3",
3+
"version": "5.20.4",
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-alpha.13
44+
yarn add @algolia/client-composition@0.0.1-alpha.14
4545
# or
46-
npm install @algolia/client-composition@0.0.1-alpha.13
46+
npm install @algolia/client-composition@0.0.1-alpha.14
4747
# or
48-
pnpm add @algolia/client-composition@0.0.1-alpha.13
48+
pnpm add @algolia/client-composition@0.0.1-alpha.14
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-alpha.13/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-composition@0.0.1-alpha.14/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-alpha.13",
2+
"version": "0.0.1-alpha.14",
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.20.3",
53-
"@algolia/requester-browser-xhr": "5.20.3",
54-
"@algolia/requester-fetch": "5.20.3",
55-
"@algolia/requester-node-http": "5.20.3"
52+
"@algolia/client-common": "5.20.4",
53+
"@algolia/requester-browser-xhr": "5.20.4",
54+
"@algolia/requester-fetch": "5.20.4",
55+
"@algolia/requester-node-http": "5.20.4"
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-alpha.13';
44+
export const apiClientVersion = '0.0.1-alpha.14';
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.20.3
44+
yarn add @algolia/client-insights@5.20.4
4545
# or
46-
npm install @algolia/client-insights@5.20.3
46+
npm install @algolia/client-insights@5.20.4
4747
# or
48-
pnpm add @algolia/client-insights@5.20.3
48+
pnpm add @algolia/client-insights@5.20.4
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.20.3/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.20.4/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.20.3",
2+
"version": "5.20.4",
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.20.3",
53-
"@algolia/requester-browser-xhr": "5.20.3",
54-
"@algolia/requester-fetch": "5.20.3",
55-
"@algolia/requester-node-http": "5.20.3"
52+
"@algolia/client-common": "5.20.4",
53+
"@algolia/requester-browser-xhr": "5.20.4",
54+
"@algolia/requester-fetch": "5.20.4",
55+
"@algolia/requester-node-http": "5.20.4"
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.20.3';
24+
export const apiClientVersion = '5.20.4';
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.20.3
44+
yarn add @algolia/client-personalization@5.20.4
4545
# or
46-
npm install @algolia/client-personalization@5.20.3
46+
npm install @algolia/client-personalization@5.20.4
4747
# or
48-
pnpm add @algolia/client-personalization@5.20.3
48+
pnpm add @algolia/client-personalization@5.20.4
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.20.3/dist/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.20.4/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.20.3",
2+
"version": "5.20.4",
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.20.3",
53-
"@algolia/requester-browser-xhr": "5.20.3",
54-
"@algolia/requester-fetch": "5.20.3",
55-
"@algolia/requester-node-http": "5.20.3"
52+
"@algolia/client-common": "5.20.4",
53+
"@algolia/requester-browser-xhr": "5.20.4",
54+
"@algolia/requester-fetch": "5.20.4",
55+
"@algolia/requester-node-http": "5.20.4"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

0 commit comments

Comments
 (0)