Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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 @@ -19,7 +19,7 @@
"core/packages/typeless-sample-bot": "3.1.2",
"core/paginator": "6.0.2",
"core/precise-date": "5.1.0",
"core/projectify": "5.1.0",
"core/projectify": "5.2.0",
"core/promisify": "5.1.0",
"handwritten/bigquery": "8.3.1",
"handwritten/bigquery-storage": "5.1.2",
Expand Down
17 changes: 17 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "googleapis/google-cloud-node",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "e9d308b814c3d6d97bb39873a398ba0aea807718",
"message": "Update API sources and regenerate",
"issues": [
"8914"
]
}
],
"version": "5.2.0",
"language": "JAVASCRIPT",
"artifactName": "@google-cloud/projectify",
"id": "3cebe31d-1349-4655-a7ae-fdf44d99fb54",
"createTime": "2026-07-23T06:10:32.251Z"
},
{
"changes": [
{
Expand Down
7 changes: 7 additions & 0 deletions core/projectify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
[npm history][1]

[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
## [5.2.0](https://github.com/googleapis/google-cloud-node/compare/projectify-v5.1.0...projectify-v5.2.0) (2026-07-23)


### Features

* Update API sources and regenerate ([#8914](https://github.com/googleapis/google-cloud-node/issues/8914)) ([e9d308b](https://github.com/googleapis/google-cloud-node/commit/e9d308b814c3d6d97bb39873a398ba0aea807718))

## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/projectify-v5.0.1...projectify-v5.1.0) (2026-06-24)


Expand Down
2 changes: 1 addition & 1 deletion core/projectify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-cloud/projectify",
"version": "5.1.0",
"version": "5.2.0",
"description": "A simple utility for replacing the projectid token in objects.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
Loading