Skip to content

Commit

Permalink
chore: release 5.0.0-beta.6
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 Jun 24, 2024
1 parent e6e5a65 commit 1b94e3a
Show file tree
Hide file tree
Showing 28 changed files with 122 additions and 116 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [5.0.0-beta.6](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.5...5.0.0-beta.6)

- [632827bef](https://github.com/algolia/api-clients-automation/commit/632827bef) feat(javascript): legacy `getRecommendations` signature ([#3241](https://github.com/algolia/api-clients-automation/pull/3241)) by [@aymeric-giraudet](https://github.com/aymeric-giraudet/)
- [07e074806](https://github.com/algolia/api-clients-automation/commit/07e074806) feat(clients): add recommend to algoliasearch ([#2860](https://github.com/algolia/api-clients-automation/pull/2860)) by [@shortcuts](https://github.com/shortcuts/)
- [683ecb979](https://github.com/algolia/api-clients-automation/commit/683ecb979) fix(javascript): deprecated publish options ([#3220](https://github.com/algolia/api-clients-automation/pull/3220)) by [@shortcuts](https://github.com/shortcuts/)

## [5.0.0-beta.5](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.4...5.0.0-beta.5)

- [b7ae19f2b](https://github.com/algolia/api-clients-automation/commit/b7ae19f2b) feat(specs): add transformations endpoints to ingestion ([#3215](https://github.com/algolia/api-clients-automation/pull/3215)) 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 @@ -25,7 +25,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
import type { SearchMethodParams } from '../model/searchMethodParams';
import type { SearchResponses } from '../model/searchResponses';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
18 changes: 9 additions & 9 deletions packages/algoliasearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "algoliasearch",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,14 +63,14 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-abtesting": "5.0.0-beta.4",
"@algolia/client-analytics": "5.0.0-beta.4",
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/client-personalization": "5.0.0-beta.4",
"@algolia/client-search": "5.0.0-beta.4",
"@algolia/recommend": "5.0.0-beta.4",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-abtesting": "5.0.0-beta.5",
"@algolia/client-analytics": "5.0.0-beta.5",
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/client-personalization": "5.0.0-beta.5",
"@algolia/client-search": "5.0.0-beta.5",
"@algolia/recommend": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@babel/preset-env": "7.24.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-abtesting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-abtesting",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for client-abtesting",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -29,7 +29,7 @@ import type {
} from '../model/clientMethodProps';
import type { ListABTestsResponse } from '../model/listABTestsResponse';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-analytics",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for client-analytics",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -61,7 +61,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

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.0.0-beta.5",
"version": "5.0.0-beta.6",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/client-insights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-insights",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for client-insights",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -24,7 +24,7 @@ import type {
import type { EventsResponse } from '../model/eventsResponse';
import type { InsightsEvents } from '../model/insightsEvents';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

export const REGIONS = ['de', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-personalization/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-personalization",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for client-personalization",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import type { GetUserTokenResponse } from '../model/getUserTokenResponse';
import type { PersonalizationStrategyParams } from '../model/personalizationStrategyParams';
import type { SetPersonalizationStrategyResponse } from '../model/setPersonalizationStrategyResponse';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-query-suggestions",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for client-query-suggestions",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type { GetLogFile200Response } from '../model/getLogFile200Response';
import type { QuerySuggestionsConfigurationResponse } from '../model/querySuggestionsConfigurationResponse';
import type { QuerySuggestionsConfigurationWithIndex } from '../model/querySuggestionsConfigurationWithIndex';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/client-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-search",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for client-search",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -125,7 +125,7 @@ import type { UpdatedAtWithObjectIdResponse } from '../model/updatedAtWithObject
import type { UpdatedRuleResponse } from '../model/updatedRuleResponse';
import type { UserId } from '../model/userId';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
8 changes: 4 additions & 4 deletions packages/client-usage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-usage",
"version": "0.0.2-beta.4",
"version": "0.0.2-beta.5",
"description": "JavaScript client for client-usage",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/client-usage/src/usageClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type {
} from '../model/clientMethodProps';
import type { GetUsage200Response } from '../model/getUsage200Response';

export const apiClientVersion = '0.0.2-beta.4';
export const apiClientVersion = '0.0.2-beta.5';

function getDefaultHosts(appId: string): Host[] {
return (
Expand Down
8 changes: 4 additions & 4 deletions packages/ingestion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/ingestion",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "JavaScript client for ingestion",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -94,7 +94,7 @@ import type { TransformationTryResponse } from '../model/transformationTryRespon
import type { TransformationUpdateResponse } from '../model/transformationUpdateResponse';
import type { Trigger } from '../model/trigger';

export const apiClientVersion = '1.0.0-beta.4';
export const apiClientVersion = '1.0.0-beta.5';

export const REGIONS = ['eu', 'us'] as const;
export type Region = (typeof REGIONS)[number];
Expand Down
8 changes: 4 additions & 4 deletions packages/monitoring/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/monitoring",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "JavaScript client for monitoring",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -33,7 +33,7 @@ import type { InventoryResponse } from '../model/inventoryResponse';
import type { LatencyResponse } from '../model/latencyResponse';
import type { StatusResponse } from '../model/statusResponse';

export const apiClientVersion = '1.0.0-beta.4';
export const apiClientVersion = '1.0.0-beta.5';

function getDefaultHosts(): Host[] {
return [
Expand Down
8 changes: 4 additions & 4 deletions packages/recommend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/recommend",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "JavaScript client for recommend",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,9 +42,9 @@
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5",
"@algolia/requester-browser-xhr": "5.0.0-beta.5",
"@algolia/requester-node-http": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6",
"@algolia/requester-browser-xhr": "5.0.0-beta.6",
"@algolia/requester-node-http": "5.0.0-beta.6"
},
"devDependencies": {
"@types/node": "20.14.8",
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 @@ -33,7 +33,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
import type { RecommendRule } from '../model/recommendRule';
import type { SearchRecommendRulesResponse } from '../model/searchRecommendRulesResponse';

export const apiClientVersion = '5.0.0-beta.4';
export const apiClientVersion = '5.0.0-beta.5';

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.0.0-beta.5",
"version": "5.0.0-beta.6",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6"
},
"devDependencies": {
"@babel/preset-env": "7.24.7",
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.0.0-beta.5",
"version": "5.0.0-beta.6",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "jest"
},
"dependencies": {
"@algolia/client-common": "5.0.0-beta.5"
"@algolia/client-common": "5.0.0-beta.6"
},
"devDependencies": {
"@babel/preset-env": "7.24.7",
Expand Down
Loading

0 comments on commit 1b94e3a

Please sign in to comment.