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 Sep 27, 2023
1 parent ffec6b4 commit 925b971
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 @@ -26,7 +26,7 @@
"packages/google-cloud-beyondcorp-appgateways": "1.0.1",
"packages/google-cloud-beyondcorp-clientconnectorservices": "2.0.1",
"packages/google-cloud-beyondcorp-clientgateways": "1.0.1",
"packages/google-cloud-bigquery-analyticshub": "1.0.1",
"packages/google-cloud-bigquery-analyticshub": "1.1.0",
"packages/google-cloud-bigquery-connection": "3.0.1",
"packages/google-cloud-bigquery-dataexchange": "1.0.1",
"packages/google-cloud-bigquery-datapolicies": "1.1.0",
Expand Down Expand Up @@ -58,7 +58,7 @@
"packages/google-cloud-dialogflow-cx": "4.1.0",
"packages/google-cloud-discoveryengine": "1.1.0",
"packages/google-cloud-dns": "4.0.0",
"packages/google-cloud-documentai": "8.0.1",
"packages/google-cloud-documentai": "8.1.0",
"packages/google-cloud-domains": "3.0.1",
"packages/google-cloud-essentialcontacts": "3.0.1",
"packages/google-cloud-eventarc": "3.0.1",
Expand Down Expand Up @@ -135,7 +135,7 @@
"packages/google-cloud-workstations": "1.1.0",
"packages/google-container": "5.3.0",
"packages/google-dataflow": "3.0.1",
"packages/google-devtools-artifactregistry": "3.0.1",
"packages/google-devtools-artifactregistry": "3.0.2",
"packages/google-devtools-cloudbuild": "4.0.1",
"packages/google-devtools-containeranalysis": "5.1.1",
"packages/google-iam": "1.0.1",
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": "fix",
"sha": "dcd9022f16c63c9e0f0eec10615f64b76184a9b6",
"message": "[artifactregistry] make repository and repository_id in CreateRepository required",
"issues": [
"4693"
]
}
],
"version": "3.0.2",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/artifact-registry",
"id": "8a62d679-44e8-4d52-aec2-84b5a271a74a",
"createTime": "2023-09-27T10:03:29.545Z"
},
{
"changes": [
{
"type": "feat",
"sha": "effcc26ef80ba3d7fd982d1d3860c147a9046f15",
"message": "[documentai] added field Processor.processor_version_aliases",
"issues": [
"4689"
]
}
],
"version": "8.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/documentai",
"id": "8e8ddb89-a84f-4eac-a420-c54cb048eb87",
"createTime": "2023-09-27T10:03:29.536Z"
},
{
"changes": [
{
"type": "feat",
"sha": "3689da386f79a5cedff8aadc4aa0bf352d068ce2",
"message": "[bigquery-analyticshub] add Subscription resource and RPCs",
"issues": [
"4699"
]
}
],
"version": "1.1.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/bigquery-analyticshub",
"id": "55113928-9d77-4243-a433-3fc346448e95",
"createTime": "2023-09-27T10:03:29.527Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -19312,5 +19363,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-09-20T00:11:06.049Z"
"updateTime": "2023-09-27T10:03:29.545Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-bigquery-analyticshub/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/bigquery-analyticshub-v1.0.1...bigquery-analyticshub-v1.1.0) (2023-09-27)


### Features

* [bigquery-analyticshub] add Subscription resource and RPCs ([#4699](https://github.com/googleapis/google-cloud-node/issues/4699)) ([3689da3](https://github.com/googleapis/google-cloud-node/commit/3689da386f79a5cedff8aadc4aa0bf352d068ce2))

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


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-bigquery-analyticshub/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/bigquery-analyticshub",
"version": "1.0.1",
"version": "1.1.0",
"description": "Analytics Hub 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/bigquery-analyticshub": "^1.0.1"
"@google-cloud/bigquery-analyticshub": "^1.1.0"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/google-cloud-documentai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [8.1.0](https://github.com/googleapis/google-cloud-node/compare/documentai-v8.0.1...documentai-v8.1.0) (2023-09-27)


### Features

* [documentai] added field Processor.processor_version_aliases ([#4689](https://github.com/googleapis/google-cloud-node/issues/4689)) ([effcc26](https://github.com/googleapis/google-cloud-node/commit/effcc26ef80ba3d7fd982d1d3860c147a9046f15))

## [8.0.1](https://github.com/googleapis/google-cloud-node/compare/documentai-v8.0.0...documentai-v8.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/documentai",
"version": "8.0.1",
"version": "8.1.0",
"description": "Document AI client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-documentai/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "mocha test/*.js --timeout 600000"
},
"dependencies": {
"@google-cloud/documentai": "^8.0.1",
"@google-cloud/documentai": "^8.1.0",
"@google-cloud/storage": "^7.0.0",
"p-queue": "^7.0.0",
"uuid": "^9.0.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/google-devtools-artifactregistry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.2](https://github.com/googleapis/google-cloud-node/compare/artifact-registry-v3.0.1...artifact-registry-v3.0.2) (2023-09-27)


### Bug Fixes

* [artifactregistry] make repository and repository_id in CreateRepository required ([#4693](https://github.com/googleapis/google-cloud-node/issues/4693)) ([dcd9022](https://github.com/googleapis/google-cloud-node/commit/dcd9022f16c63c9e0f0eec10615f64b76184a9b6))

## [3.0.1](https://github.com/googleapis/google-cloud-node/compare/artifact-registry-v3.0.0...artifact-registry-v3.0.1) (2023-09-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-devtools-artifactregistry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/artifact-registry",
"version": "3.0.1",
"version": "3.0.2",
"description": "Artifactregistry client for Node.js",
"repository": {
"type": "git",
Expand Down
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/artifact-registry": "^3.0.1"
"@google-cloud/artifact-registry": "^3.0.2"
},
"devDependencies": {
"c8": "^7.1.0",
Expand Down

0 comments on commit 925b971

Please sign in to comment.