Skip to content

Commit 8b24e5d

Browse files
chore: release 5.3.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent f05c7d9 commit 8b24e5d

File tree

28 files changed

+125
-116
lines changed

28 files changed

+125
-116
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [5.3.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.5...5.3.0)
2+
3+
- [3b673cee4](https://github.com/algolia/api-clients-automation/commit/3b673cee4) fix(javascript): type definition and template cleanup ([#3656](https://github.com/algolia/api-clients-automation/pull/3656)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [2c65a8d11](https://github.com/algolia/api-clients-automation/commit/2c65a8d11) feat(clients): helper to switch API key in use ([#3616](https://github.com/algolia/api-clients-automation/pull/3616)) by [@Fluf22](https://github.com/Fluf22/)
5+
- [f126366dc](https://github.com/algolia/api-clients-automation/commit/f126366dc) fix(specs): note on Analytics API server ([#3650](https://github.com/algolia/api-clients-automation/pull/3650)) by [@kai687](https://github.com/kai687/)
6+
- [3d02b3164](https://github.com/algolia/api-clients-automation/commit/3d02b3164) feat(clients): add helper to check if an index exists ([#3646](https://github.com/algolia/api-clients-automation/pull/3646)) by [@millotp](https://github.com/millotp/)
7+
- [a36746d65](https://github.com/algolia/api-clients-automation/commit/a36746d65) fix(specs): note on insights API server ([#3649](https://github.com/algolia/api-clients-automation/pull/3649)) by [@kai687](https://github.com/kai687/)
8+
- [1f53716c6](https://github.com/algolia/api-clients-automation/commit/1f53716c6) fix(specs): don't extend $ref objects ([#3623](https://github.com/algolia/api-clients-automation/pull/3623)) by [@kai687](https://github.com/kai687/)
9+
110
## [5.2.5](https://github.com/algolia/algoliasearch-client-javascript/compare/5.2.4...5.2.5)
211

312
- [ff0c99653](https://github.com/algolia/api-clients-automation/commit/ff0c99653) chore(javascript): use tsup bundler ([#3640](https://github.com/algolia/api-clients-automation/pull/3640)) by [@shortcuts](https://github.com/shortcuts/)

packages/algoliasearch/lite/src/liteClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import type { SearchMethodParams } from '../model/searchMethodParams';
2222
import type { SearchResponse } from '../model/searchResponse';
2323
import type { SearchResponses } from '../model/searchResponses';
2424

25-
export const apiClientVersion = '5.2.5';
25+
export const apiClientVersion = '5.3.0';
2626

2727
function getDefaultHosts(appId: string): Host[] {
2828
return (

packages/algoliasearch/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.5",
2+
"version": "5.3.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -65,14 +65,14 @@
6565
"lite.d.ts"
6666
],
6767
"dependencies": {
68-
"@algolia/client-abtesting": "5.2.5",
69-
"@algolia/client-analytics": "5.2.5",
70-
"@algolia/client-common": "5.2.5",
71-
"@algolia/client-personalization": "5.2.5",
72-
"@algolia/client-search": "5.2.5",
73-
"@algolia/recommend": "5.2.5",
74-
"@algolia/requester-browser-xhr": "5.2.5",
75-
"@algolia/requester-node-http": "5.2.5"
68+
"@algolia/client-abtesting": "5.3.0",
69+
"@algolia/client-analytics": "5.3.0",
70+
"@algolia/client-common": "5.3.0",
71+
"@algolia/client-personalization": "5.3.0",
72+
"@algolia/client-search": "5.3.0",
73+
"@algolia/recommend": "5.3.0",
74+
"@algolia/requester-browser-xhr": "5.3.0",
75+
"@algolia/requester-node-http": "5.3.0"
7676
},
7777
"devDependencies": {
7878
"@arethetypeswrong/cli": "0.15.4",

packages/client-abtesting/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.2.5",
2+
"version": "5.3.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.5",
48-
"@algolia/requester-browser-xhr": "5.2.5",
49-
"@algolia/requester-node-http": "5.2.5"
47+
"@algolia/client-common": "5.3.0",
48+
"@algolia/requester-browser-xhr": "5.3.0",
49+
"@algolia/requester-node-http": "5.3.0"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-abtesting/src/abtestingClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import type { ListABTestsResponse } from '../model/listABTestsResponse';
2727
import type { ScheduleABTestResponse } from '../model/scheduleABTestResponse';
2828
import type { ScheduleABTestsRequest } from '../model/scheduleABTestsRequest';
2929

30-
export const apiClientVersion = '5.2.5';
30+
export const apiClientVersion = '5.3.0';
3131

3232
export const REGIONS = ['de', 'us'] as const;
3333
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,5 +1,5 @@
11
{
2-
"version": "5.2.5",
2+
"version": "5.3.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.5",
48-
"@algolia/requester-browser-xhr": "5.2.5",
49-
"@algolia/requester-node-http": "5.2.5"
47+
"@algolia/client-common": "5.3.0",
48+
"@algolia/requester-browser-xhr": "5.3.0",
49+
"@algolia/requester-node-http": "5.3.0"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-analytics/src/analyticsClient.ts

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

60-
export const apiClientVersion = '5.2.5';
60+
export const apiClientVersion = '5.3.0';
6161

6262
export const REGIONS = ['de', 'us'] as const;
6363
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.2.5",
3+
"version": "5.3.0",
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,5 +1,5 @@
11
{
2-
"version": "5.2.5",
2+
"version": "5.3.0",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -44,9 +44,9 @@
4444
"index.d.ts"
4545
],
4646
"dependencies": {
47-
"@algolia/client-common": "5.2.5",
48-
"@algolia/requester-browser-xhr": "5.2.5",
49-
"@algolia/requester-node-http": "5.2.5"
47+
"@algolia/client-common": "5.3.0",
48+
"@algolia/requester-browser-xhr": "5.3.0",
49+
"@algolia/requester-node-http": "5.3.0"
5050
},
5151
"devDependencies": {
5252
"@arethetypeswrong/cli": "0.15.4",

packages/client-insights/src/insightsClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import type {
2020
import type { EventsResponse } from '../model/eventsResponse';
2121
import type { InsightsEvents } from '../model/insightsEvents';
2222

23-
export const apiClientVersion = '5.2.5';
23+
export const apiClientVersion = '5.3.0';
2424

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

0 commit comments

Comments
 (0)