Skip to content

Commit bcfd099

Browse files
chore: release main (#7080)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 779b172 commit bcfd099

File tree

7 files changed

+54
-6
lines changed

7 files changed

+54
-6
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"packages/google-chat": "0.22.0",
1818
"packages/google-cloud-accessapproval": "4.2.1",
1919
"packages/google-cloud-advisorynotifications": "2.2.1",
20-
"packages/google-cloud-aiplatform": "6.2.0",
20+
"packages/google-cloud-aiplatform": "6.3.0",
2121
"packages/google-cloud-alloydb": "2.4.0",
2222
"packages/google-cloud-apigateway": "4.2.1",
2323
"packages/google-cloud-apigeeconnect": "4.2.1",
@@ -87,7 +87,7 @@
8787
"packages/google-cloud-financialservices": "0.4.1",
8888
"packages/google-cloud-functions": "4.2.1",
8989
"packages/google-cloud-gdchardwaremanagement": "0.9.1",
90-
"packages/google-cloud-geminidataanalytics": "0.5.0",
90+
"packages/google-cloud-geminidataanalytics": "0.6.0",
9191
"packages/google-cloud-gkebackup": "2.2.1",
9292
"packages/google-cloud-gkeconnect-gateway": "5.2.1",
9393
"packages/google-cloud-gkehub": "6.3.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": "5d1e2b675cc244c7abf358199327a1f59a3456fe",
9+
"message": "[geminidataanalytics] add ClarificationMessage, thought-signature, formatted-data",
10+
"issues": [
11+
"7076"
12+
]
13+
}
14+
],
15+
"version": "0.6.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/geminidataanalytics",
18+
"id": "297371d4-dac0-42ed-935d-de35c7f208f7",
19+
"createTime": "2026-02-02T17:45:37.112Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "779b17294b50e3c5ae2403d0a03f5c2704ce93cb",
26+
"message": "Add `fps` to message `VideoMetadata`",
27+
"issues": [
28+
"7074"
29+
]
30+
}
31+
],
32+
"version": "6.3.0",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/aiplatform",
35+
"id": "1b02ac3d-4794-4378-bfbc-57e84884fb81",
36+
"createTime": "2026-02-02T17:45:37.066Z"
37+
},
438
{
539
"changes": [
640
{
@@ -68076,5 +68110,5 @@
6807668110
"createTime": "2023-01-28T04:18:24.718Z"
6807768111
}
6807868112
],
68079-
"updateTime": "2026-01-31T00:22:25.104Z"
68113+
"updateTime": "2026-02-02T17:45:37.112Z"
6808068114
}

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+
## [6.3.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v6.2.0...aiplatform-v6.3.0) (2026-02-02)
4+
5+
6+
### Features
7+
8+
* Add `fps` to message `VideoMetadata` ([#7074](https://github.com/googleapis/google-cloud-node/issues/7074)) ([779b172](https://github.com/googleapis/google-cloud-node/commit/779b17294b50e3c5ae2403d0a03f5c2704ce93cb))
9+
310
## [6.2.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v6.1.0...aiplatform-v6.2.0) (2026-01-22)
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": "6.2.0",
3+
"version": "6.3.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": "^6.2.0"
16+
"@google-cloud/aiplatform": "^6.3.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

packages/google-cloud-geminidataanalytics/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.6.0](https://github.com/googleapis/google-cloud-node/compare/geminidataanalytics-v0.5.0...geminidataanalytics-v0.6.0) (2026-02-02)
4+
5+
6+
### Features
7+
8+
* [geminidataanalytics] add ClarificationMessage, thought-signature, formatted-data ([#7076](https://github.com/googleapis/google-cloud-node/issues/7076)) ([5d1e2b6](https://github.com/googleapis/google-cloud-node/commit/5d1e2b675cc244c7abf358199327a1f59a3456fe))
9+
310
## [0.5.0](https://github.com/googleapis/google-cloud-node/compare/geminidataanalytics-v0.4.0...geminidataanalytics-v0.5.0) (2026-01-16)
411

512

packages/google-cloud-geminidataanalytics/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/geminidataanalytics",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Data Analytics API with Gemini client for Node.js",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)