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 Jun 2, 2023
1 parent 47ab1c3 commit 8538b8f
Show file tree
Hide file tree
Showing 11 changed files with 110 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 @@ -34,9 +34,9 @@
"packages/google-cloud-channel": "2.7.0",
"packages/google-cloud-clouddms": "2.3.0",
"packages/google-cloud-compute": "3.9.1",
"packages/google-cloud-contactcenterinsights": "2.7.0",
"packages/google-cloud-contactcenterinsights": "2.8.0",
"packages/google-cloud-contentwarehouse": "0.5.1",
"packages/google-cloud-datacatalog": "3.3.1",
"packages/google-cloud-datacatalog": "3.4.0",
"packages/google-cloud-datacatalog-lineage": "0.1.2",
"packages/google-cloud-dataform": "0.4.2",
"packages/google-cloud-datafusion": "2.2.2",
Expand Down Expand Up @@ -103,7 +103,7 @@
"packages/google-cloud-talent": "5.1.3",
"packages/google-cloud-tasks": "3.1.2",
"packages/google-cloud-texttospeech": "4.2.2",
"packages/google-cloud-tpu": "2.6.1",
"packages/google-cloud-tpu": "2.7.0",
"packages/google-cloud-translate": "7.2.1",
"packages/google-cloud-video-livestream": "0.5.1",
"packages/google-cloud-video-stitcher": "0.3.2",
Expand Down
77 changes: 76 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,81 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "47ab1c3ee106fce357950245318129d2be723dd2",
"message": "Enable Force on DeleteQueuedResource",
"issues": []
},
{
"type": "feat",
"sha": "47ab1c3ee106fce357950245318129d2be723dd2",
"message": "[tpu] Add MultisliceNode",
"issues": [
"4308"
]
}
],
"version": "2.7.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/tpu",
"id": "1f2348ad-2fba-4769-a012-090d64eb7063",
"createTime": "2023-06-02T19:55:40.432Z"
},
{
"changes": [
{
"type": "feat",
"sha": "89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702",
"message": "Expand SearchCatalogResponse with totalSize",
"issues": []
},
{
"type": "feat",
"sha": "89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702",
"message": "Modify documentation for FQN support",
"issues": []
},
{
"type": "feat",
"sha": "89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702",
"message": "Extend ImportApiRequest with jobId parameter",
"issues": []
},
{
"type": "feat",
"sha": "89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702",
"message": "[datacatalog] add support for entries associated with Spanner and ClougBigTable",
"issues": [
"4302"
]
}
],
"version": "3.4.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/datacatalog",
"id": "8b7907f8-19de-48bd-9757-4b55a936176b",
"createTime": "2023-06-02T19:55:40.429Z"
},
{
"changes": [
{
"type": "feat",
"sha": "02f2346643a61ebed9c25a60e6229a1996be727c",
"message": "[contactcenterinsights] Add the resource definition of a STT recognizer",
"issues": [
"4310"
]
}
],
"version": "2.8.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/contact-center-insights",
"id": "f839fd62-7184-4505-ab72-9fe9547e0321",
"createTime": "2023-06-02T19:55:40.425Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -9737,5 +9812,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2023-05-26T10:59:12.347Z"
"updateTime": "2023-06-02T19:55:40.432Z"
}
7 changes: 7 additions & 0 deletions packages/google-cloud-contactcenterinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.8.0](https://github.com/googleapis/google-cloud-node/compare/contact-center-insights-v2.7.0...contact-center-insights-v2.8.0) (2023-06-02)


### Features

* [contactcenterinsights] Add the resource definition of a STT recognizer ([#4310](https://github.com/googleapis/google-cloud-node/issues/4310)) ([02f2346](https://github.com/googleapis/google-cloud-node/commit/02f2346643a61ebed9c25a60e6229a1996be727c))

## [2.7.0](https://github.com/googleapis/google-cloud-node/compare/contact-center-insights-v2.6.0...contact-center-insights-v2.7.0) (2023-05-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-contactcenterinsights/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/contact-center-insights",
"version": "2.7.0",
"version": "2.8.0",
"description": "contactcenterinsights 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 @@
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/contact-center-insights": "^2.7.0",
"@google-cloud/contact-center-insights": "^2.8.0",
"@google-cloud/pubsub": "^3.0.0"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/google-cloud-datacatalog/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

[1]: https://www.npmjs.com/package/@google-cloud/datacatalog?activeTab=versions

## [3.4.0](https://github.com/googleapis/google-cloud-node/compare/datacatalog-v3.3.1...datacatalog-v3.4.0) (2023-06-02)


### Features

* [datacatalog] add support for entries associated with Spanner and ClougBigTable ([#4302](https://github.com/googleapis/google-cloud-node/issues/4302)) ([89c2be8](https://github.com/googleapis/google-cloud-node/commit/89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702))
* Expand SearchCatalogResponse with totalSize ([89c2be8](https://github.com/googleapis/google-cloud-node/commit/89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702))
* Extend ImportApiRequest with jobId parameter ([89c2be8](https://github.com/googleapis/google-cloud-node/commit/89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702))
* Modify documentation for FQN support ([89c2be8](https://github.com/googleapis/google-cloud-node/commit/89c2be86f483b14ebf0f0ff3d1b2c7741c5f7702))

## [3.3.1](https://github.com/googleapis/google-cloud-node/compare/datacatalog-v3.3.0...datacatalog-v3.3.1) (2023-04-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "https://github.com/googleapis/google-cloud-node.git"
},
"name": "@google-cloud/datacatalog",
"version": "3.3.1",
"version": "3.4.0",
"author": "Google LLC",
"description": "Google Cloud Data Catalog API client for Node.js",
"main": "build/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-datacatalog/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^6.0.0",
"@google-cloud/datacatalog": "^3.3.1",
"@google-cloud/datacatalog": "^3.4.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/google-cloud-tpu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.7.0](https://github.com/googleapis/google-cloud-node/compare/tpu-v2.6.1...tpu-v2.7.0) (2023-06-02)


### Features

* [tpu] Add MultisliceNode ([#4308](https://github.com/googleapis/google-cloud-node/issues/4308)) ([47ab1c3](https://github.com/googleapis/google-cloud-node/commit/47ab1c3ee106fce357950245318129d2be723dd2))
* Enable Force on DeleteQueuedResource ([47ab1c3](https://github.com/googleapis/google-cloud-node/commit/47ab1c3ee106fce357950245318129d2be723dd2))

## [2.6.1](https://github.com/googleapis/google-cloud-node/compare/tpu-v2.6.0...tpu-v2.6.1) (2023-05-04)


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

0 comments on commit 8538b8f

Please sign in to comment.