Skip to content

Commit 606220b

Browse files
chore: release main
1 parent ee6e699 commit 606220b

File tree

11 files changed

+82
-10
lines changed

11 files changed

+82
-10
lines changed

.release-please-manifest.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"packages/google-cloud-dataplex": "2.4.0",
4545
"packages/google-cloud-dataproc": "4.5.0",
4646
"packages/google-cloud-dataqna": "2.1.2",
47-
"packages/google-cloud-datastream": "2.2.2",
47+
"packages/google-cloud-datastream": "2.3.0",
4848
"packages/google-cloud-deploy": "2.5.0",
49-
"packages/google-cloud-dialogflow": "5.7.1",
49+
"packages/google-cloud-dialogflow": "5.8.0",
5050
"packages/google-cloud-dialogflow-cx": "3.5.0",
5151
"packages/google-cloud-discoveryengine": "0.6.0",
5252
"packages/google-cloud-documentai": "7.3.1",
@@ -135,7 +135,7 @@
135135
"packages/google-cloud-advisorynotifications": "0.2.1",
136136
"packages/google-cloud-kms-inventory": "0.1.1",
137137
"packages/google-cloud-alloydb": "0.1.1",
138-
"packages/google-cloud-workstations": "0.1.1",
138+
"packages/google-cloud-workstations": "0.2.0",
139139
"packages/google-cloud-confidentialcomputing": "0.1.0",
140140
"packages/google-ai-generativelanguage": "0.2.0",
141141
"packages/google-cloud-storageinsights": "0.1.1"

changelog.json

+52-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,57 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "ee6e6996c8d08786076482508470380e4b2b7465",
9+
"message": "[workstations] add output field for the control plane IP address",
10+
"issues": [
11+
"4263"
12+
]
13+
}
14+
],
15+
"version": "0.2.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/workstations",
18+
"id": "759fd1bf-728b-4aeb-9e3c-893c3ca6bfeb",
19+
"createTime": "2023-05-16T15:36:40.583Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "88877b9509815d76f1915aa87e97597ec7e1520d",
26+
"message": "[dialogflow] add baseline model configuration for conversation summarization",
27+
"issues": [
28+
"4255"
29+
]
30+
}
31+
],
32+
"version": "5.8.0",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/dialogflow",
35+
"id": "df5149af-fad8-4e3f-8d1c-2deaadb6784c",
36+
"createTime": "2023-05-16T15:36:40.579Z"
37+
},
38+
{
39+
"changes": [
40+
{
41+
"type": "feat",
42+
"sha": "f2c4a78cb8929ea10713f5fa043cbe30df378287",
43+
"message": "[datastream] Max concurrent backfill tasks",
44+
"issues": [
45+
"4254"
46+
]
47+
}
48+
],
49+
"version": "2.3.0",
50+
"language": "JAVASCRIPT",
51+
"artifactName": "@google-cloud/datastream",
52+
"id": "13265aff-0b2c-4c1a-9321-3e88b0f2844c",
53+
"createTime": "2023-05-16T15:36:40.575Z"
54+
},
455
{
556
"changes": [
657
{
@@ -9498,5 +9549,5 @@
94989549
"createTime": "2023-01-28T04:18:24.718Z"
94999550
}
95009551
],
9501-
"updateTime": "2023-05-11T22:03:10.640Z"
9552+
"updateTime": "2023-05-16T15:36:40.583Z"
95029553
}

packages/google-cloud-datastream/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/googleapis/google-cloud-node/compare/datastream-v2.2.2...datastream-v2.3.0) (2023-05-16)
4+
5+
6+
### Features
7+
8+
* [datastream] Max concurrent backfill tasks ([#4254](https://github.com/googleapis/google-cloud-node/issues/4254)) ([f2c4a78](https://github.com/googleapis/google-cloud-node/commit/f2c4a78cb8929ea10713f5fa043cbe30df378287))
9+
310
## [2.2.2](https://github.com/googleapis/google-cloud-node/compare/datastream-v2.2.1...datastream-v2.2.2) (2023-04-13)
411

512

packages/google-cloud-datastream/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/datastream",
3-
"version": "2.2.2",
3+
"version": "2.3.0",
44
"description": "datastream client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-datastream/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "c8 mocha --timeout 600000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/datastream": "^2.2.2"
16+
"@google-cloud/datastream": "^2.3.0"
1717
},
1818
"devDependencies": {
1919
"c8": "^7.1.0",

packages/google-cloud-dialogflow/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://www.npmjs.com/package/dialogflow?activeTab=versions
66

7+
## [5.8.0](https://github.com/googleapis/google-cloud-node/compare/dialogflow-v5.7.1...dialogflow-v5.8.0) (2023-05-16)
8+
9+
10+
### Features
11+
12+
* [dialogflow] add baseline model configuration for conversation summarization ([#4255](https://github.com/googleapis/google-cloud-node/issues/4255)) ([88877b9](https://github.com/googleapis/google-cloud-node/commit/88877b9509815d76f1915aa87e97597ec7e1520d))
13+
714
## [5.7.1](https://github.com/googleapis/google-cloud-node/compare/dialogflow-v5.7.0...dialogflow-v5.7.1) (2023-04-13)
815

916

packages/google-cloud-dialogflow/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/dialogflow",
33
"description": "Dialogflow API client for Node.js",
4-
"version": "5.7.1",
4+
"version": "5.8.0",
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {

packages/google-cloud-dialogflow/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha test --timeout=600000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/dialogflow": "^5.7.1",
18+
"@google-cloud/dialogflow": "^5.8.0",
1919
"pb-util": "^1.0.0",
2020
"uuid": "^9.0.0",
2121
"yargs": "^16.0.0"

packages/google-cloud-workstations/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/workstations-v0.1.1...workstations-v0.2.0) (2023-05-16)
4+
5+
6+
### Features
7+
8+
* [workstations] add output field for the control plane IP address ([#4263](https://github.com/googleapis/google-cloud-node/issues/4263)) ([ee6e699](https://github.com/googleapis/google-cloud-node/commit/ee6e6996c8d08786076482508470380e4b2b7465))
9+
310
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/workstations-v0.1.0...workstations-v0.1.1) (2023-04-13)
411

512

packages/google-cloud-workstations/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/workstations",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "Cloud Workstations API client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-workstations/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"publish": "echo 'sample test; do not publish'"
1515
},
1616
"dependencies": {
17-
"@google-cloud/workstations": "^0.1.1"
17+
"@google-cloud/workstations": "^0.2.0"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

0 commit comments

Comments
 (0)