Skip to content

Commit 8aaf02a

Browse files
committed
chore: release 5.49.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
1 parent 36c5242 commit 8aaf02a

File tree

48 files changed

+253
-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

+253
-247
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.49.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.48.2...5.49.0)
2+
3+
- [6d03afc03](https://github.com/algolia/api-clients-automation/commit/6d03afc03) chore(deps): dependencies 2026-02-16 ([#5965](https://github.com/algolia/api-clients-automation/pull/5965)) by [@algolia-bot](https://github.com/algolia-bot/)
4+
- [93c834fee](https://github.com/algolia/api-clients-automation/commit/93c834fee) feat(specs): add optional feedID to composition result set ([#5991](https://github.com/algolia/api-clients-automation/pull/5991)) by [@gavinwade12](https://github.com/gavinwade12/)
5+
- [9aafd690b](https://github.com/algolia/api-clients-automation/commit/9aafd690b) fix(specs): invalid API format for multi feed in Comp API ([#5993](https://github.com/algolia/api-clients-automation/pull/5993)) by [@ClaraMuller](https://github.com/ClaraMuller/)
6+
17
## [5.48.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.48.1...5.48.2)
28

39
- [19df12f31](https://github.com/algolia/api-clients-automation/commit/19df12f31) fix(javascript): Added warning in comment ([#5961](https://github.com/algolia/api-clients-automation/pull/5961)) by [@eric-zaharia](https://github.com/eric-zaharia/)

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

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.48.2/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.49.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.14.2
43+
yarn add @algolia/abtesting@1.15.0
4444
# or
45-
npm install @algolia/abtesting@1.14.2
45+
npm install @algolia/abtesting@1.15.0
4646
# or
47-
pnpm add @algolia/abtesting@1.14.2
47+
pnpm add @algolia/abtesting@1.15.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.14.2/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/abtesting@1.15.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.14.2",
2+
"version": "1.15.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.48.2",
53-
"@algolia/requester-browser-xhr": "5.48.2",
54-
"@algolia/requester-fetch": "5.48.2",
55-
"@algolia/requester-node-http": "5.48.2"
52+
"@algolia/client-common": "5.49.0",
53+
"@algolia/requester-browser-xhr": "5.49.0",
54+
"@algolia/requester-fetch": "5.49.0",
55+
"@algolia/requester-node-http": "5.49.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
@@ -30,7 +30,7 @@ import type {
3030
StopABTestProps,
3131
} from '../model/clientMethodProps';
3232

33-
export const apiClientVersion = '1.14.2';
33+
export const apiClientVersion = '1.15.0';
3434

3535
export const REGIONS = ['de', 'us'] as const;
3636
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/advanced-personalization@0.0.1-alpha.29
43+
yarn add @algolia/advanced-personalization@0.0.1-alpha.30
4444
# or
45-
npm install @algolia/advanced-personalization@0.0.1-alpha.29
45+
npm install @algolia/advanced-personalization@0.0.1-alpha.30
4646
# or
47-
pnpm add @algolia/advanced-personalization@0.0.1-alpha.29
47+
pnpm add @algolia/advanced-personalization@0.0.1-alpha.30
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/advanced-personalization@0.0.1-alpha.29/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/advanced-personalization@0.0.1-alpha.30/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.29",
2+
"version": "0.0.1-alpha.30",
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.48.2",
53-
"@algolia/requester-browser-xhr": "5.48.2",
54-
"@algolia/requester-fetch": "5.48.2",
55-
"@algolia/requester-node-http": "5.48.2"
52+
"@algolia/client-common": "5.49.0",
53+
"@algolia/requester-browser-xhr": "5.49.0",
54+
"@algolia/requester-fetch": "5.49.0",
55+
"@algolia/requester-node-http": "5.49.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
@@ -31,7 +31,7 @@ import type {
3131
GetUsersProps,
3232
} from '../model/clientMethodProps';
3333

34-
export const apiClientVersion = '0.0.1-alpha.29';
34+
export const apiClientVersion = '0.0.1-alpha.30';
3535

3636
export const REGIONS = ['eu', 'us'] as const;
3737
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.48.2
40+
yarn add algoliasearch@5.49.0
4141
# or
42-
npm install algoliasearch@5.48.2
42+
npm install algoliasearch@5.49.0
4343
# or
44-
pnpm add algoliasearch@5.48.2
44+
pnpm add algoliasearch@5.49.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.48.2/dist/algoliasearch.umd.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.49.0/dist/algoliasearch.umd.js"></script>
5454

5555
// for the lite client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.48.2/dist/lite/builds/browser.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.49.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.48.2';
27+
export const apiClientVersion = '5.49.0';
2828

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

0 commit comments

Comments
 (0)