Skip to content

Commit 4bc7fff

Browse files
authored
chore: prepare release 2024-08-20 (#3558)
1 parent 5b6d1db commit 4bc7fff

File tree

26 files changed

+107
-66
lines changed

26 files changed

+107
-66
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.1.0](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.2...7.1.0)
2+
3+
- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/)
4+
15
## [7.0.2](https://github.com/algolia/algoliasearch-client-csharp/compare/7.0.1...7.0.2)
26

37
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)

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.1.0](https://github.com/algolia/algoliasearch-client-go/compare/4.0.2...4.1.0)
2+
3+
- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/)
4+
15
## [4.0.2](https://github.com/algolia/algoliasearch-client-go/compare/4.0.1...4.0.2)
26

37
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)

clients/algoliasearch-client-java/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.1.0](https://github.com/algolia/algoliasearch-client-java/compare/4.0.2...4.1.0)
2+
3+
- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/)
4+
15
## [4.0.2](https://github.com/algolia/algoliasearch-client-java/compare/4.0.1...4.0.2)
26

37
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)

clients/algoliasearch-client-javascript/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [5.1.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.2...5.1.0)
2+
3+
- [c8343884e](https://github.com/algolia/api-clients-automation/commit/c8343884e) feat(javascript): add search wrappers to lite client ([#3556](https://github.com/algolia/api-clients-automation/pull/3556)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [d53060d96](https://github.com/algolia/api-clients-automation/commit/d53060d96) feat(specs): add /schedule endpoint ([#3350](https://github.com/algolia/api-clients-automation/pull/3350)) by [@febeck](https://github.com/febeck/)
5+
16
## [5.0.2](https://github.com/algolia/algoliasearch-client-javascript/compare/5.0.1...5.0.2)
27

38
- [6cfc2d479](https://github.com/algolia/api-clients-automation/commit/6cfc2d479) chore(specs): update rendered title for search params ([#3553](https://github.com/algolia/api-clients-automation/pull/3553)) by [@shortcuts](https://github.com/shortcuts/)

clients/algoliasearch-client-javascript/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.2",
3+
"version": "5.1.0",
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.2",
67-
"@algolia/client-analytics": "5.0.2",
68-
"@algolia/client-common": "5.0.2",
69-
"@algolia/client-personalization": "5.0.2",
70-
"@algolia/client-search": "5.0.2",
71-
"@algolia/recommend": "5.0.2",
72-
"@algolia/requester-browser-xhr": "5.0.2",
73-
"@algolia/requester-node-http": "5.0.2"
66+
"@algolia/client-abtesting": "5.1.0",
67+
"@algolia/client-analytics": "5.1.0",
68+
"@algolia/client-common": "5.1.0",
69+
"@algolia/client-personalization": "5.1.0",
70+
"@algolia/client-search": "5.1.0",
71+
"@algolia/recommend": "5.1.0",
72+
"@algolia/requester-browser-xhr": "5.1.0",
73+
"@algolia/requester-node-http": "5.1.0"
7474
},
7575
"devDependencies": {
7676
"@babel/preset-env": "7.25.3",

clients/algoliasearch-client-javascript/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.2",
3+
"version": "5.1.0",
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.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

clients/algoliasearch-client-javascript/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.2",
3+
"version": "5.1.0",
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.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

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.0.2",
3+
"version": "5.1.0",
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: 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.2",
3+
"version": "5.1.0",
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.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

clients/algoliasearch-client-javascript/packages/client-personalization/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-personalization",
3-
"version": "5.0.2",
3+
"version": "5.1.0",
44
"description": "JavaScript client for client-personalization",
55
"repository": {
66
"type": "git",
@@ -42,9 +42,9 @@
4242
"clean": "rm -rf ./dist || true"
4343
},
4444
"dependencies": {
45-
"@algolia/client-common": "5.0.2",
46-
"@algolia/requester-browser-xhr": "5.0.2",
47-
"@algolia/requester-node-http": "5.0.2"
45+
"@algolia/client-common": "5.1.0",
46+
"@algolia/requester-browser-xhr": "5.1.0",
47+
"@algolia/requester-node-http": "5.1.0"
4848
},
4949
"devDependencies": {
5050
"@types/node": "22.2.0",

0 commit comments

Comments
 (0)