Skip to content

Commit ec2e019

Browse files
chore(main): release google-gax 5.0.8
1 parent 82d12a5 commit ec2e019

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
@@ -5,7 +5,7 @@
55
"core/dev-packages/pack-n-play": "4.2.2",
66
"core/generator/gapic-generator-typescript": "4.12.2",
77
"core/packages/gapic-node-processing": "0.1.9",
8-
"core/packages/gax": "5.0.7",
8+
"core/packages/gax": "5.0.8",
99
"core/packages/gaxios": "7.2.0",
1010
"core/packages/gcp-metadata": "8.1.3",
1111
"core/packages/google-auth-library-nodejs": "10.9.0",

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": "368f18ecc361310e7bfb323ba0e7836186ea08d1",
9+
"message": "Correct repository URLs in core package.json files",
10+
"issues": [
11+
"8722"
12+
]
13+
}
14+
],
15+
"version": "5.0.8",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "google-gax",
18+
"id": "d7e6880e-ee81-4e04-a9a4-1784a94750ad",
19+
"createTime": "2026-07-17T00:26:09.146Z"
20+
},
421
{
522
"changes": [
623
{
@@ -82207,5 +82224,5 @@
8220782224
"createTime": "2023-01-28T04:18:24.718Z"
8220882225
}
8220982226
],
82210-
"updateTime": "2026-07-16T19:59:04.275Z"
82227+
"updateTime": "2026-07-17T00:26:09.146Z"
8221182228
}

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.8](https://github.com/googleapis/google-cloud-node/compare/google-gax-v5.0.7...google-gax-v5.0.8) (2026-07-17)
10+
11+
12+
### Bug Fixes
13+
14+
* Correct repository URLs in core package.json files ([#8722](https://github.com/googleapis/google-cloud-node/issues/8722)) ([368f18e](https://github.com/googleapis/google-cloud-node/commit/368f18ecc361310e7bfb323ba0e7836186ea08d1))
15+
916
## [5.0.7](https://github.com/googleapis/google-cloud-node/compare/google-gax-v5.0.6...google-gax-v5.0.7) (2026-05-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.7",
3+
"version": "5.0.8",
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.7"
17+
"google-gax": "^5.0.8"
1818
},
1919
"devDependencies": {
2020
"c8": "^9.0.0",

0 commit comments

Comments
 (0)