Skip to content

Commit c6484dc

Browse files
1 parent 3881dca commit c6484dc

5 files changed

Lines changed: 32 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"core/packages/typeless-sample-bot": "3.1.2",
2020
"core/paginator": "6.0.2",
2121
"core/precise-date": "5.1.0",
22-
"core/projectify": "5.0.1",
22+
"core/projectify": "5.1.0",
2323
"core/promisify": "5.1.0",
2424
"handwritten/bigquery": "8.3.1",
2525
"handwritten/bigquery-storage": "5.1.2",
@@ -267,4 +267,4 @@
267267
"packages/google-storagetransfer": "4.2.3",
268268
"packages/google-streetview-publish": "0.4.2",
269269
"packages/grafeas": "6.2.0"
270-
}
270+
}

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": "feat",
8+
"sha": "3391fd27d1c15e051293207a07c6db00e760d370",
9+
"message": "Update API sources and regenerate",
10+
"issues": [
11+
"8672"
12+
]
13+
}
14+
],
15+
"version": "5.1.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/projectify",
18+
"id": "ef7418ba-36d6-4c30-a8ea-13c4434195a7",
19+
"createTime": "2026-06-24T18:20:52.474Z"
20+
},
421
{
522
"changes": [
623
{
@@ -81614,4 +81631,4 @@
8161481631
}
8161581632
],
8161681633
"updateTime": "2026-07-08T17:10:18.122Z"
81617-
}
81634+
}

core/projectify/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
[npm history][1]
55

66
[1]: https://www.npmjs.com/package/@google-cloud/projectify?activeTab=versions
7+
## [5.1.0](https://github.com/googleapis/google-cloud-node/compare/projectify-v5.0.1...projectify-v5.1.0) (2026-06-24)
8+
9+
10+
### Features
11+
12+
* Update API sources and regenerate ([#8672](https://github.com/googleapis/google-cloud-node/issues/8672)) ([3391fd2](https://github.com/googleapis/google-cloud-node/commit/3391fd27d1c15e051293207a07c6db00e760d370))
13+
714
## [5.0.1](https://github.com/googleapis/google-cloud-node/compare/projectify-v5.0.0...projectify-v5.0.1) (2026-05-11)
815

916

core/projectify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/projectify",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "A simple utility for replacing the projectid token in objects.",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

release-please-config.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@
145145
"packages/google-cloud-privatecatalog": {},
146146
"packages/google-cloud-privilegedaccessmanager": {},
147147
"packages/google-cloud-productregistry": {},
148-
"packages/google-cloud-pubsub-api": {"component": "google-cloud-pubsub-api"},
148+
"packages/google-cloud-pubsub-api": {
149+
"component": "google-cloud-pubsub-api"
150+
},
149151
"packages/google-cloud-rapidmigrationassessment": {},
150152
"packages/google-cloud-recaptchaenterprise": {},
151153
"packages/google-cloud-recommender": {},
@@ -243,4 +245,4 @@
243245
],
244246
"release-type": "node-librarian",
245247
"separate-pull-requests": false
246-
}
248+
}

0 commit comments

Comments
 (0)