Skip to content

Commit a4b7935

Browse files
codyossrelease-please[bot]feywind
authored
chore(main): release google-proto-files 5.0.2 (#8224)
* chore(main): release google-proto-files 5.0.2 * chore: merge latest main changes into changelog.json --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: feywind <57276408+feywind@users.noreply.github.com>
1 parent 0ad39e4 commit a4b7935

5 files changed

Lines changed: 36 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"core/packages/google-auth-library-nodejs": "10.6.2",
1111
"core/packages/logging-utils": "1.1.3",
1212
"core/packages/nodejs-googleapis-common": "8.0.1",
13-
"core/packages/nodejs-proto-files": "5.0.1",
13+
"core/packages/nodejs-proto-files": "5.0.2",
1414
"core/packages/proto3-json-serializer-nodejs": "3.0.4",
1515
"core/packages/retry-request": "8.0.2",
1616
"core/packages/teeny-request": "10.1.2",

changelog.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
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+
"type": "fix",
16+
"sha": "c1a03fe604662091be283055c7d34052c64d6334",
17+
"message": "Change the copyright year for files in the packages folder",
18+
"issues": [
19+
"8109"
20+
]
21+
}
22+
],
23+
"version": "5.0.2",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "google-proto-files",
26+
"id": "b7efbd07-0050-4063-b6cf-2a44b6efd020",
27+
"createTime": "2026-05-06T21:35:09.556Z"
28+
},
429
{
530
"changes": [
631
{

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

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

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

8+
## [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)
9+
10+
11+
### Bug Fixes
12+
13+
* Bump all node submodules ([#8178](https://github.com/googleapis/google-cloud-node/issues/8178)) ([9fd76ef](https://github.com/googleapis/google-cloud-node/commit/9fd76eff87b1cf02db6205f141449b31e8ab7d8f))
14+
* Change the copyright year for files in the packages folder ([#8109](https://github.com/googleapis/google-cloud-node/issues/8109)) ([c1a03fe](https://github.com/googleapis/google-cloud-node/commit/c1a03fe604662091be283055c7d34052c64d6334))
15+
816
## [5.0.1](https://github.com/googleapis/nodejs-proto-files/compare/v5.0.0...v5.0.1) (2025-08-21)
917

1018

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.1",
4+
"version": "5.0.2",
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": "^6.0.0"
17+
"google-proto-files": "^5.0.2"
1818
},
1919
"devDependencies": {
2020
"chai": "^4.2.0",

0 commit comments

Comments
 (0)