Skip to content

Commit

Permalink
chore: release 5.20.4
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Mar 5, 2025
1 parent e7b5393 commit f12e4a5
Show file tree
Hide file tree
Showing 45 changed files with 236 additions and 230 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.20.4](https://github.com/algolia/algoliasearch-client-javascript/compare/5.20.3...5.20.4)

- [92bd911848](https://github.com/algolia/api-clients-automation/commit/92bd911848) chore(scripts): point jira issues to another epic ([#4505](https://github.com/algolia/api-clients-automation/pull/4505)) by [@millotp](https://github.com/millotp/)
- [b8918494d0](https://github.com/algolia/api-clients-automation/commit/b8918494d0) chore(deps): dependencies 2025-03-03 ([#4511](https://github.com/algolia/api-clients-automation/pull/4511)) by [@algolia-bot](https://github.com/algolia-bot/)
- [97d2722bc9](https://github.com/algolia/api-clients-automation/commit/97d2722bc9) fix(specs): Increase optionalWords visibility in docs ([#4559](https://github.com/algolia/api-clients-automation/pull/4559)) by [@gazconroy](https://github.com/gazconroy/)

## [5.20.3](https://github.com/algolia/algoliasearch-client-javascript/compare/5.20.2...5.20.3)

- [ecd6bc4fed](https://github.com/algolia/api-clients-automation/commit/ecd6bc4fed) chore(deps): dependencies 2025-02-17 ([#4459](https://github.com/algolia/api-clients-automation/pull/4459)) 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 @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add [email protected].3
yarn add [email protected].4
# or
npm install [email protected].3
npm install [email protected].4
# or
pnpm add [email protected].3
pnpm add [email protected].4
```

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

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/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 @@ -38,11 +38,11 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add [email protected].3
yarn add [email protected].4
# or
npm install [email protected].3
npm install [email protected].4
# or
pnpm add [email protected].3
pnpm add [email protected].4
```

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

```html
// for the full client
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/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 @@ -24,7 +24,7 @@ import type {
import type { SearchForFacetValuesResponse } from '../model/searchForFacetValuesResponse';
import type { SearchResponse } from '../model/searchResponse';

export const apiClientVersion = '5.20.3';
export const apiClientVersion = '5.20.4';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
30 changes: 15 additions & 15 deletions packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.20.3",
"version": "5.20.4",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -74,22 +74,22 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.20.3",
"@algolia/client-analytics": "5.20.3",
"@algolia/client-common": "5.20.3",
"@algolia/client-insights": "5.20.3",
"@algolia/client-personalization": "5.20.3",
"@algolia/client-query-suggestions": "5.20.3",
"@algolia/client-search": "5.20.3",
"@algolia/ingestion": "1.20.3",
"@algolia/monitoring": "1.20.3",
"@algolia/recommend": "5.20.3",
"@algolia/requester-browser-xhr": "5.20.3",
"@algolia/requester-fetch": "5.20.3",
"@algolia/requester-node-http": "5.20.3"
"@algolia/client-abtesting": "5.20.4",
"@algolia/client-analytics": "5.20.4",
"@algolia/client-common": "5.20.4",
"@algolia/client-insights": "5.20.4",
"@algolia/client-personalization": "5.20.4",
"@algolia/client-query-suggestions": "5.20.4",
"@algolia/client-search": "5.20.4",
"@algolia/ingestion": "1.20.4",
"@algolia/monitoring": "1.20.4",
"@algolia/recommend": "5.20.4",
"@algolia/requester-browser-xhr": "5.20.4",
"@algolia/requester-fetch": "5.20.4",
"@algolia/requester-node-http": "5.20.4"
},
"devDependencies": {
"@algolia/requester-testing": "5.20.3",
"@algolia/requester-testing": "5.20.4",
"@arethetypeswrong/cli": "0.17.4",
"@types/node": "22.13.8",
"jsdom": "26.0.0",
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 @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].3
yarn add @algolia/[email protected].4
# or
npm install @algolia/[email protected].3
npm install @algolia/[email protected].4
# or
pnpm add @algolia/[email protected].3
pnpm add @algolia/[email protected].4
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].3/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].4/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.20.3",
"version": "5.20.4",
"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.20.3",
"@algolia/requester-browser-xhr": "5.20.3",
"@algolia/requester-fetch": "5.20.3",
"@algolia/requester-node-http": "5.20.3"
"@algolia/client-common": "5.20.4",
"@algolia/requester-browser-xhr": "5.20.4",
"@algolia/requester-fetch": "5.20.4",
"@algolia/requester-node-http": "5.20.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.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 @@ -31,7 +31,7 @@ import type {
StopABTestProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.20.3';
export const apiClientVersion = '5.20.4';

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 @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].3
yarn add @algolia/[email protected].4
# or
npm install @algolia/[email protected].3
npm install @algolia/[email protected].4
# or
pnpm add @algolia/[email protected].3
pnpm add @algolia/[email protected].4
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].3/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].4/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.20.3",
"version": "5.20.4",
"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.20.3",
"@algolia/requester-browser-xhr": "5.20.3",
"@algolia/requester-fetch": "5.20.3",
"@algolia/requester-node-http": "5.20.3"
"@algolia/client-common": "5.20.4",
"@algolia/requester-browser-xhr": "5.20.4",
"@algolia/requester-fetch": "5.20.4",
"@algolia/requester-node-http": "5.20.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.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 @@ -58,7 +58,7 @@ import type {
GetUsersCountProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.20.3';
export const apiClientVersion = '5.20.4';

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.20.3",
"version": "5.20.4",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-composition/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].13
yarn add @algolia/[email protected].14
# or
npm install @algolia/[email protected].13
npm install @algolia/[email protected].14
# or
pnpm add @algolia/[email protected].13
pnpm add @algolia/[email protected].14
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].13/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].14/dist/builds/browser.umd.js"></script>
```

### Usage
Expand Down
10 changes: 5 additions & 5 deletions packages/client-composition/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.1-alpha.13",
"version": "0.0.1-alpha.14",
"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.20.3",
"@algolia/requester-browser-xhr": "5.20.3",
"@algolia/requester-fetch": "5.20.3",
"@algolia/requester-node-http": "5.20.3"
"@algolia/client-common": "5.20.4",
"@algolia/requester-browser-xhr": "5.20.4",
"@algolia/requester-fetch": "5.20.4",
"@algolia/requester-node-http": "5.20.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/src/compositionFullClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import type {
WaitForCompositionTaskOptions,
} from '../model/clientMethodProps';

export const apiClientVersion = '0.0.1-alpha.13';
export const apiClientVersion = '0.0.1-alpha.14';

function getDefaultHosts(appId: string): Host[] {
return (
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 @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].3
yarn add @algolia/[email protected].4
# or
npm install @algolia/[email protected].3
npm install @algolia/[email protected].4
# or
pnpm add @algolia/[email protected].3
pnpm add @algolia/[email protected].4
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].3/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].4/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.20.3",
"version": "5.20.4",
"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.20.3",
"@algolia/requester-browser-xhr": "5.20.3",
"@algolia/requester-fetch": "5.20.3",
"@algolia/requester-node-http": "5.20.3"
"@algolia/client-common": "5.20.4",
"@algolia/requester-browser-xhr": "5.20.4",
"@algolia/requester-fetch": "5.20.4",
"@algolia/requester-node-http": "5.20.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.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 @@ -21,7 +21,7 @@ import type {
DeleteUserTokenProps,
} from '../model/clientMethodProps';

export const apiClientVersion = '5.20.3';
export const apiClientVersion = '5.20.4';

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 @@ -41,19 +41,19 @@ All of our clients comes with type definition, and are available for both browse
### With a package manager

```bash
yarn add @algolia/[email protected].3
yarn add @algolia/[email protected].4
# or
npm install @algolia/[email protected].3
npm install @algolia/[email protected].4
# or
pnpm add @algolia/[email protected].3
pnpm add @algolia/[email protected].4
```

### Without a package manager

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

```html
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].3/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].4/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.20.3",
"version": "5.20.4",
"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.20.3",
"@algolia/requester-browser-xhr": "5.20.3",
"@algolia/requester-fetch": "5.20.3",
"@algolia/requester-node-http": "5.20.3"
"@algolia/client-common": "5.20.4",
"@algolia/requester-browser-xhr": "5.20.4",
"@algolia/requester-fetch": "5.20.4",
"@algolia/requester-node-http": "5.20.4"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.4",
Expand Down
Loading

0 comments on commit f12e4a5

Please sign in to comment.