Skip to content

Commit

Permalink
chore: release 5.4.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 12, 2024
1 parent c0c04a2 commit 6f8f3ca
Show file tree
Hide file tree
Showing 27 changed files with 147 additions and 141 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.4.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.4.0...5.4.1)

- [d4df544d6](https://github.com/algolia/api-clients-automation/commit/d4df544d6) fix(specs): remove usage [skip-bc] ([#3691](https://github.com/algolia/api-clients-automation/pull/3691)) by [@kai687](https://github.com/kai687/)
- [d39b87726](https://github.com/algolia/api-clients-automation/commit/d39b87726) chore: assert node helpers ([#3689](https://github.com/algolia/api-clients-automation/pull/3689)) by [@shortcuts](https://github.com/shortcuts/)
- [46d9d8fd0](https://github.com/algolia/api-clients-automation/commit/46d9d8fd0) feat(specs): add (optional) _automaticInsights to search result ([#3688](https://github.com/algolia/api-clients-automation/pull/3688)) by [@raed667](https://github.com/raed667/)

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

- [52e1b570a](https://github.com/algolia/api-clients-automation/commit/52e1b570a) feat(javascript): add requester-testing package ([#3684](https://github.com/algolia/api-clients-automation/pull/3684)) by [@shortcuts](https://github.com/shortcuts/)
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.4.0';
export const apiClientVersion = '5.4.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.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -69,18 +69,18 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.4.0",
"@algolia/client-analytics": "5.4.0",
"@algolia/client-common": "5.4.0",
"@algolia/client-personalization": "5.4.0",
"@algolia/client-search": "5.4.0",
"@algolia/recommend": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-abtesting": "5.4.1",
"@algolia/client-analytics": "5.4.1",
"@algolia/client-common": "5.4.1",
"@algolia/client-personalization": "5.4.1",
"@algolia/client-search": "5.4.1",
"@algolia/recommend": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@algolia/requester-testing": "5.4.0",
"@algolia/requester-testing": "5.4.1",
"@arethetypeswrong/cli": "0.15.4",
"@types/node": "22.5.1",
"jsdom": "25.0.0",
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.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.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.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
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.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.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.4.0';
export const apiClientVersion = '5.4.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.4.0",
"version": "5.4.1",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
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.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.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.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
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.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.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.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
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.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.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.4.0';
export const apiClientVersion = '5.4.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
10 changes: 5 additions & 5 deletions packages/client-search/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-search/src/searchClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
import type { UserId } from '../model/userId';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
10 changes: 5 additions & 5 deletions packages/ingestion/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/src/ingestionClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse';
import type { Trigger } from '../model/trigger';

export const apiClientVersion = '1.4.0';
export const apiClientVersion = '1.4.1';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
10 changes: 5 additions & 5 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/monitoring/src/monitoringClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
import type { LatencyResponse } from '../model/latencyResponse';
import type { StatusResponse } from '../model/statusResponse';

export const apiClientVersion = '1.4.0';
export const apiClientVersion = '1.4.1';

function getDefaultHosts(): Host[] {
return [{ url: 'status.algolia.com', accept: 'readWrite', protocol: 'https' }];
Expand Down
10 changes: 5 additions & 5 deletions packages/recommend/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.4.0",
"version": "5.4.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -48,10 +48,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.4.0",
"@algolia/requester-browser-xhr": "5.4.0",
"@algolia/requester-fetch": "5.4.0",
"@algolia/requester-node-http": "5.4.0"
"@algolia/client-common": "5.4.1",
"@algolia/requester-browser-xhr": "5.4.1",
"@algolia/requester-fetch": "5.4.1",
"@algolia/requester-node-http": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/recommend/src/recommendClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
import type { RecommendRule } from '../model/recommendRule';
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';

export const apiClientVersion = '5.4.0';
export const apiClientVersion = '5.4.1';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
4 changes: 2 additions & 2 deletions packages/requester-browser-xhr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-browser-xhr",
"version": "5.4.0",
"version": "5.4.1",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
},
"dependencies": {
"@algolia/client-common": "5.4.0"
"@algolia/client-common": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/requester-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.4.0",
"version": "5.4.1",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,7 +46,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.4.0"
"@algolia/client-common": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/requester-node-http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-node-http",
"version": "5.4.0",
"version": "5.4.1",
"description": "Promise-based request library for node using the native http module.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.4.0"
"@algolia/client-common": "5.4.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.1",
Expand Down
Loading

0 comments on commit 6f8f3ca

Please sign in to comment.