Skip to content

Commit cb649d0

Browse files
committed
chore(main): release google-gax 5.0.7
1 parent 9fd76ef commit cb649d0

5 files changed

Lines changed: 28 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"core/dev-packages/jsdoc-region-tag": "4.0.1",
55
"core/dev-packages/pack-n-play": "4.2.1",
66
"core/generator/gapic-generator-typescript": "4.11.13",
7-
"core/packages/gax": "5.0.6",
7+
"core/packages/gax": "5.0.7",
88
"core/packages/gaxios": "7.1.4",
99
"core/packages/gcp-metadata": "8.1.2",
1010
"core/packages/google-auth-library-nodejs": "10.6.2",

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "9fd76eff87b1cf02db6205f141449b31e8ab7d8f",
9+
"message": "Bump all node submodules",
10+
"issues": [
11+
"8178"
12+
]
13+
}
14+
],
15+
"version": "5.0.7",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "google-gax",
18+
"id": "0a65fbb1-bd97-4068-b9fd-14bc0e8a726e",
19+
"createTime": "2026-05-06T18:07:27.970Z"
20+
},
421
{
522
"changes": [
623
{
@@ -77670,5 +77687,5 @@
7767077687
"createTime": "2023-01-28T04:18:24.718Z"
7767177688
}
7767277689
],
77673-
"updateTime": "2026-05-01T17:22:33.483Z"
77690+
"updateTime": "2026-05-06T18:07:27.970Z"
7767477691
}

core/packages/gax/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
[1]: https://www.npmjs.com/package/gax-nodejs?activeTab=versions
77

88

9+
## [5.0.7](https://github.com/googleapis/google-cloud-node/compare/google-gax-v5.0.6...google-gax-v5.0.7) (2026-05-06)
10+
11+
12+
### Bug Fixes
13+
14+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
15+
916
## [5.0.6](https://github.com/googleapis/google-cloud-node-core/compare/google-gax-v5.0.5...google-gax-v5.0.6) (2025-11-11)
1017

1118

core/packages/gax/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-gax",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Google API Extensions",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

core/packages/gax/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"*.js"
1515
],
1616
"dependencies": {
17-
"google-gax": "^5.0.6"
17+
"google-gax": "^5.0.7"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)