Skip to content

Commit

Permalink
chore: release 5.19.0
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 Jan 7, 2025
1 parent e297b32 commit b9de5d7
Show file tree
Hide file tree
Showing 42 changed files with 229 additions and 216 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [5.19.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.18.0...5.19.0)

- [f9d890bbc4](https://github.com/algolia/api-clients-automation/commit/f9d890bbc4) chore(deps): dependencies 2024-12-23 ([#4258](https://github.com/algolia/api-clients-automation/pull/4258)) by [@algolia-bot](https://github.com/algolia-bot/)
- [b569646304](https://github.com/algolia/api-clients-automation/commit/b569646304) fix(specs): drop singer from ingestion specs ([#4281](https://github.com/algolia/api-clients-automation/pull/4281)) by [@shortcuts](https://github.com/shortcuts/)
- [e972f9b28c](https://github.com/algolia/api-clients-automation/commit/e972f9b28c) feat(javascript): expose current apiKey on the client instance ([#4285](https://github.com/algolia/api-clients-automation/pull/4285)) by [@Haroenv](https://github.com/Haroenv/)
- [b2b5acddab](https://github.com/algolia/api-clients-automation/commit/b2b5acddab) chore(deps): dependencies 2024-12-30 ([#4286](https://github.com/algolia/api-clients-automation/pull/4286)) by [@algolia-bot](https://github.com/algolia-bot/)
- [37223c9779](https://github.com/algolia/api-clients-automation/commit/37223c9779) feat(clients): cleanup after replaceAllObjects failure ([#3824](https://github.com/algolia/api-clients-automation/pull/3824)) by [@millotp](https://github.com/millotp/)
- [47b567fd0d](https://github.com/algolia/api-clients-automation/commit/47b567fd0d) chore(deps): dependencies 2025-01-06 ([#4299](https://github.com/algolia/api-clients-automation/pull/4299)) by [@algolia-bot](https://github.com/algolia-bot/)
- [784e40ac53](https://github.com/algolia/api-clients-automation/commit/784e40ac53) feat(specs): improve Composition Client searchResponse specs (matches SearchClient more closely for IS) ([#4300](https://github.com/algolia/api-clients-automation/pull/4300)) by [@e-krebs](https://github.com/e-krebs/)
- [5328ce8333](https://github.com/algolia/api-clients-automation/commit/5328ce8333) feat(specs): add notification settings to tasks ([#4297](https://github.com/algolia/api-clients-automation/pull/4297)) by [@millotp](https://github.com/millotp/)
- [e7b3898f06](https://github.com/algolia/api-clients-automation/commit/e7b3898f06) feat(clients): add optionnal scopes to replaceAllObjects ([#4296](https://github.com/algolia/api-clients-automation/pull/4296)) by [@millotp](https://github.com/millotp/)
- [47193ad3d1](https://github.com/algolia/api-clients-automation/commit/47193ad3d1) chore: revert release ([#4314](https://github.com/algolia/api-clients-automation/pull/4314)) by [@shortcuts](https://github.com/shortcuts/)

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

- [966fe05ae6](https://github.com/algolia/api-clients-automation/commit/966fe05ae6) chore(deps): dependencies 2024-12-16 ([#4235](https://github.com/algolia/api-clients-automation/pull/4235)) 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 algoliasearch@5.18.0
yarn add algoliasearch@5.19.0
# or
npm install algoliasearch@5.18.0
npm install algoliasearch@5.19.0
# or
pnpm add algoliasearch@5.18.0
pnpm add algoliasearch@5.19.0
```

### 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/algoliasearch@5.18.0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.19.0/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.18.0/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.19.0/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 algoliasearch@5.18.0
yarn add algoliasearch@5.19.0
# or
npm install algoliasearch@5.18.0
npm install algoliasearch@5.19.0
# or
pnpm add algoliasearch@5.18.0
pnpm add algoliasearch@5.19.0
```

### 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/algoliasearch@5.18.0/dist/algoliasearch.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.19.0/dist/algoliasearch.umd.js"></script>

// for the lite client
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.18.0/dist/lite/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.19.0/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.18.0';
export const apiClientVersion = '5.19.0';

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.18.0",
"version": "5.19.0",
"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.18.0",
"@algolia/client-analytics": "5.18.0",
"@algolia/client-common": "5.18.0",
"@algolia/client-insights": "5.18.0",
"@algolia/client-personalization": "5.18.0",
"@algolia/client-query-suggestions": "5.18.0",
"@algolia/client-search": "5.18.0",
"@algolia/ingestion": "1.18.0",
"@algolia/monitoring": "1.18.0",
"@algolia/recommend": "5.18.0",
"@algolia/requester-browser-xhr": "5.18.0",
"@algolia/requester-fetch": "5.18.0",
"@algolia/requester-node-http": "5.18.0"
"@algolia/client-abtesting": "5.19.0",
"@algolia/client-analytics": "5.19.0",
"@algolia/client-common": "5.19.0",
"@algolia/client-insights": "5.19.0",
"@algolia/client-personalization": "5.19.0",
"@algolia/client-query-suggestions": "5.19.0",
"@algolia/client-search": "5.19.0",
"@algolia/ingestion": "1.19.0",
"@algolia/monitoring": "1.19.0",
"@algolia/recommend": "5.19.0",
"@algolia/requester-browser-xhr": "5.19.0",
"@algolia/requester-fetch": "5.19.0",
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@algolia/requester-testing": "5.18.0",
"@algolia/requester-testing": "5.19.0",
"@arethetypeswrong/cli": "0.17.2",
"@types/node": "22.10.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 @@ -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/client-abtesting@5.18.0
yarn add @algolia/client-abtesting@5.19.0
# or
npm install @algolia/client-abtesting@5.18.0
npm install @algolia/client-abtesting@5.19.0
# or
pnpm add @algolia/client-abtesting@5.18.0
pnpm add @algolia/client-abtesting@5.19.0
```

### 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.18.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-abtesting@5.19.0/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.18.0",
"version": "5.19.0",
"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.18.0",
"@algolia/requester-browser-xhr": "5.18.0",
"@algolia/requester-fetch": "5.18.0",
"@algolia/requester-node-http": "5.18.0"
"@algolia/client-common": "5.19.0",
"@algolia/requester-browser-xhr": "5.19.0",
"@algolia/requester-fetch": "5.19.0",
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
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.18.0';
export const apiClientVersion = '5.19.0';

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/client-analytics@5.18.0
yarn add @algolia/client-analytics@5.19.0
# or
npm install @algolia/client-analytics@5.18.0
npm install @algolia/client-analytics@5.19.0
# or
pnpm add @algolia/client-analytics@5.18.0
pnpm add @algolia/client-analytics@5.19.0
```

### 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.18.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-analytics@5.19.0/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.18.0",
"version": "5.19.0",
"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.18.0",
"@algolia/requester-browser-xhr": "5.18.0",
"@algolia/requester-fetch": "5.18.0",
"@algolia/requester-node-http": "5.18.0"
"@algolia/client-common": "5.19.0",
"@algolia/requester-browser-xhr": "5.19.0",
"@algolia/requester-fetch": "5.19.0",
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
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.18.0';
export const apiClientVersion = '5.19.0';

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.18.0",
"version": "5.19.0",
"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].8
yarn add @algolia/[email protected].9
# or
npm install @algolia/[email protected].8
npm install @algolia/[email protected].9
# or
pnpm add @algolia/[email protected].8
pnpm add @algolia/[email protected].9
```

### 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].8/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/[email protected].9/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.8",
"version": "0.0.1-alpha.9",
"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.18.0",
"@algolia/requester-browser-xhr": "5.18.0",
"@algolia/requester-fetch": "5.18.0",
"@algolia/requester-node-http": "5.18.0"
"@algolia/client-common": "5.19.0",
"@algolia/requester-browser-xhr": "5.19.0",
"@algolia/requester-fetch": "5.19.0",
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-composition/src/compositionClient.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.8';
export const apiClientVersion = '0.0.1-alpha.9';

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/client-insights@5.18.0
yarn add @algolia/client-insights@5.19.0
# or
npm install @algolia/client-insights@5.18.0
npm install @algolia/client-insights@5.19.0
# or
pnpm add @algolia/client-insights@5.18.0
pnpm add @algolia/client-insights@5.19.0
```

### 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.18.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-insights@5.19.0/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.18.0",
"version": "5.19.0",
"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.18.0",
"@algolia/requester-browser-xhr": "5.18.0",
"@algolia/requester-fetch": "5.18.0",
"@algolia/requester-node-http": "5.18.0"
"@algolia/client-common": "5.19.0",
"@algolia/requester-browser-xhr": "5.19.0",
"@algolia/requester-fetch": "5.19.0",
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
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.18.0';
export const apiClientVersion = '5.19.0';

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/client-personalization@5.18.0
yarn add @algolia/client-personalization@5.19.0
# or
npm install @algolia/client-personalization@5.18.0
npm install @algolia/client-personalization@5.19.0
# or
pnpm add @algolia/client-personalization@5.18.0
pnpm add @algolia/client-personalization@5.19.0
```

### 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.18.0/dist/builds/browser.umd.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@algolia/client-personalization@5.19.0/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.18.0",
"version": "5.19.0",
"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.18.0",
"@algolia/requester-browser-xhr": "5.18.0",
"@algolia/requester-fetch": "5.18.0",
"@algolia/requester-node-http": "5.18.0"
"@algolia/client-common": "5.19.0",
"@algolia/requester-browser-xhr": "5.19.0",
"@algolia/requester-fetch": "5.19.0",
"@algolia/requester-node-http": "5.19.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.17.2",
Expand Down
Loading

0 comments on commit b9de5d7

Please sign in to comment.