Skip to content

Commit 39fd85c

Browse files
algolia-botmillotp
andcommittedSep 25, 2024·
chore: release 5.6.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 74d2722 commit 39fd85c

File tree

39 files changed

+195
-190
lines changed

39 files changed

+195
-190
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [5.6.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.6.0...5.6.1)
2+
3+
- [847ce7753](https://github.com/algolia/api-clients-automation/commit/847ce7753) chore(javascript): update READMEs ([#3829](https://github.com/algolia/api-clients-automation/pull/3829)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [022131871](https://github.com/algolia/api-clients-automation/commit/022131871) fix(specs): correct query params for ingestion [skip-bc] ([#3830](https://github.com/algolia/api-clients-automation/pull/3830)) by [@millotp](https://github.com/millotp/)
5+
16
## [5.6.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.5.3...5.6.0)
27

38
- [1939114e1](https://github.com/algolia/api-clients-automation/commit/1939114e1) chore(deps): dependencies 2024-09-23 ([#3790](https://github.com/algolia/api-clients-automation/pull/3790)) by [@algolia-bot](https://github.com/algolia-bot/)

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ All of our clients comes with type definition, and are available for both browse
4040

4141

4242
```bash
43-
yarn add algoliasearch@5.6.0
43+
yarn add algoliasearch@5.6.1
4444
# or
45-
npm install algoliasearch@5.6.0
45+
npm install algoliasearch@5.6.1
4646
# or
47-
pnpm add algoliasearch@5.6.0
47+
pnpm add algoliasearch@5.6.1
4848
```
4949

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

5454
```html
5555
// for the full client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.0/dist/algoliasearch.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.1/dist/algoliasearch.umd.js"></script>
5757

5858
// for the lite client
59-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.0/dist/lite/builds/browser.umd.js"></script>
59+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.1/dist/lite/builds/browser.umd.js"></script>
6060
```
6161

6262
### Usage

‎packages/algoliasearch/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ All of our clients comes with type definition, and are available for both browse
4040

4141

4242
```bash
43-
yarn add algoliasearch@5.6.0
43+
yarn add algoliasearch@5.6.1
4444
# or
45-
npm install algoliasearch@5.6.0
45+
npm install algoliasearch@5.6.1
4646
# or
47-
pnpm add algoliasearch@5.6.0
47+
pnpm add algoliasearch@5.6.1
4848
```
4949

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

5454
```html
5555
// for the full client
56-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.0/dist/algoliasearch.umd.js"></script>
56+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.1/dist/algoliasearch.umd.js"></script>
5757

5858
// for the lite client
59-
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.0/dist/lite/builds/browser.umd.js"></script>
59+
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.6.1/dist/lite/builds/browser.umd.js"></script>
6060
```
6161

6262
### Usage

‎packages/algoliasearch/lite/src/liteClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
2222
import type { SearchResponse } from '../model/searchResponse';
2323
import type { SearchResponses } from '../model/searchResponses';
2424

25-
export const apiClientVersion = '5.6.0';
25+
export const apiClientVersion = '5.6.1';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
return (

‎packages/algoliasearch/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.6.0",
2+
"version": "5.6.1",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -73,18 +73,18 @@
7373
"lite.d.ts"
7474
],
7575
"dependencies": {
76-
"@algolia/client-abtesting": "5.6.0",
77-
"@algolia/client-analytics": "5.6.0",
78-
"@algolia/client-common": "5.6.0",
79-
"@algolia/client-personalization": "5.6.0",
80-
"@algolia/client-search": "5.6.0",
81-
"@algolia/recommend": "5.6.0",
82-
"@algolia/requester-browser-xhr": "5.6.0",
83-
"@algolia/requester-fetch": "5.6.0",
84-
"@algolia/requester-node-http": "5.6.0"
76+
"@algolia/client-abtesting": "5.6.1",
77+
"@algolia/client-analytics": "5.6.1",
78+
"@algolia/client-common": "5.6.1",
79+
"@algolia/client-personalization": "5.6.1",
80+
"@algolia/client-search": "5.6.1",
81+
"@algolia/recommend": "5.6.1",
82+
"@algolia/requester-browser-xhr": "5.6.1",
83+
"@algolia/requester-fetch": "5.6.1",
84+
"@algolia/requester-node-http": "5.6.1"
8585
},
8686
"devDependencies": {
87-
"@algolia/requester-testing": "5.6.0",
87+
"@algolia/requester-testing": "5.6.1",
8888
"@arethetypeswrong/cli": "0.16.4",
8989
"@types/node": "22.5.5",
9090
"jsdom": "25.0.1",

‎packages/client-abtesting/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ All of our clients comes with type definition, and are available for both browse
4242

4343

4444
```bash
45-
yarn add @algolia/client-abtesting@5.6.0
45+
yarn add @algolia/client-abtesting@5.6.1
4646
# or
47-
npm install @algolia/client-abtesting@5.6.0
47+
npm install @algolia/client-abtesting@5.6.1
4848
# or
49-
pnpm add @algolia/client-abtesting@5.6.0
49+
pnpm add @algolia/client-abtesting@5.6.1
5050
```
5151

5252
### Without a package manager
5353

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

5656
```html
57-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.6.0/dist/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.6.1/dist/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

‎packages/client-abtesting/package.json

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

‎packages/client-abtesting/src/abtestingClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
2727
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
2828
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';
2929

30-
export const apiClientVersion = '5.6.0';
30+
export const apiClientVersion = '5.6.1';
3131

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

‎packages/client-analytics/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ All of our clients comes with type definition, and are available for both browse
4242

4343

4444
```bash
45-
yarn add @algolia/client-analytics@5.6.0
45+
yarn add @algolia/client-analytics@5.6.1
4646
# or
47-
npm install @algolia/client-analytics@5.6.0
47+
npm install @algolia/client-analytics@5.6.1
4848
# or
49-
pnpm add @algolia/client-analytics@5.6.0
49+
pnpm add @algolia/client-analytics@5.6.1
5050
```
5151

5252
### Without a package manager
5353

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

5656
```html
57-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.6.0/dist/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.6.1/dist/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

‎packages/client-analytics/package.json

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

‎packages/client-analytics/src/analyticsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
5757
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
5858
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
5959

60-
export const apiClientVersion = '5.6.0';
60+
export const apiClientVersion = '5.6.1';
6161

6262
export const REGIONS = ['de', 'us'] as const;
6363
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.6.0",
3+
"version": "5.6.1",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

‎packages/client-insights/README.md

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

4141

4242
```bash
43-
yarn add @algolia/client-insights@5.6.0
43+
yarn add @algolia/client-insights@5.6.1
4444
# or
45-
npm install @algolia/client-insights@5.6.0
45+
npm install @algolia/client-insights@5.6.1
4646
# or
47-
pnpm add @algolia/client-insights@5.6.0
47+
pnpm add @algolia/client-insights@5.6.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/client-insights@5.6.0/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.6.1/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

‎packages/client-insights/package.json

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

‎packages/client-insights/src/insightsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type {
2020
import type { EventsResponse } from '../model/eventsResponse';
2121
import type { InsightsEvents } from '../model/insightsEvents';
2222

23-
export const apiClientVersion = '5.6.0';
23+
export const apiClientVersion = '5.6.1';
2424

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

‎packages/client-personalization/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ All of our clients comes with type definition, and are available for both browse
4242

4343

4444
```bash
45-
yarn add @algolia/client-personalization@5.6.0
45+
yarn add @algolia/client-personalization@5.6.1
4646
# or
47-
npm install @algolia/client-personalization@5.6.0
47+
npm install @algolia/client-personalization@5.6.1
4848
# or
49-
pnpm add @algolia/client-personalization@5.6.0
49+
pnpm add @algolia/client-personalization@5.6.1
5050
```
5151

5252
### Without a package manager
5353

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

5656
```html
57-
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.6.0/dist/builds/browser.umd.js"></script>
57+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.6.1/dist/builds/browser.umd.js"></script>
5858
```
5959

6060
### Usage

‎packages/client-personalization/package.json

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

‎packages/client-personalization/src/personalizationClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
2323
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
2424
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';
2525

26-
export const apiClientVersion = '5.6.0';
26+
export const apiClientVersion = '5.6.1';
2727

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

‎packages/client-query-suggestions/README.md

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

4141

4242
```bash
43-
yarn add @algolia/client-query-suggestions@5.6.0
43+
yarn add @algolia/client-query-suggestions@5.6.1
4444
# or
45-
npm install @algolia/client-query-suggestions@5.6.0
45+
npm install @algolia/client-query-suggestions@5.6.1
4646
# or
47-
pnpm add @algolia/client-query-suggestions@5.6.0
47+
pnpm add @algolia/client-query-suggestions@5.6.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/client-query-suggestions@5.6.0/dist/builds/browser.umd.js"></script>
55+
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-query-suggestions@5.6.1/dist/builds/browser.umd.js"></script>
5656
```
5757

5858
### Usage

‎packages/client-query-suggestions/package.json

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

‎packages/client-query-suggestions/src/querySuggestionsClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
2727
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
2828
import type { LogFile } from '../model/logFile';
2929

30-
export const apiClientVersion = '5.6.0';
30+
export const apiClientVersion = '5.6.1';
3131

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

0 commit comments

Comments
 (0)
Please sign in to comment.