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 May 29, 2024
1 parent 86d6104 commit 4b52b01
Show file tree
Hide file tree
Showing 8 changed files with 64 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 @@ -58,9 +58,9 @@
"packages/google-cloud-deploy": "3.7.0",
"packages/google-cloud-dialogflow": "6.7.0",
"packages/google-cloud-dialogflow-cx": "4.7.0",
"packages/google-cloud-discoveryengine": "1.8.0",
"packages/google-cloud-discoveryengine": "1.9.0",
"packages/google-cloud-dns": "4.1.0",
"packages/google-cloud-documentai": "8.7.0",
"packages/google-cloud-documentai": "8.8.0",
"packages/google-cloud-domains": "3.2.0",
"packages/google-cloud-edgecontainer": "0.4.0",
"packages/google-cloud-essentialcontacts": "3.3.0",
Expand Down
44 changes: 43 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "b6b04dbfa0a014b559d7093f5400187a2f7b192b",
"message": "[documentai] Make Layout Parser generally available in V1",
"issues": [
"5393"
]
}
],
"version": "8.8.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/documentai",
"id": "33209eab-0086-48af-9abe-7679e3e86c25",
"createTime": "2024-05-29T15:53:41.683Z"
},
{
"changes": [
{
"type": "feat",
"sha": "86d61047ce001f8a396a934e6bda663636219d58",
"message": "[discoveryengine] support multiple parent patterns for controls",
"issues": [
"5392"
]
},
{
"type": "feat",
"sha": "d1bee15d1460292b6c637182328d1367fca6bc62",
"message": "[discoveryengine] promote grounding check APIs to v1 GA",
"issues": [
"5387"
]
}
],
"version": "1.9.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/discoveryengine",
"id": "8a3304f8-4298-4e4d-bf02-fdc62cbbbe56",
"createTime": "2024-05-29T15:53:41.668Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -34097,5 +34139,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2024-05-23T18:44:11.657Z"
"updateTime": "2024-05-29T15:53:41.683Z"
}
8 changes: 8 additions & 0 deletions packages/google-cloud-discoveryengine/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.9.0](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v1.8.0...discoveryengine-v1.9.0) (2024-05-29)


### Features

* [discoveryengine] promote grounding check APIs to v1 GA ([#5387](https://github.com/googleapis/google-cloud-node/issues/5387)) ([d1bee15](https://github.com/googleapis/google-cloud-node/commit/d1bee15d1460292b6c637182328d1367fca6bc62))
* [discoveryengine] support multiple parent patterns for controls ([#5392](https://github.com/googleapis/google-cloud-node/issues/5392)) ([86d6104](https://github.com/googleapis/google-cloud-node/commit/86d61047ce001f8a396a934e6bda663636219d58))

## [1.8.0](https://github.com/googleapis/google-cloud-node/compare/discoveryengine-v1.7.0...discoveryengine-v1.8.0) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-discoveryengine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/discoveryengine",
"version": "1.8.0",
"version": "1.9.0",
"description": "Discovery Engine API client for Node.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-discoveryengine/samples/package.json
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/discoveryengine": "^1.8.0"
"@google-cloud/discoveryengine": "^1.9.0"
},
"devDependencies": {
"c8": "^9.0.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.8.0](https://github.com/googleapis/google-cloud-node/compare/documentai-v8.7.0...documentai-v8.8.0) (2024-05-29)


### Features

* [documentai] Make Layout Parser generally available in V1 ([#5393](https://github.com/googleapis/google-cloud-node/issues/5393)) ([b6b04db](https://github.com/googleapis/google-cloud-node/commit/b6b04dbfa0a014b559d7093f5400187a2f7b192b))

## [8.7.0](https://github.com/googleapis/google-cloud-node/compare/documentai-v8.6.0...documentai-v8.7.0) (2024-05-21)


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.7.0",
"version": "8.8.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.7.0",
"@google-cloud/documentai": "^8.8.0",
"@google-cloud/storage": "^7.0.0",
"p-queue": "^8.0.0",
"uuid": "^9.0.0"
Expand Down

0 comments on commit 4b52b01

Please sign in to comment.