Skip to content

Commit fd1ef5f

Browse files
chore: release main (#6848)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 84654a5 commit fd1ef5f

File tree

8 files changed

+55
-7
lines changed

8 files changed

+55
-7
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"packages/google-area120-tables": "4.2.1",
1212
"packages/google-cloud-accessapproval": "4.2.1",
1313
"packages/google-cloud-advisorynotifications": "2.2.1",
14-
"packages/google-cloud-aiplatform": "5.11.0",
14+
"packages/google-cloud-aiplatform": "5.12.0",
1515
"packages/google-cloud-alloydb": "2.2.1",
1616
"packages/google-cloud-apigateway": "4.2.1",
1717
"packages/google-cloud-apigeeconnect": "4.2.1",
@@ -166,7 +166,7 @@
166166
"packages/google-cloud-cloudcontrolspartner": "0.6.1",
167167
"packages/google-cloud-telcoautomation": "0.5.1",
168168
"packages/google-cloud-apphub": "0.6.1",
169-
"packages/google-chat": "0.20.0",
169+
"packages/google-chat": "0.21.0",
170170
"packages/google-shopping-merchant-quota": "0.8.1",
171171
"packages/google-storage-control": "0.6.1",
172172
"packages/google-cloud-backupdr": "0.5.1",

changelog.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "84654a5c0cc56d940b96a85b0e439dc6ac140699",
9+
"message": "[chat] add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting",
10+
"issues": [
11+
"6843"
12+
]
13+
}
14+
],
15+
"version": "0.21.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-apps/chat",
18+
"id": "81e740ea-4ebf-476c-81a6-e7a129e6020d",
19+
"createTime": "2025-10-25T03:59:34.796Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "da2c71816dc16c6ec4d64d74b7913ae5e399a0bc",
26+
"message": "Add EmbedContent method v1",
27+
"issues": [
28+
"6844"
29+
]
30+
}
31+
],
32+
"version": "5.12.0",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/aiplatform",
35+
"id": "07134093-8517-44f5-840b-6c0829e742fe",
36+
"createTime": "2025-10-25T03:59:34.776Z"
37+
},
438
{
539
"changes": [
640
{
@@ -66615,5 +66649,5 @@
6661566649
"createTime": "2023-01-28T04:18:24.718Z"
6661666650
}
6661766651
],
66618-
"updateTime": "2025-10-24T20:55:51.632Z"
66652+
"updateTime": "2025-10-25T03:59:34.796Z"
6661966653
}

packages/google-chat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.21.0](https://github.com/googleapis/google-cloud-node/compare/chat-v0.20.0...chat-v0.21.0) (2025-10-25)
4+
5+
6+
### Features
7+
8+
* [chat] add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting ([#6843](https://github.com/googleapis/google-cloud-node/issues/6843)) ([84654a5](https://github.com/googleapis/google-cloud-node/commit/84654a5c0cc56d940b96a85b0e439dc6ac140699))
9+
310
## [0.20.0](https://github.com/googleapis/google-cloud-node/compare/chat-v0.19.1...chat-v0.20.0) (2025-10-16)
411

512

packages/google-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-apps/chat",
3-
"version": "0.20.0",
3+
"version": "0.21.0",
44
"description": "Google Chat API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-chat/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-apps/chat": "^0.20.0"
17+
"@google-apps/chat": "^0.21.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

packages/google-cloud-aiplatform/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.12.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v5.11.0...aiplatform-v5.12.0) (2025-10-25)
4+
5+
6+
### Features
7+
8+
* Add EmbedContent method v1 ([#6844](https://github.com/googleapis/google-cloud-node/issues/6844)) ([da2c718](https://github.com/googleapis/google-cloud-node/commit/da2c71816dc16c6ec4d64d74b7913ae5e399a0bc))
9+
310
## [5.11.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v5.10.0...aiplatform-v5.11.0) (2025-10-23)
411

512

packages/google-cloud-aiplatform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/aiplatform",
3-
"version": "5.11.0",
3+
"version": "5.12.0",
44
"description": "Vertex AI client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-aiplatform/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 1200000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/aiplatform": "^5.11.0"
16+
"@google-cloud/aiplatform": "^5.12.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

0 commit comments

Comments
 (0)