Skip to content

Commit bee4abb

Browse files
committed
chore: release 5.44.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent f26927a commit bee4abb

File tree

48 files changed

+255
-247
lines changed

Some content is hidden

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

48 files changed

+255
-247
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.44.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.43.0...5.44.0)
2+
3+
- [7d189e024](https://github.com/algolia/api-clients-automation/commit/7d189e024) feat(specs): add useImagesObjects property in commercetools source input ([#5586](https://github.com/algolia/api-clients-automation/pull/5586)) by [@sbellone](https://github.com/sbellone/)
4+
- [ee5542a32](https://github.com/algolia/api-clients-automation/commit/ee5542a32) fix(specs): Add title values to key oneOfs ([#5581](https://github.com/algolia/api-clients-automation/pull/5581)) by [@gazconroy](https://github.com/gazconroy/)
5+
- [cdace3169](https://github.com/algolia/api-clients-automation/commit/cdace3169) chore(deps): dependencies 2025-11-10 ([#5585](https://github.com/algolia/api-clients-automation/pull/5585)) by [@algolia-bot](https://github.com/algolia-bot/)
6+
- [354d28b7c](https://github.com/algolia/api-clients-automation/commit/354d28b7c) fix(specs): update run reason in observability ([#5623](https://github.com/algolia/api-clients-automation/pull/5623)) by [@millotp](https://github.com/millotp/)
7+
- [ae9ac597f](https://github.com/algolia/api-clients-automation/commit/ae9ac597f) fix(specs): add tags and scope to rules ([#5625](https://github.com/algolia/api-clients-automation/pull/5625)) by [@millotp](https://github.com/millotp/)
8+
19
## [5.43.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.42.0...5.43.0)
210

311
- [ecfea56dc](https://github.com/algolia/api-clients-automation/commit/ecfea56dc) feat(clients): remove schedule capabilities ([#5552](https://github.com/algolia/api-clients-automation/pull/5552)) by [@cdhawke](https://github.com/cdhawke/)

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-
yarn add algoliasearch@5.43.0
40+
yarn add algoliasearch@5.44.0
4141
# or
42-
npm install algoliasearch@5.43.0
42+
npm install algoliasearch@5.44.0
4343
# or
44-
pnpm add algoliasearch@5.43.0
44+
pnpm add algoliasearch@5.44.0
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/algoliasearch@5.43.0/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.44.0/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.43.0/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.44.0/dist/lite/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

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/abtesting@1.9.0
43+
yarn add @algolia/abtesting@1.10.0
4444
# or
45-
npm install @algolia/abtesting@1.9.0
45+
npm install @algolia/abtesting@1.10.0
4646
# or
47-
pnpm add @algolia/abtesting@1.9.0
47+
pnpm add @algolia/abtesting@1.10.0
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/abtesting@1.9.0/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.10.0/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.9.0",
2+
"version": "1.10.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.43.0",
53-
"@algolia/requester-browser-xhr": "5.43.0",
54-
"@algolia/requester-fetch": "5.43.0",
55-
"@algolia/requester-node-http": "5.43.0"
52+
"@algolia/client-common": "5.44.0",
53+
"@algolia/requester-browser-xhr": "5.44.0",
54+
"@algolia/requester-fetch": "5.44.0",
55+
"@algolia/requester-node-http": "5.44.0"
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
@@ -32,7 +32,7 @@ import type {
3232
StopABTestProps,
3333
} from '../model/clientMethodProps';
3434

35-
export const apiClientVersion = '1.9.0';
35+
export const apiClientVersion = '1.10.0';
3636

3737
export const REGIONS = ['de', 'us'] as const;
3838
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].18
43+
yarn add @algolia/[email protected].19
4444
# or
45-
npm install @algolia/[email protected].18
45+
npm install @algolia/[email protected].19
4646
# or
47-
pnpm add @algolia/[email protected].18
47+
pnpm add @algolia/[email protected].19
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].18/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].19/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.18",
2+
"version": "0.0.1-alpha.19",
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.43.0",
53-
"@algolia/requester-browser-xhr": "5.43.0",
54-
"@algolia/requester-fetch": "5.43.0",
55-
"@algolia/requester-node-http": "5.43.0"
52+
"@algolia/client-common": "5.44.0",
53+
"@algolia/requester-browser-xhr": "5.44.0",
54+
"@algolia/requester-fetch": "5.44.0",
55+
"@algolia/requester-node-http": "5.44.0"
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.18';
37+
export const apiClientVersion = '0.0.1-alpha.19';
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-
yarn add algoliasearch@5.43.0
40+
yarn add algoliasearch@5.44.0
4141
# or
42-
npm install algoliasearch@5.43.0
42+
npm install algoliasearch@5.44.0
4343
# or
44-
pnpm add algoliasearch@5.43.0
44+
pnpm add algoliasearch@5.44.0
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/algoliasearch@5.43.0/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.44.0/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.43.0/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.44.0/dist/lite/builds/browser.umd.js"></script>
5757
```
5858

5959
### Usage

packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
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.43.0';
27+
export const apiClientVersion = '5.44.0';
2828

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

0 commit comments

Comments
 (0)