Skip to content

Commit d8c3f45

Browse files
authored
chore: prepare release 2024-09-11 [skip-bc] (#3694)
1 parent 8df0b72 commit d8c3f45

File tree

26 files changed

+129
-78
lines changed

26 files changed

+129
-78
lines changed

clients/algoliasearch-client-csharp/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [7.3.1](https://github.com/algolia/algoliasearch-client-csharp/compare/7.3.0...7.3.1)
2+
3+
- [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/)
4+
- [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+
16
## [7.3.0](https://github.com/algolia/algoliasearch-client-csharp/compare/7.2.4...7.3.0)
27

38
- [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/)

clients/algoliasearch-client-go/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.3.1](https://github.com/algolia/algoliasearch-client-go/compare/4.3.0...4.3.1)
2+
3+
- [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/)
4+
- [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+
16
## [4.3.0](https://github.com/algolia/algoliasearch-client-go/compare/4.2.4...4.3.0)
27

38
- [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/)

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.3.1](https://github.com/algolia/algoliasearch-client-java/compare/4.3.0...4.3.1)
2+
3+
- [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/)
4+
- [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+
16
## [4.3.0](https://github.com/algolia/algoliasearch-client-java/compare/4.2.5...4.3.0)
27

38
- [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/)

clients/algoliasearch-client-javascript/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.4.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.4.0...5.4.1)
2+
3+
- [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/)
4+
- [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/)
5+
- [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/)
6+
17
## [5.4.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.3.2...5.4.0)
28

39
- [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/)

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.4.0",
2+
"version": "5.4.1",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -69,18 +69,18 @@
6969
"lite.d.ts"
7070
],
7171
"dependencies": {
72-
"@algolia/client-abtesting": "5.4.0",
73-
"@algolia/client-analytics": "5.4.0",
74-
"@algolia/client-common": "5.4.0",
75-
"@algolia/client-personalization": "5.4.0",
76-
"@algolia/client-search": "5.4.0",
77-
"@algolia/recommend": "5.4.0",
78-
"@algolia/requester-browser-xhr": "5.4.0",
79-
"@algolia/requester-fetch": "5.4.0",
80-
"@algolia/requester-node-http": "5.4.0"
72+
"@algolia/client-abtesting": "5.4.1",
73+
"@algolia/client-analytics": "5.4.1",
74+
"@algolia/client-common": "5.4.1",
75+
"@algolia/client-personalization": "5.4.1",
76+
"@algolia/client-search": "5.4.1",
77+
"@algolia/recommend": "5.4.1",
78+
"@algolia/requester-browser-xhr": "5.4.1",
79+
"@algolia/requester-fetch": "5.4.1",
80+
"@algolia/requester-node-http": "5.4.1"
8181
},
8282
"devDependencies": {
83-
"@algolia/requester-testing": "5.4.0",
83+
"@algolia/requester-testing": "5.4.1",
8484
"@arethetypeswrong/cli": "0.15.4",
8585
"@types/node": "22.5.1",
8686
"jsdom": "25.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.4.0",
2+
"version": "5.4.1",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -48,10 +48,10 @@
4848
"index.d.ts"
4949
],
5050
"dependencies": {
51-
"@algolia/client-common": "5.4.0",
52-
"@algolia/requester-browser-xhr": "5.4.0",
53-
"@algolia/requester-fetch": "5.4.0",
54-
"@algolia/requester-node-http": "5.4.0"
51+
"@algolia/client-common": "5.4.1",
52+
"@algolia/requester-browser-xhr": "5.4.1",
53+
"@algolia/requester-fetch": "5.4.1",
54+
"@algolia/requester-node-http": "5.4.1"
5555
},
5656
"devDependencies": {
5757
"@arethetypeswrong/cli": "0.15.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.4.0",
2+
"version": "5.4.1",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -48,10 +48,10 @@
4848
"index.d.ts"
4949
],
5050
"dependencies": {
51-
"@algolia/client-common": "5.4.0",
52-
"@algolia/requester-browser-xhr": "5.4.0",
53-
"@algolia/requester-fetch": "5.4.0",
54-
"@algolia/requester-node-http": "5.4.0"
51+
"@algolia/client-common": "5.4.1",
52+
"@algolia/requester-browser-xhr": "5.4.1",
53+
"@algolia/requester-fetch": "5.4.1",
54+
"@algolia/requester-node-http": "5.4.1"
5555
},
5656
"devDependencies": {
5757
"@arethetypeswrong/cli": "0.15.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.4.0",
3+
"version": "5.4.1",
44
"description": "Common package for the Algolia JavaScript API client.",
55
"repository": {
66
"type": "git",

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.4.0",
2+
"version": "5.4.1",
33
"repository": {
44
"type": "git",
55
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
@@ -48,10 +48,10 @@
4848
"index.d.ts"
4949
],
5050
"dependencies": {
51-
"@algolia/client-common": "5.4.0",
52-
"@algolia/requester-browser-xhr": "5.4.0",
53-
"@algolia/requester-fetch": "5.4.0",
54-
"@algolia/requester-node-http": "5.4.0"
51+
"@algolia/client-common": "5.4.1",
52+
"@algolia/requester-browser-xhr": "5.4.1",
53+
"@algolia/requester-fetch": "5.4.1",
54+
"@algolia/requester-node-http": "5.4.1"
5555
},
5656
"devDependencies": {
5757
"@arethetypeswrong/cli": "0.15.4",

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

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

0 commit comments

Comments
 (0)