Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 13, 2024
1 parent 35f689a commit d5f7163
Show file tree
Hide file tree
Showing 11 changed files with 82 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages/google-area120-tables": "3.3.0",
"packages/google-cloud-accessapproval": "3.3.0",
"packages/google-cloud-advisorynotifications": "1.4.0",
"packages/google-cloud-aiplatform": "3.32.0",
"packages/google-cloud-aiplatform": "3.33.0",
"packages/google-cloud-alloydb": "1.10.0",
"packages/google-cloud-apigateway": "3.3.0",
"packages/google-cloud-apigeeconnect": "3.3.0",
Expand Down Expand Up @@ -56,8 +56,8 @@
"packages/google-cloud-dataqna": "3.2.0",
"packages/google-cloud-datastream": "3.2.0",
"packages/google-cloud-deploy": "4.2.0",
"packages/google-cloud-dialogflow": "6.10.0",
"packages/google-cloud-dialogflow-cx": "4.8.0",
"packages/google-cloud-dialogflow": "6.11.0",
"packages/google-cloud-dialogflow-cx": "4.9.0",
"packages/google-cloud-discoveryengine": "1.14.0",
"packages/google-cloud-dns": "4.1.0",
"packages/google-cloud-documentai": "8.12.0",
Expand Down
53 changes: 52 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "49e8cd12925813a6f45d75f3a3e422dad061ef6d",
"message": "[dialogflow-cx] add options of client_certificate_settings, bigquery_export_settings, bearer_token_config and boost_control_spec; add support of ALAW encoding",
"issues": [
"5787"
]
}
],
"version": "4.9.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dialogflow-cx",
"id": "5d9431fc-22f2-4e7b-b3e2-8ccf3d9102a7",
"createTime": "2024-11-13T23:56:06.966Z"
},
{
"changes": [
{
"type": "feat",
"sha": "25a2241eac52e8e501d81021f227387a08197ad1",
"message": "[dialogflow] add options of query_source, search_config, end_user_metadata and exact_search",
"issues": [
"5789"
]
}
],
"version": "6.11.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/dialogflow",
"id": "e0935882-5dd7-4f68-af11-dfc6bdd7a14c",
"createTime": "2024-11-13T23:56:06.949Z"
},
{
"changes": [
{
"type": "feat",
"sha": "3cc221d8c6018eab6e7a5ba14c38be2218dcee36",
"message": "Add fast_tryout_enabled to FasterDeploymentConfig v1 proto",
"issues": [
"5781"
]
}
],
"version": "3.33.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/aiplatform",
"id": "1ef1853d-2bec-4ec7-8f2b-947f4340a0f2",
"createTime": "2024-11-13T23:56:06.933Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -37506,5 +37557,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-10-30T23:16:37.825Z"
"updateTime": "2024-11-13T23:56:06.966Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-aiplatform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.33.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v3.32.0...aiplatform-v3.33.0) (2024-11-13)


### Features

* Add fast_tryout_enabled to FasterDeploymentConfig v1 proto ([#5781](https://github.com/googleapis/google-cloud-node/issues/5781)) ([3cc221d](https://github.com/googleapis/google-cloud-node/commit/3cc221d8c6018eab6e7a5ba14c38be2218dcee36))

## [3.32.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v3.31.0...aiplatform-v3.32.0) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/aiplatform",
"version": "3.32.0",
"version": "3.33.0",
"description": "Vertex AI client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha --timeout 1200000 test/*.js"
},
"dependencies": {
"@google-cloud/aiplatform": "^3.32.0"
"@google-cloud/aiplatform": "^3.33.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-dialogflow-cx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.9.0](https://github.com/googleapis/google-cloud-node/compare/dialogflow-cx-v4.8.0...dialogflow-cx-v4.9.0) (2024-11-13)


### Features

* [dialogflow-cx] add options of client_certificate_settings, bigquery_export_settings, bearer_token_config and boost_control_spec; add support of ALAW encoding ([#5787](https://github.com/googleapis/google-cloud-node/issues/5787)) ([49e8cd1](https://github.com/googleapis/google-cloud-node/commit/49e8cd12925813a6f45d75f3a3e422dad061ef6d))

## [4.8.0](https://github.com/googleapis/google-cloud-node/compare/dialogflow-cx-v4.7.0...dialogflow-cx-v4.8.0) (2024-08-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow-cx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/dialogflow-cx",
"version": "4.8.0",
"version": "4.9.0",
"description": "Cx client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow-cx/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "c8 mocha --timeout 600000 test/*.js"
},
"dependencies": {
"@google-cloud/dialogflow-cx": "^4.8.0",
"@google-cloud/dialogflow-cx": "^4.9.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-dialogflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

[1]: https://www.npmjs.com/package/dialogflow?activeTab=versions

## [6.11.0](https://github.com/googleapis/google-cloud-node/compare/dialogflow-v6.10.0...dialogflow-v6.11.0) (2024-11-13)


### Features

* [dialogflow] add options of query_source, search_config, end_user_metadata and exact_search ([#5789](https://github.com/googleapis/google-cloud-node/issues/5789)) ([25a2241](https://github.com/googleapis/google-cloud-node/commit/25a2241eac52e8e501d81021f227387a08197ad1))

## [6.10.0](https://github.com/googleapis/google-cloud-node/compare/dialogflow-v6.9.0...dialogflow-v6.10.0) (2024-10-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/dialogflow",
"description": "Dialogflow API client for Node.js",
"version": "6.10.0",
"version": "6.11.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-dialogflow/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "mocha test --timeout=600000"
},
"dependencies": {
"@google-cloud/dialogflow": "^6.10.0",
"@google-cloud/dialogflow": "^6.11.0",
"pb-util": "^1.0.0",
"uuid": "^9.0.0",
"yargs": "^17.0.0"
Expand Down

0 comments on commit d5f7163

Please sign in to comment.