Skip to content

Commit

Permalink
chore: release 5.6.1
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Sep 25, 2024
1 parent 74d2722 commit 39fd85c
Show file tree
Hide file tree
Showing 39 changed files with 195 additions and 190 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [5.6.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.6.0...5.6.1)

- [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/)
- [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.6.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.5.3...5.6.0)

- [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/)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add algoliasearch@5.6.0
yarn add algoliasearch@5.6.1
# or
npm install algoliasearch@5.6.0
npm install algoliasearch@5.6.1
# or
pnpm add algoliasearch@5.6.0
pnpm add algoliasearch@5.6.1
```

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

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

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

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/algoliasearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add algoliasearch@5.6.0
yarn add algoliasearch@5.6.1
# or
npm install algoliasearch@5.6.0
npm install algoliasearch@5.6.1
# or
pnpm add algoliasearch@5.6.0
pnpm add algoliasearch@5.6.1
```

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

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

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

### Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/algoliasearch/lite/src/liteClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
import type { SearchResponse } from '../model/searchResponse';
import type { SearchResponses } from '../model/searchResponses';

export const apiClientVersion = '5.6.0';
export const apiClientVersion = '5.6.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
22 changes: 11 additions & 11 deletions packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.0",
"version": "5.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -73,18 +73,18 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.6.0",
"@algolia/client-analytics": "5.6.0",
"@algolia/client-common": "5.6.0",
"@algolia/client-personalization": "5.6.0",
"@algolia/client-search": "5.6.0",
"@algolia/recommend": "5.6.0",
"@algolia/requester-browser-xhr": "5.6.0",
"@algolia/requester-fetch": "5.6.0",
"@algolia/requester-node-http": "5.6.0"
"@algolia/client-abtesting": "5.6.1",
"@algolia/client-analytics": "5.6.1",
"@algolia/client-common": "5.6.1",
"@algolia/client-personalization": "5.6.1",
"@algolia/client-search": "5.6.1",
"@algolia/recommend": "5.6.1",
"@algolia/requester-browser-xhr": "5.6.1",
"@algolia/requester-fetch": "5.6.1",
"@algolia/requester-node-http": "5.6.1"
},
"devDependencies": {
"@algolia/requester-testing": "5.6.0",
"@algolia/requester-testing": "5.6.1",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.5.5",
"jsdom": "25.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-abtesting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add @algolia/client-abtesting@5.6.0
yarn add @algolia/client-abtesting@5.6.1
# or
npm install @algolia/client-abtesting@5.6.0
npm install @algolia/client-abtesting@5.6.1
# or
pnpm add @algolia/client-abtesting@5.6.0
pnpm add @algolia/client-abtesting@5.6.1
```

### Without a package manager

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

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

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-abtesting/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.0",
"version": "5.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.6.0",
"@algolia/requester-browser-xhr": "5.6.0",
"@algolia/requester-fetch": "5.6.0",
"@algolia/requester-node-http": "5.6.0"
"@algolia/client-common": "5.6.1",
"@algolia/requester-browser-xhr": "5.6.1",
"@algolia/requester-fetch": "5.6.1",
"@algolia/requester-node-http": "5.6.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-abtesting/src/abtestingClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';

export const apiClientVersion = '5.6.0';
export const apiClientVersion = '5.6.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add @algolia/client-analytics@5.6.0
yarn add @algolia/client-analytics@5.6.1
# or
npm install @algolia/client-analytics@5.6.0
npm install @algolia/client-analytics@5.6.1
# or
pnpm add @algolia/client-analytics@5.6.0
pnpm add @algolia/client-analytics@5.6.1
```

### Without a package manager

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

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

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.0",
"version": "5.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.6.0",
"@algolia/requester-browser-xhr": "5.6.0",
"@algolia/requester-fetch": "5.6.0",
"@algolia/requester-node-http": "5.6.0"
"@algolia/client-common": "5.6.1",
"@algolia/requester-browser-xhr": "5.6.1",
"@algolia/requester-fetch": "5.6.1",
"@algolia/requester-node-http": "5.6.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-analytics/src/analyticsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';

export const apiClientVersion = '5.6.0';
export const apiClientVersion = '5.6.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
2 changes: 1 addition & 1 deletion packages/client-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.6.0",
"version": "5.6.1",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-insights/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add @algolia/client-insights@5.6.0
yarn add @algolia/client-insights@5.6.1
# or
npm install @algolia/client-insights@5.6.0
npm install @algolia/client-insights@5.6.1
# or
pnpm add @algolia/client-insights@5.6.0
pnpm add @algolia/client-insights@5.6.1
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.6.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.6.1/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.0",
"version": "5.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.6.0",
"@algolia/requester-browser-xhr": "5.6.0",
"@algolia/requester-fetch": "5.6.0",
"@algolia/requester-node-http": "5.6.0"
"@algolia/client-common": "5.6.1",
"@algolia/requester-browser-xhr": "5.6.1",
"@algolia/requester-fetch": "5.6.1",
"@algolia/requester-node-http": "5.6.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-insights/src/insightsClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import type {
import type { EventsResponse } from '../model/eventsResponse';
import type { InsightsEvents } from '../model/insightsEvents';

export const apiClientVersion = '5.6.0';
export const apiClientVersion = '5.6.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-personalization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add @algolia/client-personalization@5.6.0
yarn add @algolia/client-personalization@5.6.1
# or
npm install @algolia/client-personalization@5.6.0
npm install @algolia/client-personalization@5.6.1
# or
pnpm add @algolia/client-personalization@5.6.0
pnpm add @algolia/client-personalization@5.6.1
```

### Without a package manager

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

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

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-personalization/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.0",
"version": "5.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.6.0",
"@algolia/requester-browser-xhr": "5.6.0",
"@algolia/requester-fetch": "5.6.0",
"@algolia/requester-node-http": "5.6.0"
"@algolia/client-common": "5.6.1",
"@algolia/requester-browser-xhr": "5.6.1",
"@algolia/requester-fetch": "5.6.1",
"@algolia/requester-node-http": "5.6.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';

export const apiClientVersion = '5.6.0';
export const apiClientVersion = '5.6.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-query-suggestions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@ All of our clients comes with type definition, and are available for both browse


```bash
yarn add @algolia/client-query-suggestions@5.6.0
yarn add @algolia/client-query-suggestions@5.6.1
# or
npm install @algolia/client-query-suggestions@5.6.0
npm install @algolia/client-query-suggestions@5.6.1
# or
pnpm add @algolia/client-query-suggestions@5.6.0
pnpm add @algolia/client-query-suggestions@5.6.1
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-query-suggestions@5.6.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-query-suggestions@5.6.1/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-query-suggestions/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.6.0",
"version": "5.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.6.0",
"@algolia/requester-browser-xhr": "5.6.0",
"@algolia/requester-fetch": "5.6.0",
"@algolia/requester-node-http": "5.6.0"
"@algolia/client-common": "5.6.1",
"@algolia/requester-browser-xhr": "5.6.1",
"@algolia/requester-fetch": "5.6.1",
"@algolia/requester-node-http": "5.6.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { ConfigurationResponse } from '../model/configurationResponse';
import type { ConfigurationWithIndex } from '../model/configurationWithIndex';
import type { LogFile } from '../model/logFile';

export const apiClientVersion = '5.6.0';
export const apiClientVersion = '5.6.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
Loading

0 comments on commit 39fd85c

Please sign in to comment.