Skip to content

Commit 7640a9a

Browse files
chore: release main
1 parent ad32fb5 commit 7640a9a

File tree

31 files changed

+100
-30
lines changed

31 files changed

+100
-30
lines changed

.release-please-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"packages/gapic-node-templating": "0.0.0",
3-
"packages/google-api-apikeys": "0.1.0",
4-
"packages/google-cloud-batch": "0.1.1",
5-
"packages/google-cloud-beyondcorp-appconnections": "0.2.0",
6-
"packages/google-cloud-beyondcorp-appconnectors": "0.3.0",
7-
"packages/google-cloud-beyondcorp-appgateways": "0.2.0",
8-
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.2.0",
9-
"packages/google-cloud-beyondcorp-clientgateways": "0.2.0",
10-
"packages/google-cloud-gkemulticloud": "0.1.1",
3+
"packages/google-api-apikeys": "0.1.1",
4+
"packages/google-cloud-batch": "0.1.2",
5+
"packages/google-cloud-beyondcorp-appconnections": "0.2.1",
6+
"packages/google-cloud-beyondcorp-appconnectors": "0.3.1",
7+
"packages/google-cloud-beyondcorp-appgateways": "0.2.1",
8+
"packages/google-cloud-beyondcorp-clientconnectorservices": "0.2.1",
9+
"packages/google-cloud-beyondcorp-clientgateways": "0.2.1",
10+
"packages/google-cloud-gkemulticloud": "0.1.2",
1111
"packages/google-cloud-redis": "3.1.3",
12-
"packages/google-cloud-security-publicca": "0.1.0",
12+
"packages/google-cloud-security-publicca": "0.1.1",
1313
"packages/google-devtools-artifactregistry": "2.0.0",
14-
"packages/google-iam": "0.1.0",
14+
"packages/google-iam": "0.1.1",
1515
"packages/typeless-sample-bot": "1.0.0"
1616
}

packages/google-api-apikeys/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/apikeys-v0.1.0...apikeys-v0.1.1) (2022-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## 0.1.0 (2022-08-29)
411

512

packages/google-api-apikeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/apikeys",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "API Keys API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-api-apikeys/samples/package.json

Lines changed: 1 addition & 1 deletion
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/apikeys": "^0.1.0"
17+
"@google-cloud/apikeys": "^0.1.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-batch/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/googleapis/google-cloud-node/compare/batch-v0.1.1...batch-v0.1.2) (2022-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.1.1](https://github.com/googleapis/google-cloud-node/compare/batch-v0.1.0...batch-v0.1.1) (2022-09-09)
411

512

packages/google-cloud-batch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/batch",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Batch client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

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

Lines changed: 1 addition & 1 deletion
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/batch": "^0.1.1"
17+
"@google-cloud/batch": "^0.1.2"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

packages/google-cloud-beyondcorp-appconnections/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/googleapis/google-cloud-node/compare/appconnections-v0.2.0...appconnections-v0.2.1) (2022-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve default values in x-goog-request-params header ([#3353](https://github.com/googleapis/google-cloud-node/issues/3353)) ([da99ad5](https://github.com/googleapis/google-cloud-node/commit/da99ad57f592a504750d57fdb1c7423734fec069))
9+
310
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/appconnections-v0.1.0...appconnections-v0.2.0) (2022-08-29)
411

512

packages/google-cloud-beyondcorp-appconnections/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/appconnections",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "BeyondCorp API client for Node.js",
55
"repository": "googleapis/google-cloud-node",
66
"license": "Apache-2.0",

packages/google-cloud-beyondcorp-appconnections/samples/package.json

Lines changed: 1 addition & 1 deletion
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/appconnections": "^0.2.0"
17+
"@google-cloud/appconnections": "^0.2.1"
1818
},
1919
"devDependencies": {
2020
"c8": "^7.1.0",

0 commit comments

Comments
 (0)