Skip to content

Commit 302693c

Browse files
authored
chore: prepare release 2025-04-03 (#4701)
1 parent d583a8e commit 302693c

File tree

31 files changed

+282
-188
lines changed

31 files changed

+282
-188
lines changed

clients/algoliasearch-client-csharp/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [7.16.2](https://github.com/algolia/algoliasearch-client-csharp/compare/7.16.1...7.16.2)
2+
3+
- [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
4+
15
## [7.16.1](https://github.com/algolia/algoliasearch-client-csharp/compare/7.16.0...7.16.1)
26

37
- [a51683025e](https://github.com/algolia/api-clients-automation/commit/a51683025e) chore: deprecate mcm methods ([#4694](https://github.com/algolia/api-clients-automation/pull/4694)) by [@kai687](https://github.com/kai687/)

clients/algoliasearch-client-go/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.15.2](https://github.com/algolia/algoliasearch-client-go/compare/4.15.1...4.15.2)
2+
3+
- [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
4+
15
## [4.15.1](https://github.com/algolia/algoliasearch-client-go/compare/4.15.0...4.15.1)
26

37
- [8b5413f002](https://github.com/algolia/api-clients-automation/commit/8b5413f002) chore(deps): dependencies 2025-03-31 ([#4661](https://github.com/algolia/api-clients-automation/pull/4661)) by [@algolia-bot](https://github.com/algolia-bot/)

clients/algoliasearch-client-java/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.15.2](https://github.com/algolia/algoliasearch-client-java/compare/4.15.1...4.15.2)
2+
3+
- [9a92af24c8](https://github.com/algolia/api-clients-automation/commit/9a92af24c8) chore(scripts): reuse java-version ([#4696](https://github.com/algolia/api-clients-automation/pull/4696)) by [@millotp](https://github.com/millotp/)
4+
- [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
5+
16
## [4.15.1](https://github.com/algolia/algoliasearch-client-java/compare/4.15.0...4.15.1)
27

38
- [8b5413f002](https://github.com/algolia/api-clients-automation/commit/8b5413f002) chore(deps): dependencies 2025-03-31 ([#4661](https://github.com/algolia/api-clients-automation/pull/4661)) by [@algolia-bot](https://github.com/algolia-bot/)

clients/algoliasearch-client-javascript/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [5.23.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.23.1...5.23.2)
2+
3+
- [ac400354a9](https://github.com/algolia/api-clients-automation/commit/ac400354a9) fix(specs): make the updateAt non-null in ingestion ([#4697](https://github.com/algolia/api-clients-automation/pull/4697)) by [@millotp](https://github.com/millotp/)
4+
15
## [5.23.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.23.0...5.23.1)
26

37
- [8b5413f002](https://github.com/algolia/api-clients-automation/commit/8b5413f002) chore(deps): dependencies 2025-03-31 ([#4661](https://github.com/algolia/api-clients-automation/pull/4661)) by [@algolia-bot](https://github.com/algolia-bot/)

clients/algoliasearch-client-javascript/packages/algoliasearch/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.1",
2+
"version": "5.23.2",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -74,22 +74,22 @@
7474
"lite.d.ts"
7575
],
7676
"dependencies": {
77-
"@algolia/client-abtesting": "5.23.1",
78-
"@algolia/client-analytics": "5.23.1",
79-
"@algolia/client-common": "5.23.1",
80-
"@algolia/client-insights": "5.23.1",
81-
"@algolia/client-personalization": "5.23.1",
82-
"@algolia/client-query-suggestions": "5.23.1",
83-
"@algolia/client-search": "5.23.1",
84-
"@algolia/ingestion": "1.23.1",
85-
"@algolia/monitoring": "1.23.1",
86-
"@algolia/recommend": "5.23.1",
87-
"@algolia/requester-browser-xhr": "5.23.1",
88-
"@algolia/requester-fetch": "5.23.1",
89-
"@algolia/requester-node-http": "5.23.1"
77+
"@algolia/client-abtesting": "5.23.2",
78+
"@algolia/client-analytics": "5.23.2",
79+
"@algolia/client-common": "5.23.2",
80+
"@algolia/client-insights": "5.23.2",
81+
"@algolia/client-personalization": "5.23.2",
82+
"@algolia/client-query-suggestions": "5.23.2",
83+
"@algolia/client-search": "5.23.2",
84+
"@algolia/ingestion": "1.23.2",
85+
"@algolia/monitoring": "1.23.2",
86+
"@algolia/recommend": "5.23.2",
87+
"@algolia/requester-browser-xhr": "5.23.2",
88+
"@algolia/requester-fetch": "5.23.2",
89+
"@algolia/requester-node-http": "5.23.2"
9090
},
9191
"devDependencies": {
92-
"@algolia/requester-testing": "5.23.1",
92+
"@algolia/requester-testing": "5.23.2",
9393
"@arethetypeswrong/cli": "0.17.4",
9494
"@types/node": "22.13.14",
9595
"jsdom": "26.0.0",

clients/algoliasearch-client-javascript/packages/client-abtesting/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.1",
2+
"version": "5.23.2",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.23.1",
53-
"@algolia/requester-browser-xhr": "5.23.1",
54-
"@algolia/requester-fetch": "5.23.1",
55-
"@algolia/requester-node-http": "5.23.1"
52+
"@algolia/client-common": "5.23.2",
53+
"@algolia/requester-browser-xhr": "5.23.2",
54+
"@algolia/requester-fetch": "5.23.2",
55+
"@algolia/requester-node-http": "5.23.2"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

clients/algoliasearch-client-javascript/packages/client-analytics/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.1",
2+
"version": "5.23.2",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.23.1",
53-
"@algolia/requester-browser-xhr": "5.23.1",
54-
"@algolia/requester-fetch": "5.23.1",
55-
"@algolia/requester-node-http": "5.23.1"
52+
"@algolia/client-common": "5.23.2",
53+
"@algolia/requester-browser-xhr": "5.23.2",
54+
"@algolia/requester-fetch": "5.23.2",
55+
"@algolia/requester-node-http": "5.23.2"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

clients/algoliasearch-client-javascript/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.23.1",
3+
"version": "5.23.2",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

clients/algoliasearch-client-javascript/packages/client-composition/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.1-alpha.18",
2+
"version": "0.0.1-alpha.19",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.23.1",
53-
"@algolia/requester-browser-xhr": "5.23.1",
54-
"@algolia/requester-fetch": "5.23.1",
55-
"@algolia/requester-node-http": "5.23.1"
52+
"@algolia/client-common": "5.23.2",
53+
"@algolia/requester-browser-xhr": "5.23.2",
54+
"@algolia/requester-fetch": "5.23.2",
55+
"@algolia/requester-node-http": "5.23.2"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",
@@ -64,5 +64,6 @@
6464
},
6565
"engines": {
6666
"node": ">= 14.0.0"
67-
}
67+
},
68+
"stableVersion": "0.0.1-alpha.18"
6869
}

clients/algoliasearch-client-javascript/packages/client-insights/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.23.1",
2+
"version": "5.23.2",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -49,10 +49,10 @@
4949
"index.d.ts"
5050
],
5151
"dependencies": {
52-
"@algolia/client-common": "5.23.1",
53-
"@algolia/requester-browser-xhr": "5.23.1",
54-
"@algolia/requester-fetch": "5.23.1",
55-
"@algolia/requester-node-http": "5.23.1"
52+
"@algolia/client-common": "5.23.2",
53+
"@algolia/requester-browser-xhr": "5.23.2",
54+
"@algolia/requester-fetch": "5.23.2",
55+
"@algolia/requester-node-http": "5.23.2"
5656
},
5757
"devDependencies": {
5858
"@arethetypeswrong/cli": "0.17.4",

0 commit comments

Comments
 (0)