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 6, 2023
1 parent 61cb5c9 commit 4b846d5
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 7 deletions.
4 changes: 2 additions & 2 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.0.1",
"packages/google-cloud-accessapproval": "3.0.1",
"packages/google-cloud-advisorynotifications": "1.0.1",
"packages/google-cloud-aiplatform": "3.5.0",
"packages/google-cloud-aiplatform": "3.6.0",
"packages/google-cloud-alloydb": "1.4.0",
"packages/google-cloud-apigateway": "3.0.1",
"packages/google-cloud-apigeeconnect": "3.0.1",
Expand Down Expand Up @@ -47,7 +47,7 @@
"packages/google-cloud-contactcenterinsights": "3.2.0",
"packages/google-cloud-contentwarehouse": "1.3.0",
"packages/google-cloud-datacatalog": "4.1.0",
"packages/google-cloud-datacatalog-lineage": "1.0.1",
"packages/google-cloud-datacatalog-lineage": "1.1.0",
"packages/google-cloud-dataform": "1.1.0",
"packages/google-cloud-datafusion": "3.0.1",
"packages/google-cloud-datalabeling": "4.0.1",
Expand Down
36 changes: 35 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "a2ffd6d854a6882e7d1f4226735654b66fd6937e",
"message": "Add open lineage support",
"issues": [
"4793"
]
}
],
"version": "1.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/lineage",
"id": "ddcf126f-56eb-4888-be51-5dddda2e8dc2",
"createTime": "2023-11-06T20:33:16.080Z"
},
{
"changes": [
{
"type": "feat",
"sha": "61cb5c91e054639da95268ab13ae99f909d261c8",
"message": "Add Optimized to FeatureOnlineStore",
"issues": [
"4790"
]
}
],
"version": "3.6.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/aiplatform",
"id": "b9504413-ade9-45d4-848a-be9aa498543f",
"createTime": "2023-11-06T20:33:16.071Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -20104,5 +20138,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-11-03T21:03:58.656Z"
"updateTime": "2023-11-06T20:33:16.080Z"
}
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.6.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v3.5.0...aiplatform-v3.6.0) (2023-11-06)


### Features

* Add Optimized to FeatureOnlineStore ([#4790](https://github.com/googleapis/google-cloud-node/issues/4790)) ([61cb5c9](https://github.com/googleapis/google-cloud-node/commit/61cb5c91e054639da95268ab13ae99f909d261c8))

## [3.5.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v3.4.0...aiplatform-v3.5.0) (2023-11-03)


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.5.0",
"version": "3.6.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.5.0"
"@google-cloud/aiplatform": "^3.6.0"
},
"devDependencies": {
"chai": "^4.2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-datacatalog-lineage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.0](https://github.com/googleapis/google-cloud-node/compare/lineage-v1.0.1...lineage-v1.1.0) (2023-11-06)


### Features

* Add open lineage support ([#4793](https://github.com/googleapis/google-cloud-node/issues/4793)) ([a2ffd6d](https://github.com/googleapis/google-cloud-node/commit/a2ffd6d854a6882e7d1f4226735654b66fd6937e))

## [1.0.1](https://github.com/googleapis/google-cloud-node/compare/lineage-v1.0.0...lineage-v1.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog-lineage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/lineage",
"version": "1.0.1",
"version": "1.1.0",
"description": "Data Lineage API client for Node.js",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"publish": "echo 'sample test; do not publish'"
},
"dependencies": {
"@google-cloud/lineage": "^1.0.1"
"@google-cloud/lineage": "^1.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 4b846d5

Please sign in to comment.