Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"core/dev-packages/jsdoc-fresh": "5.0.2",
"core/dev-packages/jsdoc-region-tag": "4.0.1",
"core/dev-packages/pack-n-play": "4.2.2",
"core/generator/gapic-generator-typescript": "4.11.12",
"core/generator/gapic-generator-typescript": "4.11.13",
"core/packages/gax": "5.0.6",
"core/packages/gaxios": "7.1.4",
"core/packages/gcp-metadata": "8.1.2",
Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "31fa06fe888b173c86c166af1c062c3cc3211342",
"message": "Upgrade the generator to protobuf 31 and bazel 7.7.1, and update templates to fix system test",
"issues": [
"7943"
]
}
],
"version": "4.11.13",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/gapic-generator",
"id": "0e8dc0e0-62b9-495a-be2f-efd319ff6df7",
"createTime": "2026-04-03T19:03:57.405Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -69375,5 +69392,5 @@
"createTime": "2023-01-28T04:18:24.718Z"
}
],
"updateTime": "2026-03-25T19:27:43.346Z"
"updateTime": "2026-04-03T19:03:57.405Z"
}
7 changes: 7 additions & 0 deletions core/generator/gapic-generator-typescript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [4.11.13](https://github.com/googleapis/google-cloud-node/compare/gapic-generator-v4.11.12...gapic-generator-v4.11.13) (2026-04-03)


### Bug Fixes

* Upgrade the generator to protobuf 31 and bazel 7.7.1, and update templates to fix system test ([#7943](https://github.com/googleapis/google-cloud-node/issues/7943)) ([31fa06f](https://github.com/googleapis/google-cloud-node/commit/31fa06fe888b173c86c166af1c062c3cc3211342))

## [4.11.12](https://github.com/googleapis/google-cloud-node-core/compare/gapic-generator-v4.11.11...gapic-generator-v4.11.12) (2026-01-15)


Expand Down
4 changes: 2 additions & 2 deletions core/generator/gapic-generator-typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/generator/gapic-generator-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/gapic-generator",
"version": "4.11.12",
"version": "4.11.13",
"type": "module",
"description": "Google API Client Library Generator for TypeScript, written in TypeScript.",
"homepage": "https://github.com/googleapis/google-cloud-node-core/tree/main/packages/gapic-generator-typescript",
Expand Down
Loading