Skip to content

Commit

Permalink
chore: prepare release 2024-10-18
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Oct 18, 2024
1 parent a7b43a9 commit 86c3b4d
Show file tree
Hide file tree
Showing 19 changed files with 82 additions and 75 deletions.
4 changes: 4 additions & 0 deletions clients/algoliasearch-client-javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [5.9.1](https://github.com/algolia/algoliasearch-client-javascript/compare/5.9.0...5.9.1)

- [b076b69ba](https://github.com/algolia/api-clients-automation/commit/b076b69ba) fix(javascript): missing search dependency ([#3988](https://github.com/algolia/api-clients-automation/pull/3988)) by [@shortcuts](https://github.com/shortcuts/)

## [5.9.0](https://github.com/algolia/algoliasearch-client-javascript/compare/5.8.1...5.9.0)

- [56164aab9](https://github.com/algolia/api-clients-automation/commit/56164aab9) fix(javascript): do not publish ts ([#3966](https://github.com/algolia/api-clients-automation/pull/3966)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -73,22 +73,22 @@
"lite.d.ts"
],
"dependencies": {
"@algolia/client-abtesting": "5.9.0",
"@algolia/client-analytics": "5.9.0",
"@algolia/client-common": "5.9.0",
"@algolia/client-insights": "5.9.0",
"@algolia/client-personalization": "5.9.0",
"@algolia/client-query-suggestions": "5.9.0",
"@algolia/client-search": "5.9.0",
"@algolia/ingestion": "1.9.0",
"@algolia/monitoring": "1.9.0",
"@algolia/recommend": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-abtesting": "5.9.1",
"@algolia/client-analytics": "5.9.1",
"@algolia/client-common": "5.9.1",
"@algolia/client-insights": "5.9.1",
"@algolia/client-personalization": "5.9.1",
"@algolia/client-query-suggestions": "5.9.1",
"@algolia/client-search": "5.9.1",
"@algolia/ingestion": "1.9.1",
"@algolia/monitoring": "1.9.1",
"@algolia/recommend": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@algolia/requester-testing": "5.9.0",
"@algolia/requester-testing": "5.9.1",
"@arethetypeswrong/cli": "0.16.4",
"@types/node": "22.7.5",
"jsdom": "25.0.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/client-common",
"version": "5.9.0",
"version": "5.9.1",
"description": "Common package for the Algolia JavaScript API client.",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.0",
"version": "1.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/logger-console",
"version": "5.9.0",
"version": "5.9.1",
"description": "Promise-based log library using console log.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"vitest": "2.1.2"
},
"dependencies": {
"@algolia/client-common": "5.9.0"
"@algolia/client-common": "5.9.1"
},
"engines": {
"node": ">= 14.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.0",
"version": "1.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.9.0",
"version": "5.9.1",
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/algoliasearch-client-javascript.git"
Expand Down Expand Up @@ -49,10 +49,10 @@
"index.d.ts"
],
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-browser-xhr",
"version": "5.9.0",
"version": "5.9.1",
"description": "Promise-based request library for browser using xhr.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm"
},
"dependencies": {
"@algolia/client-common": "5.9.0"
"@algolia/client-common": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-fetch",
"version": "5.9.0",
"version": "5.9.1",
"description": "Promise-based request library using Fetch.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.9.0"
"@algolia/client-common": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-node-http",
"version": "5.9.0",
"version": "5.9.1",
"description": "Promise-based request library for node using the native http module.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.9.0"
"@algolia/client-common": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@algolia/requester-testing",
"version": "5.9.0",
"version": "5.9.1",
"private": true,
"description": "A package that contains the echo requester of the algoliasearch JavaScript requesters, for testing purposes",
"repository": {
Expand Down Expand Up @@ -42,10 +42,10 @@
"test:bundle": "publint . && attw --pack ."
},
"dependencies": {
"@algolia/client-common": "5.9.0",
"@algolia/requester-browser-xhr": "5.9.0",
"@algolia/requester-fetch": "5.9.0",
"@algolia/requester-node-http": "5.9.0"
"@algolia/client-common": "5.9.1",
"@algolia/requester-browser-xhr": "5.9.1",
"@algolia/requester-fetch": "5.9.1",
"@algolia/requester-node-http": "5.9.1"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.16.4",
Expand Down
2 changes: 1 addition & 1 deletion config/clients.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
],
"folder": "clients/algoliasearch-client-javascript",
"gitRepoId": "algoliasearch-client-javascript",
"packageVersion": "5.9.0",
"packageVersion": "5.9.1",
"modelFolder": "model",
"apiFolder": "src",
"tests": {
Expand Down
3 changes: 3 additions & 0 deletions config/versions.history.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,6 +1894,9 @@
},
"5.9.0": {
"releaseDate": "2024-10-17"
},
"5.9.1": {
"releaseDate": "2024-10-18"
}
},
"kotlin": {
Expand Down

0 comments on commit 86c3b4d

Please sign in to comment.