Skip to content

Commit c16baba

Browse files
chore: release 5.0.0-beta.15
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent 1dfc4e9 commit c16baba

File tree

28 files changed

+127
-116
lines changed

28 files changed

+127
-116
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [5.0.0-beta.15](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.14...5.0.0-beta.15)
2+
3+
- [ac0cadb8a](https://github.com/algolia/api-clients-automation/commit/ac0cadb8a) feat(specs): add transformation copilot to ingestion ([#3479](https://github.com/algolia/api-clients-automation/pull/3479)) by [@Fluf22](https://github.com/Fluf22/)
4+
- [08a04dec8](https://github.com/algolia/api-clients-automation/commit/08a04dec8) fix(specs): ingestion destination reject indexPrefix ([#3478](https://github.com/algolia/api-clients-automation/pull/3478)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [cdd673d33](https://github.com/algolia/api-clients-automation/commit/cdd673d33) fix(specs): ingestion destinations and transformations ([#3477](https://github.com/algolia/api-clients-automation/pull/3477)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [b4742be76](https://github.com/algolia/api-clients-automation/commit/b4742be76) fix(clients): move the license to the root ([#3457](https://github.com/algolia/api-clients-automation/pull/3457)) by [@millotp](https://github.com/millotp/)
7+
- [e5d14171c](https://github.com/algolia/api-clients-automation/commit/e5d14171c) fix(specs): dictionary entry for stopwords has type property ([#3456](https://github.com/algolia/api-clients-automation/pull/3456)) by [@kai687](https://github.com/kai687/)
8+
- [7af1e75e9](https://github.com/algolia/api-clients-automation/commit/7af1e75e9) fix(specs): body is not required in multiple batch request ([#3454](https://github.com/algolia/api-clients-automation/pull/3454)) by [@kai687](https://github.com/kai687/)
9+
- [b90bef261](https://github.com/algolia/api-clients-automation/commit/b90bef261) feat(specs): add runSource endpoint ([#3453](https://github.com/algolia/api-clients-automation/pull/3453)) by [@millotp](https://github.com/millotp/)
10+
- [27679b7fd](https://github.com/algolia/api-clients-automation/commit/27679b7fd) chore(clients): remove mention of GA ([#3452](https://github.com/algolia/api-clients-automation/pull/3452)) by [@millotp](https://github.com/millotp/)
11+
112
## [5.0.0-beta.14](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.0-beta.13...5.0.0-beta.14)
213

314
- [e982ddf0a](https://github.com/algolia/api-clients-automation/commit/e982ddf0a) fix(specs): built-in ops accept also int ([#3450](https://github.com/algolia/api-clients-automation/pull/3450)) by [@kai687](https://github.com/kai687/)

packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import type { GetRecommendationsResponse } from '../model/getRecommendationsResp
2525
import type { SearchMethodParams } from '../model/searchMethodParams';
2626
import type { SearchResponses } from '../model/searchResponses';
2727

28-
export const apiClientVersion = '5.0.0-beta.13';
28+
export const apiClientVersion = '5.0.0-beta.14';
2929

3030
function getDefaultHosts(appId: string): Host[] {
3131
return (

packages/algoliasearch/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algoliasearch",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"description": "A fully-featured and blazing-fast JavaScript API client to interact with Algolia API.",
55
"repository": {
66
"type": "git",
@@ -63,14 +63,14 @@
6363
"test": "jest"
6464
},
6565
"dependencies": {
66-
"@algolia/client-abtesting": "5.0.0-beta.13",
67-
"@algolia/client-analytics": "5.0.0-beta.13",
68-
"@algolia/client-common": "5.0.0-beta.14",
69-
"@algolia/client-personalization": "5.0.0-beta.13",
70-
"@algolia/client-search": "5.0.0-beta.13",
71-
"@algolia/recommend": "5.0.0-beta.13",
72-
"@algolia/requester-browser-xhr": "5.0.0-beta.14",
73-
"@algolia/requester-node-http": "5.0.0-beta.14"
66+
"@algolia/client-abtesting": "5.0.0-beta.14",
67+
"@algolia/client-analytics": "5.0.0-beta.14",
68+
"@algolia/client-common": "5.0.0-beta.15",
69+
"@algolia/client-personalization": "5.0.0-beta.14",
70+
"@algolia/client-search": "5.0.0-beta.14",
71+
"@algolia/recommend": "5.0.0-beta.14",
72+
"@algolia/requester-browser-xhr": "5.0.0-beta.15",
73+
"@algolia/requester-node-http": "5.0.0-beta.15"
7474
},
7575
"devDependencies": {
7676
"@babel/preset-env": "7.25.3",

packages/client-abtesting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-abtesting",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"description": "JavaScript client for client-abtesting",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.0-beta.14",
46-
"@algolia/requester-browser-xhr": "5.0.0-beta.14",
47-
"@algolia/requester-node-http": "5.0.0-beta.14"
45+
"@algolia/client-common": "5.0.0-beta.15",
46+
"@algolia/requester-browser-xhr": "5.0.0-beta.15",
47+
"@algolia/requester-node-http": "5.0.0-beta.15"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.1.0",

packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import type {
2929
} from '../model/clientMethodProps';
3030
import type { ListABTestsResponse } from '../model/listABTestsResponse';
3131

32-
export const apiClientVersion = '5.0.0-beta.13';
32+
export const apiClientVersion = '5.0.0-beta.14';
3333

3434
export const REGIONS = ['de', 'us'] as const;
3535
export type Region = (typeof REGIONS)[number];

packages/client-analytics/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-analytics",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"description": "JavaScript client for client-analytics",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.0-beta.14",
46-
"@algolia/requester-browser-xhr": "5.0.0-beta.14",
47-
"@algolia/requester-node-http": "5.0.0-beta.14"
45+
"@algolia/client-common": "5.0.0-beta.15",
46+
"@algolia/requester-browser-xhr": "5.0.0-beta.15",
47+
"@algolia/requester-node-http": "5.0.0-beta.15"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.1.0",

packages/client-analytics/src/analyticsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ import type { GetTopHitsResponse } from '../model/getTopHitsResponse';
6161
import type { GetTopSearchesResponse } from '../model/getTopSearchesResponse';
6262
import type { GetUsersCountResponse } from '../model/getUsersCountResponse';
6363

64-
export const apiClientVersion = '5.0.0-beta.13';
64+
export const apiClientVersion = '5.0.0-beta.14';
6565

6666
export const REGIONS = ['de', 'us'] as const;
6767
export type Region = (typeof REGIONS)[number];

packages/client-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-common",
3-
"version": "5.0.0-beta.14",
3+
"version": "5.0.0-beta.15",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

packages/client-insights/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@algolia/client-insights",
3-
"version": "5.0.0-beta.13",
3+
"version": "5.0.0-beta.14",
44
"description": "JavaScript client for client-insights",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.0-beta.14",
46-
"@algolia/requester-browser-xhr": "5.0.0-beta.14",
47-
"@algolia/requester-node-http": "5.0.0-beta.14"
45+
"@algolia/client-common": "5.0.0-beta.15",
46+
"@algolia/requester-browser-xhr": "5.0.0-beta.15",
47+
"@algolia/requester-node-http": "5.0.0-beta.15"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.1.0",

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import type {
2424
import type { EventsResponse } from '../model/eventsResponse';
2525
import type { InsightsEvents } from '../model/insightsEvents';
2626

27-
export const apiClientVersion = '5.0.0-beta.13';
27+
export const apiClientVersion = '5.0.0-beta.14';
2828

2929
export const REGIONS = ['de', 'us'] as const;
3030
export type Region = (typeof REGIONS)[number];

0 commit comments

Comments
 (0)