Skip to content

Commit a7d678d

Browse files
chore: release main
1 parent ec323e7 commit a7d678d

File tree

36 files changed

+235
-18
lines changed

36 files changed

+235
-18
lines changed

src/apis/apigateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/apigateway-v1.0.0...apigateway-v1.0.1) (2025-08-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **apigateway:** update the API ([d4024ee](https://github.com/googleapis/google-api-nodejs-client/commit/d4024eeb58ec43df1c85f445658582ae192cd45a))
9+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
10+
311
## 1.0.0 (2025-08-07)
412

513

src/apis/apigateway/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/apigateway",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "apigateway",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/appengine/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/appengine-v1.0.0...appengine-v2.0.0) (2025-08-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **appengine:** This release has breaking changes.
9+
10+
### Features
11+
12+
* **appengine:** update the API ([e4391cf](https://github.com/googleapis/google-api-nodejs-client/commit/e4391cf6ae3cf4f0fd56b94bb289c6cdfcdc1cf1))
13+
14+
15+
### Bug Fixes
16+
17+
* **appengine:** update the API ([b74df93](https://github.com/googleapis/google-api-nodejs-client/commit/b74df9358d6a9f75a00e68a485098ac8206f7bd1))
18+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
19+
320
## 1.0.0 (2025-08-07)
421

522

src/apis/appengine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/appengine",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "appengine",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/areainsights/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/areainsights-v1.0.0...areainsights-v1.0.1) (2025-08-13)
4+
5+
6+
### Bug Fixes
7+
8+
* **areainsights:** update the API ([609a629](https://github.com/googleapis/google-api-nodejs-client/commit/609a629d7f0bb61505c6da57be24711c8c685a8b))
9+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
10+
311
## 1.0.0 (2025-08-07)
412

513

src/apis/areainsights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/areainsights",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "areainsights",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/backupdr/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/backupdr-v1.0.0...backupdr-v2.0.0) (2025-08-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **backupdr:** This release has breaking changes.
9+
* This release has breaking changes.
10+
11+
### Features
12+
13+
* **backupdr:** update the API ([862877c](https://github.com/googleapis/google-api-nodejs-client/commit/862877c09b19887dda0f9360f1d9658c9e7a2105))
14+
* **backupdr:** update the API ([9b1735c](https://github.com/googleapis/google-api-nodejs-client/commit/9b1735cb7ffa53444ae4e2d90737d8711f584103))
15+
* **backupdr:** update the API ([f3d30f9](https://github.com/googleapis/google-api-nodejs-client/commit/f3d30f9a22972e88e8124aa593e0794353493480))
16+
* run the generator ([#3716](https://github.com/googleapis/google-api-nodejs-client/issues/3716)) ([cc510de](https://github.com/googleapis/google-api-nodejs-client/commit/cc510de95a4f5b76dd72cd01c496f5bca66dbebd))
17+
18+
19+
### Bug Fixes
20+
21+
* **backupdr:** update the API ([aafe114](https://github.com/googleapis/google-api-nodejs-client/commit/aafe114a50ffcd6995b98a811afc8ca223ccc2d0))
22+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
23+
324
## 1.0.0 (2025-08-07)
425

526

src/apis/backupdr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/backupdr",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "backupdr",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

src/apis/bigqueryreservation/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/bigqueryreservation-v1.0.0...bigqueryreservation-v1.1.0) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* **bigqueryreservation:** update the API ([eee6a42](https://github.com/googleapis/google-api-nodejs-client/commit/eee6a4220ca6772df04632e59acc8f22157cfb9a))
9+
10+
11+
### Bug Fixes
12+
13+
* upgrade googleapis-common to 8.0.0 ([#3731](https://github.com/googleapis/google-api-nodejs-client/issues/3731)) ([c9fdf4b](https://github.com/googleapis/google-api-nodejs-client/commit/c9fdf4b34d6c9bcf608eee35dd281d4680be9797))
14+
315
## 1.0.0 (2025-08-07)
416

517

src/apis/bigqueryreservation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleapis/bigqueryreservation",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "bigqueryreservation",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)