Skip to content

Commit bc8a9c5

Browse files
chore(main): release google-proto-files 5.0.3
1 parent f78fbac commit bc8a9c5

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
@@ -11,7 +11,7 @@
1111
"core/packages/google-auth-library-nodejs": "10.9.0",
1212
"core/packages/logging-utils": "1.1.4",
1313
"core/packages/nodejs-googleapis-common": "8.0.2",
14-
"core/packages/nodejs-proto-files": "5.0.2",
14+
"core/packages/nodejs-proto-files": "5.0.3",
1515
"core/packages/proto3-json-serializer-nodejs": "3.0.5",
1616
"core/packages/retry-request": "8.0.3",
1717
"core/packages/teeny-request": "10.1.3",

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.3",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "google-proto-files",
18+
"id": "75fc98b1-2c90-43bf-aaf4-1f2849e9167c",
19+
"createTime": "2026-07-15T18:31:27.621Z"
20+
},
421
{
522
"changes": [
623
{
@@ -82076,5 +82093,5 @@
8207682093
"createTime": "2023-01-28T04:18:24.718Z"
8207782094
}
8207882095
],
82079-
"updateTime": "2026-07-13T22:32:17.594Z"
82096+
"updateTime": "2026-07-15T18:31:27.621Z"
8208082097
}

core/packages/nodejs-proto-files/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
[1]: https://www.npmjs.com/package/google-proto-files?activeTab=versions
77

8+
## [5.0.3](https://github.com/googleapis/google-cloud-node/compare/google-proto-files-v5.0.2...google-proto-files-v5.0.3) (2026-07-15)
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
815
## [5.0.2](https://github.com/googleapis/google-cloud-node/compare/google-proto-files-v5.0.1...google-proto-files-v5.0.2) (2026-05-06)
916

1017

core/packages/nodejs-proto-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "google-proto-files",
33
"description": "All of the Google API's protocol buffer files",
4-
"version": "5.0.2",
4+
"version": "5.0.3",
55
"license": "Apache-2.0",
66
"author": "google-proto-files project authors",
77
"engines": {

core/packages/nodejs-proto-files/samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "mocha"
1515
},
1616
"dependencies": {
17-
"google-proto-files": "^5.0.2"
17+
"google-proto-files": "^5.0.3"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)