Skip to content

Commit 579db37

Browse files
committed
chore: release 5.40.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent b818ed1 commit 579db37

File tree

49 files changed

+256
-248
lines changed

Some content is hidden

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

49 files changed

+256
-248
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.40.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.40.0...5.40.1)
2+
3+
- [9a92b3269](https://github.com/algolia/api-clients-automation/commit/9a92b3269) chore(deps): dependencies 2025-10-13 ([#5453](https://github.com/algolia/api-clients-automation/pull/5453)) by [@algolia-bot](https://github.com/algolia-bot/)
4+
- [ac940e40c](https://github.com/algolia/api-clients-automation/commit/ac940e40c) fix(clients): forward requestOptions to searchForHits ([#5473](https://github.com/algolia/api-clients-automation/pull/5473)) by [@millotp](https://github.com/millotp/)
5+
- [02b6a90ae](https://github.com/algolia/api-clients-automation/commit/02b6a90ae) fix(clients): upgrade linter ([#5476](https://github.com/algolia/api-clients-automation/pull/5476)) by [@millotp](https://github.com/millotp/)
6+
- [3fc252bec](https://github.com/algolia/api-clients-automation/commit/3fc252bec) chore: remove dead links ([#5472](https://github.com/algolia/api-clients-automation/pull/5472)) by [@millotp](https://github.com/millotp/)
7+
- [9eebe5113](https://github.com/algolia/api-clients-automation/commit/9eebe5113) docs: replace links for the new doc ([#5478](https://github.com/algolia/api-clients-automation/pull/5478)) by [@millotp](https://github.com/millotp/)
8+
19
## [5.40.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.39.0...5.40.0)
210

311
- [7de94353f](https://github.com/algolia/api-clients-automation/commit/7de94353f) feat(specs): add compositions deduplication setting ([#5418](https://github.com/algolia/api-clients-automation/pull/5418)) by [@ben-kalmus](https://github.com/ben-kalmus/)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ All of our clients comes with type definition, and are available for both browse
3737
### With a package manager
3838

3939
```bash
40-
40+
4141
# or
42-
npm install [email protected].0
42+
npm install [email protected].1
4343
# or
44-
44+
4545
```
4646

4747
### Without a package manager
@@ -50,10 +50,10 @@ Add the following JavaScript snippet to the <head> of your website:
5050

5151
```html
5252
// for the full client
53-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
{
3636
"path": "packages/abtesting/dist/builds/browser.umd.js",
37-
"maxSize": "4.30KB"
37+
"maxSize": "4.35KB"
3838
},
3939
{
4040
"path": "packages/client-abtesting/dist/builds/browser.umd.js",

packages/abtesting/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ All of our clients comes with type definition, and are available for both browse
4040
### With a package manager
4141

4242
```bash
43-
yarn add @algolia/[email protected].0
43+
yarn add @algolia/[email protected].1
4444
# or
45-
npm install @algolia/[email protected].0
45+
npm install @algolia/[email protected].1
4646
# or
47-
pnpm add @algolia/[email protected].0
47+
pnpm add @algolia/[email protected].1
4848
```
4949

5050
### Without a package manager
5151

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

5454
```html
55-
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].0/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].1/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

packages/abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.0",
2+
"version": "1.6.1",
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.40.0",
53-
"@algolia/requester-browser-xhr": "5.40.0",
54-
"@algolia/requester-fetch": "5.40.0",
55-
"@algolia/requester-node-http": "5.40.0"
52+
"@algolia/client-common": "5.40.1",
53+
"@algolia/requester-browser-xhr": "5.40.1",
54+
"@algolia/requester-fetch": "5.40.1",
55+
"@algolia/requester-node-http": "5.40.1"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",

packages/abtesting/src/abtestingV3Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type {
3434
StopABTestProps,
3535
} from '../model/clientMethodProps';
3636

37-
export const apiClientVersion = '1.6.0';
37+
export const apiClientVersion = '1.6.1';
3838

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

packages/advanced-personalization/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ All of our clients comes with type definition, and are available for both browse
4040
### With a package manager
4141

4242
```bash
43-
yarn add @algolia/[email protected].14
43+
yarn add @algolia/[email protected].15
4444
# or
45-
npm install @algolia/[email protected].14
45+
npm install @algolia/[email protected].15
4646
# or
47-
pnpm add @algolia/[email protected].14
47+
pnpm add @algolia/[email protected].15
4848
```
4949

5050
### Without a package manager
5151

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

5454
```html
55-
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].14/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].15/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

packages/advanced-personalization/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-alpha.14",
2+
"version": "0.0.1-alpha.15",
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.40.0",
53-
"@algolia/requester-browser-xhr": "5.40.0",
54-
"@algolia/requester-fetch": "5.40.0",
55-
"@algolia/requester-node-http": "5.40.0"
52+
"@algolia/client-common": "5.40.1",
53+
"@algolia/requester-browser-xhr": "5.40.1",
54+
"@algolia/requester-fetch": "5.40.1",
55+
"@algolia/requester-node-http": "5.40.1"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.18.2",

packages/advanced-personalization/src/advancedPersonalizationClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import type {
3434
GetUsersProps,
3535
} from '../model/clientMethodProps';
3636

37-
export const apiClientVersion = '0.0.1-alpha.14';
37+
export const apiClientVersion = '0.0.1-alpha.15';
3838

3939
export const REGIONS = ['eu', 'us'] as const;
4040
export type Region = (typeof REGIONS)[number];

packages/algoliasearch/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ All of our clients comes with type definition, and are available for both browse
3737
### With a package manager
3838

3939
```bash
40-
40+
4141
# or
42-
npm install [email protected].0
42+
npm install [email protected].1
4343
# or
44-
44+
4545
```
4646

4747
### Without a package manager
@@ -50,10 +50,10 @@ Add the following JavaScript snippet to the <head> of your website:
5050

5151
```html
5252
// for the full client
53-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/lite/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

0 commit comments

Comments
 (0)